Skip to content

Simple GPT built from scratch in Java, trained on interactions with a close friend.

Notifications You must be signed in to change notification settings

Rnishu/ReeviiGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Node has value,grad,childrNodes,op. Neuron can be thought of as a vector, given an input the forward function will dot product the vector input and this neuron Layer is a group of neurons, that take a array of length nin, perform dot product of it with all the neurons, to output an array of the dot products of the neurons

About

Simple GPT built from scratch in Java, trained on interactions with a close friend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages