Skip to content

My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.

License

Notifications You must be signed in to change notification settings

dylancaponi/100DaysofMLCode

 
 

Repository files navigation

Cover Image

#100DaysofMLCode

Table of Contents

1. Data Pre-processing

  • Importing Libraries
  • Importing Data sets
  • Handling the missing data values
  • Encoding categorical data
  • Split Data into Train data and Test data
  • Feature Scaling

2. Regression

  • Simple Linear Regression
  • Multi Linear Regression
  • Polynomial Regression
  • Support Vector Regression
  • Decision Tree Regression
  • Random Forest Regression

3. Classification

  • Logistic Regression
  • K Nearest Neighbors Classification
  • Support Vector Machine
  • Kernel SVM
  • Naive Bayes
  • Decision Tree Classification
  • Random Forest Classification

4. Clustering

  • K-Means Clustering
  • Hierarchical Clustering

5. Association Rule

  • Apriori
  • Eclat

6. Reinforcement Learning

  • Upper Confidence Bounds
  • Thompson Sampling

7. Natural Language Processing

  • AWS Comprehend

8. Deep Learning

  • Artificial Neural Networks (ANN)
  • Convolutional Neural Networks (CNN)

9. Dimensionality Reduction

  • Principal Component Analysis (PCA)
  • Linear Discriminant Analysis (LDA)
  • Kernel PCA

10. Model Selection

  • Grid Search
  • K-fold Cross Validation
  • XGBoost

11. Data Visualization

  • Matplotlib library in Python
  • Tableau
  • Power BI
  • Grafana

Log of my Day-to-Day Activities

Track my daily activities here

How to Contribute

This is an open project and contribution in all forms are welcomed. Please follow these Contribution Guidelines

Code of Conduct

Adhere to the GitHub specified community code.

License

Check the official MIT License here.

About

My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • R 39.3%
  • Jupyter Notebook 5.8%