Introduction to machine learning
- Python for DataScience
- Statistics
- machine learning algorithms
-
supervised ML
- Naive Bayes
- SVM
- Descision Trees
- KNeighbors
-
Regression (Continues Supervised ML)
- Ordinary Least Squares (OLS)
- Gradient Descent
-
Unsupervised Learning
- K-Means Clustering
-
- Learning from Text
- data stemming (using stemmers)
- data bagging
- TfidfVectorizer
- removing stopwords