Tag: ml
-
How to create Realtime Web Firewalling? Or What is architecture of it?
There are massive data in Logs which sent to Kafka and Kafka send it to Hadoop File System to Query data with relevent fields and transform it to Useful data using spark. Now Useful data goes to ML model or Modsecurity to filter it means allow or deny relevent IP. Same thing used to train…
-
How to Train Machine Learning model withou ML Library with simple Python code a internal work ?
Do you want to know How Machine Learning Work Internally With Respect to Training Please follow below video on YouTube and Following Presentation It cover how to use Python coding without ML Library to train any dataset by creating functions that enable self-training and generate predictive outputs. I focused on Supervised Learning with Linear Regression.…