Skip to content

Collection of all Machine Learning and Deep Learning algorithms which would be helpful for beginners

Notifications You must be signed in to change notification settings

tanishq252/AI-ML-DS-Learning-Series

Repository files navigation

AI-ML-DS-Learning-Series 🤖

After completion of ML course from Stanford University I thought of exploring more ML algorithms and making models in python using inbuilt libraries. This repo consists of all the basic models of algorithms that I have encountered in my AI journey. Contents are as follows:

  • REGRESSION

    • Simple Linear Regression
    • Multiple Linear Regression
    • Polynomial Linear Regression
    • Support Vector Regression
    • Decision Tree Regression
    • Random Forest Regression
  • CLASSIFICATION

    • Logistic Regression
    • K Nearest Neighbors
    • Support Vector Machine(Linear and Non-linear)
    • Decision Trees
    • Random Forest
    • Naive Bayes
    • XGBoost
  • CLUSTERING

    • Heirarchical
    • K Means
  • ASSOCIATION LEARNING

    • Apriori
    • Eclat
  • REINFORCEMENT LEARNING

    • Upper Confidence Bound
    • Thompson Sampling
  • NATURAL LANGUAGE PROCESSING

  • DEEP LEARNING

    • Artificial Neural Networks
    • Convolutional Neural Networks
  • DIMENSIONALITY REDUCTION

    • Principal Component Analysis
    • Linear Discriminant Analysis
  • PYTHON LIBRARIES USED

Keras NumPy Pandas scikit-learn TensorFlow

About

Collection of all Machine Learning and Deep Learning algorithms which would be helpful for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published