Skip to content

chengzhuo1992/AI-Fundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Fundation

This repo contains my notes and implementations of basic machine learning algorithms (KNN, Random Forest, Neural Networks etc.).

Codes

Almost all codes are implemented with python, numpy and pandas. There may be more than one implementation version of an algorithm.

Notes And Summaries

Each fold contains a README file, which explains the principle of the algorithm in detail. Since Tex formula in github markdown does not look well, I use png instead (except KNN README file).
If you have a better way to display a formula in github markdown, please tell me by opening an issue. 😄

Requirement

  • python 3.x
  • numpy
  • pandas
  • matplotlib (not necessary)

About

Implement machine learning algorithms from scratch with python and c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • C++ 6.9%