My solutions for the projects given in the Udemy course: Python for Data Science and Machine Learning Bootcamp by Jose Portilla. I have listed the topics covered in the course below, and notice that not all of the topics have a project. The instructor also follows the ISLR book along with the Machine Learning topics.
Topics covered:
- Jupyter Notebook Overview and Basic Python
- NumPy for Numerical Data
- Pandas for Data Analysis
- Matplotlib for Python Plotting
- Seaborn for statistical plots
- Plotly (and Cufflinks) for interactive dynamic visualizations
- Geographical Plotting (Choropleth Maps)
- 2 Data Capstone Projects including the topics above
- SciKit-Learn for Machine Learning
- Cross Validation and Bias-Variance Trade-Off
- Linear Regression
- k-Nearest Neighbours
- Logistic Regression
- K-Means Clustering
- Random Forest and Decision Trees
- Support Vector Machines
- Principal Component Analysis
- Natural Language Processing
- Recommender Systems
- Neural Networks and Deep Learning
- Tensorflow
- Keras
- Big Data and Spark with Python
Note: The solutions given are my solutions, and they are posted with the permission of the instructor.
Reference:
- Python for Data Science and Machine Learning Bootcamp: