AI projects
These projects are
- Pytorch simple - use a Pytorch to create an AI Linear model to check if a value is > 3
- Pytorch MNIST - use a Pytorch to run classifications using the MNIST set of images
- Linear Regression - run linear regression samples
HMM related
- HMM sentence generator - generate English sentences using a HMM model
PSO related
- PSO TSP - use PSO (Particle Swarm Optimization) to solve the Travelling Salesman Problem
TODO
- project: multiple regression