Some notes I put together while going through data science/python/spark courses. I used nbconvert to make jupyter notebooks into READMEs for easy reference.
- Visualization of data.
- Linear regression.
- Logistic regression.
- K Nearest Neighbors.
- Support Vector Machine.
- Decision Trees and Random Forest
- K Means Clustering
- Recommender System
- Extra Projects:
- Recommender: memory-based and model-based collaborative filtering
- Natural Language Processing
- Yelp Project (NLP)
- MNIST with TensorFlow using logistic regression
- TensorFlow DNN Estimator
- Bank Note Authentication Project