Load a dataset, preprocces on the data, visualizing data and use the data on three model and calculate the accuracy using
-
sklearn.linear_model import LogisticRegression
-
sklearn.neighbors import KNeighborsClassifier
-
sklearn.svm import SVC
-
sklearn.model_selection import StratifiedKFold
-
sklearn.metrics import classification_report
-
sklearn.metrics import accuracy_score
Capture a video using open-cv, loading the picture, make changes on the picture using
- open-cv library
Detects hands movement using
- media pipe and open-cv
Detects breast cancer using
- Sklearn.SVM svc module
Segments customer based on their similar products.
-
Cross tab matrix (user, products)
-
Reducing Crosstab using PCA
-
Finding clusters bettween Principle components
-
Clustering those principle components using Kmeans Algortihm
check for Kmeans Algorithm here.
check my notes for PCA here.
Kaggle competition, which recognize digits using CNN architecture.
-
PyTorch
-
CNN architecture