TheAthleticCoder / Basic_AI_from_scratch

In this repository we implement algorithms such as: KNNs, Decision Trees, Naive Bayes, Gaussian Naive Bayes, Regressions and their variations from scratch without using any in-built libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI From Scratch

In this repository we implement algorithms such as:

  1. KNNs
  2. Decision Trees
  3. Regressions and their variations
  4. Naive Bayes
  5. Gaussian Naive Bayes

We implement these algorithms from scratch without using any in-built libraries. It is very interesting to learn how to implement such functionalities from the ground-up since it improves understanding and intution of the basics.


About

In this repository we implement algorithms such as: KNNs, Decision Trees, Naive Bayes, Gaussian Naive Bayes, Regressions and their variations from scratch without using any in-built libraries.


Languages

Language:Jupyter Notebook 100.0%