Breast Cancer Prediction using Hybrid and Fuzzy Model
Breast Cancer prediction using Hybrid and Fuzzy Model
Python demo
Breast Cancer prediction using Hybrid and Fuzzy Model
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
Analysis cum Visualization of Enron dataset and Anomaly detection using k-means clustering
Python Demo
Emoji Emoticons Sentiment Analysis
Python Demo
E-commerce customer prediction
Python demo
Credit card Fraud detection using Machine learning
Python demo
Fake News detection using TF IDF and N-Gram analysis Techniques in machine learning
Python demo