This repository contains hands-on machine learning projects implemented while following a Udemy course on Machine Learning with Python.
- Linear Regression
- Logistic Regression
- K Nearest Neighbors
- K-Means Clustering
- Decision Trees and Random Forests
- Support Vector Machines
- Principal Component Analysis
- Recommender Systems
- Natural Language Processing
- Neural Nets and Deep learning
- Big Data and Spark with Python
Each folder corresponds to a course section and contains a Jupyter notebook implementing the project of the algorithm learned.
- Python
- NumPy
- Pandas
- Matplotlib / Seaborn
- Plotly / Cufflinks
- Geographical Plotting
- Scikit-learn
- Tensorflow
- Clone the repository
- Install dependencies
pip install -r requirements.txt