From the course: Hands-On AI: Build a Generative Language Model from Scratch
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Next steps - Python Tutorial
From the course: Hands-On AI: Build a Generative Language Model from Scratch
Next steps
- [Ronnie] This is Ronnie Sheer. I wanted to thank you for coming along for this course and exploring AI by removing a lot of the commonly used tools and libraries and implementing things from scratch. Moving forward, there are a few courses and resources I encourage you to check out. The first one being "Training Neural Networks in Python" by Eduardo Corpeno. Now, we haven't really touched on neural networks in this course, and they're really integral part of modern artificial intelligence and machine learning. There's also my course, "Introduction to Prompt Engineering for Generative AI." And in that course, we both look at techniques for prompt engineering, like few-shot learning and we also look at the landscape of generative AI by generating different images and texts. It's very hands-on and lots of fun. I also encourage you to check out Jonathan Fernandes's course, "Transformers: Text Classification for NLP Using…