A Collection of Projects inspired by AI/ML/DL
- CARL - An in depth study of ML Mechanices with a venture into the idea of an RL based Self-Learning AI
- Basic RL - Implementing a Basic RL Q-Table
- Fully Connected - Building and implementing a FCNN from scratch
- Generational - an Attemptat implementing aspects of RL and FC aspects into a Genetic learning process, based on Human-like themes.
- An Attempt at making a GPT Model