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
- PSO Simple Test - use PSO to solve find a local minima (0.0) for a complex waveform
- PSO Concurrent Test - same as pso-simple-test-rb but using a threadpool
TODO
- project: multiple regression