课程: Hands-On AI: Build a Generative Language Model from Scratch
What you should know - Python教程
课程: Hands-On AI: Build a Generative Language Model from Scratch
What you should know
- [Instructor] This course doesn't assume any prior experience with artificial intelligence, machine learning, or data science. There are, however a few things you should know to get the most out of it. You should have a solid grasp of programming foundations. This includes if else statements, for loops, functions, and classes. Some Python experience is also recommended. If you're not quite there yet as far as these prerequisites go, there are a few courses in the library I can recommend to help you out. "Programming Foundations: Fundamentals" by Anise Davis is a great starting point for those with little programming experience. If you have some coding experience and want to brush up your Python, I recommend you check out my course, Hands-on Introduction: Python. Now let's talk about following along. This course has exercise files, which you can clone or download from the course's repo on GitHub. You can then follow along using an IDE of your choice. I'll be using Visual Studio Code. There are also these integrated in-browser coding challenges and these will just show up at the end of each chapter. They use the platform Coder Pad and you can check those to assess your skills. So let's get to it.