Learning a Torch Model as a Newbie
- J Campbell
- Feb 17, 2023
- 1 min read
Updated: Mar 6, 2023
Are you new to deep learning and interested in building your own models with Torch? Torch is an open-source machine learning library that's widely used in research, and can be used to build state-of-the-art models in various fields. As a newbie learning Torch, I started with the basics by watching online tutorials.
Let's build GPT: from scratch, in code, spelled out.
by one of the coders at openai.
so far has been the most inspiring videos for my chat bot attempt. been experimenting with all sorts of learning rates and other hyper parameter's. such a fun process about to buy some faster equipment tho.
Comments