Authorship Attribution using Neural Network
Authorship attribution using Neural Network
Python demo
Authorship attribution using Neural Network
Python demo
Breast cancer disease prediction using Neural Networks
Python demo
Implementation Details:
We have used KDD dataset with multiple class intrusion namely DDOS, U2R, R2L, Probe, Normal, Unknown
We have pre-processed dataset by using the following numbers instead of attack type (class value)
dos = [1]
u2r = [2]
r2l = [3]
probe = [4]
normal = [5]
unknown = [6]
We applied machine learning algorithm namely, Logistic regression, Decision Tree and Random Forest.
Out of which Logistic regression outperforms interms of accuracy
Python Demo
Handwritten Character and Digit Recognition using Conv2D
Python Demo
Heart Disease Detection using Neural Networks
Python demo