Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 536 Bytes

File metadata and controls

14 lines (11 loc) · 536 Bytes

Machine Learning

Study Machine Learning codes.
Interesting Machine Learning.
Please share your experience!

SQL-Injection


This python code is detect sql injection with machine-learning.
I use classification method and GBT(Gradient Boosting Tree) algorithm.
You can also use RandomForest, SVM, etc.(easy too use from sklearn.)

DeepLearning


This python code is studycode in deep learning.
I'll update more interesting project like attack detector with deep learning in Cybersecurity.