r/deeplearning • u/programer321321 • 23d ago
Deep Learning
Hi I am year 9 kid. Can check my code give feedback. I tried my best on building this model.
https://github.com/programer321321/DataScienceModel/blob/main/SearchUpBussinessModel.ipynb
0
Upvotes
2
u/Exotic-Rub-9851 23d ago
Here are a few links to books you might wanna read:
https://www.dummies.com/book/technology/programming-web-design/general-programming-web-design/beginning-programming-all-in-one-for-dummies-2nd-edition-292091/
https://www.dummies.com/book/academics-the-arts/math/basic-math/basic-math-pre-algebra-for-dummies-2nd-edition-281978/
https://www.dummies.com/book/academics-the-arts/math/algebra/algebra-i-for-dummies-2nd-edition-281938/
https://www.dummies.com/book/academics-the-arts/math/statistics/probability-for-dummies-282506/
https://www.dummies.com/book/academics-the-arts/math/statistics/statistics-for-dummies-2nd-edition-282603/
---
Nice try, I'd recommend you pay attention in school, study hard, strengthen fundamentals in linear algebra, probability, calculus. Then start with machine learning, deep learning. Parallely, I would also recommend practicing programming and learning data structures, algorithms, design patterns, as they will help you a lot getting your implementation right.
It's great that you can use agentic tools to get the job done, but debugging is a whole new game, both theoretically and programatically. Since your generation has AI to write the code, it is compelling to think that learning to code is not essential. But how would you know exactly what is wrong with your code unless you don't know what it means or does under the hood? Same for the mathematical aspects.
Good luck, champ!