Devlog #1
Hello guys today I am working on a project with the goal with building my own AI, yes, you heard that right! The goal is to train it locally and that it works 100% offline
Here’s what I did up until now:
- I set up the project in python
- Built my first neural network with the help of AI that contains one neuron and which was used to understand weights, loss, prediction and more
- Did my first AI training which the AI discovered the multiplying by 2 rule
- Dataset loader
- Tokenizer
- Custom vocabulary
- Encoder/Decoder and a few other stuff
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.