geehaad / Machine-Learning-Algorithms-From-Scratch-With-Python

Code ML Algorithms from scratch in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-Algorithms-From-Scratch-With-Python

Hi there ๐Ÿ‘‹
this repo is as the title says, I play with the machine learning algorithms and try to implement it to have a good understand of what they actually do.

Algorithm Included:

  • Supervised:
    • Linear Regression [DONE]๐Ÿฑโ€๐Ÿ
    • Logistic Regression
    • Decision Tree
    • Random Forest
    • Naive Bayes
    • SVM(Linear, Non Linear)
    • KNN [DONE] ๐Ÿฑโ€๐Ÿ
  • UnSupervrised
    • K-Means
    • Principal Component Analysis
    • Apriori Algorithm
  • Deep Learning
    • Neural Network
    • CNN(Convolutional Neural Network)
    • RNN(Recurrent Neural Network) [DONE] ๐Ÿฑโ€๐Ÿ
  • Searching Algorithm
    • BFS
    • DFS

I enjoy watching these series during impleminting the algorithms, it help alot:

This Repo is still under progress, so stay tuned ๐ŸŒก๏ธ

Thank you ๐Ÿšดโ€โ™€๏ธโšก


ุณูุจุญุงู†ูŽูƒูŽ ุงู„ู„ูŽู‘ู‡ู…ูŽู‘ ูˆุจุญู…ุฏููƒูŽุŒ ุฃุดู‡ุฏู ุฃู† ู„ุง ุฅู„ูŽู‡ูŽ ุฅู„ูŽู‘ุง ุฃู†ุชูŽ ุฃุณุชุบูุฑููƒูŽ ูˆุฃุชูˆุจู ุฅู„ูŠูƒูŽ

About

Code ML Algorithms from scratch in python


Languages

Language:Jupyter Notebook 56.0%Language:Python 44.0%