Skip to content

salihkilicli/Python-Data-Science-and-Machine-Learning-Bootcamp-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Data-Science-and-Machine-Learning-Bootcamp-Projects

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:

  1. Jupyter Notebook Overview and Basic Python
  2. NumPy for Numerical Data
  3. Pandas for Data Analysis
  4. Matplotlib for Python Plotting
  5. Seaborn for statistical plots
  6. Plotly (and Cufflinks) for interactive dynamic visualizations
  7. Geographical Plotting (Choropleth Maps)
  8. 2 Data Capstone Projects including the topics above
  9. 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
  10. Natural Language Processing
  11. Recommender Systems
  12. Neural Networks and Deep Learning
    • Tensorflow
    • Keras
  13. Big Data and Spark with Python

Note: The solutions given are my solutions, and they are posted with the permission of the instructor.

Reference: