Skip to content

alephpt/AI-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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