Skip to content

Commit 39838c3

Browse files
authored
added Naive bayes in readme
1 parent b62c8cd commit 39838c3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ Topics I : (Inside Learn ML Folder)
1212
- Stochastic vs Mini-Batch Gradient Descent
1313
- Closed Normal Form of LR
1414
- Locally weighted Regression
15-
- Assignment 1 -> Hardwork Pays OFF(Coding Blocks Prateek Bhaiya)
15+
- Assignment 1 -> Hardwork Pays OFF(Coding Blocks)
1616
- Assignment 2 -> Air Quality Prediction(Kaggle)
1717

18-
19-
2018
- Classification
2119
- Logistic Regression(Theory + Code)
2220
- Naive Bayes (Theory + Code)
23-
- Assignment 3 - Chemicals (Coding Blocks Prateek Bhaiya)
21+
- Assignment 3 - Chemicals (Coding Blocks)
22+
- Types of Naive Bayes(Multinomial,Multivariate-Bernoulli ,Gaussian NB)
23+
- Multinomial Naive Bayes for Text Classification
24+
- Applying Multinomial NB on MNIST data Sklearn
25+
- Assignment 4 - IMDB Movie Rating Prediction based on review(Coding Blocks)
2426

2527
- Both Regression and Classification
2628
- KNN Classifier

0 commit comments

Comments
 (0)