Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

executable file
·
17 lines (10 loc) · 495 Bytes

AI_Generated

A Collection of Projects inspired by AI/ML/DL

CPP

  • CARL - An in depth study of ML Mechanices with a venture into the idea of an RL based Self-Learning AI

Python

  • 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.

GPT_Model.ipynb

  • An Attempt at making a GPT Model