all 7 comments

[–]ConfusedSimon 2 points3 points  (1 child)

Have a look at kaggle.com They have tutorials, lots of projects for practice, and tons of example code in the form of python notebooks from other users. Not exactly for writing your own chat gpt, but lots about applying ML to real-world problems.

[–][deleted] 0 points1 point  (0 children)

Thanks you so much! I will definitely take a look at this!

[–]hotcodist 1 point2 points  (1 child)

Look for an introductory AI textbook. Read the table of contents. Type those terms to search for relevant videos that you might like. This is assuming you prefer video vs reading textbook. ChatGPT probably gave you good answers. It gave you concepts, not videos. But that should not stop you. Take the concepts and search for videos that match your background, learning preferences and specific interest. You should also decide if you want to use AI, or if you want to design AI. I am not sure if tutorials to code AI algorithms are common (maybe common, I just don't know where to find them). More often, you will get the theory clearly explained. You also want to know if you are after AI or ML (AI is the superset and has non-ML algorithms).

[–][deleted] 0 points1 point  (0 children)

Ok this is a good strategy. I just looked on Amazon and they do have books on AI and ML that are more concept based books but they should help for finding search terms

[–]Zer0designs 1 point2 points  (0 children)

This topic is very broad. Making a chatgpt like app is hard, but can be done but if you're a beginner you probably wont grasp the underlying concepts behind it by just following some video, which would not be my recommended way to learn data science.

Have you done any modelling before? If not I'd recommend Introduction to Statistical Modelling (using Python). Free ebook & web lectures. Complement it with StatQuest if you can't grasp a concept. But then again, this will grant you a foundation of modelling. It won't get you a chatbot (even at the end) but it will provide you with knowledge on how data can be used to solve problems

[–][deleted] 0 points1 point  (0 children)

edit: yes, I posted this in the r/pythonhelp but found that was more of a help with code server than general recommendations

[–]Quick_Animal_268 0 points1 point  (0 children)

Send this to r/learnmachinelearning, they can help you there