Skip to content

edcuba/simple-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AI models in Python

Simple implementations of core AI Machine Learning models in plain Python, Tensorflow, and PyTorch.

How to run

Install the dependencies

pip install -r requirements.txt

Run the algorithms

python plain/perceptron.py
python pytorch/mnist.py