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
- PSO TSP - use PSO (Particle Swarm Optimization) to solve the Travelling Salesman Problem
- Linear Regression - TODO run linear regression samples
TODO
- project: example HMM (Hidden Markov Model)
- project: example PSO (Particle Swarm Optimization)
- project: multiple regression