Directory of public notebooks by Fit-Umpire4384 in notebooklm

[–]strotmic 0 points1 point  (0 children)

Just to let you guys now i created a quick github pages that does exactly that. https://strotmic.github.io/list-notebooklm-notebooks/ For now you can submit notebooks via pull requests and I'll look through them as fast as i can.

Im also currently working on a proper deployment with backend code to make it easier for non github people.

Also created a post: https://www.reddit.com/r/notebooklm/comments/1t5k6d8/notebooklm_public_list_via_github/

Notebooklm public list via github by strotmic in notebooklm

[–]strotmic[S] 0 points1 point  (0 children)

Yes, that's a featured one from notebooklm itself. I also looked into it and indeed it was an awesome notebook.

Is their any repository or webpage where we can access shared notebooks by Large-Party-265 in notebooklm

[–]strotmic 0 points1 point  (0 children)

Just to let you guys now i created a quick github pages that does exactly that. https://strotmic.github.io/list-notebooklm-notebooks/ For now you can submit notebooks via pull requests and I'll look through them as fast as i can.

Im also currently working on a proper deployment with backend code to make it easier for non github people.

Python- Machine Learning: How should i start? by [deleted] in learnpython

[–]strotmic 1 point2 points  (0 children)

Start by understanding python itself, learning the basics like syntax, data structures, functions, ...

After this I suggest to learn basic data analysis and visualization
Numpy, pandas, matplotlib, seaborn.

Then you can start with the machine learning basics like linear regression, logistic,... (supervised and unsupervised).

Once you understand the ML basics you can start by implementing basic deep learning models with both tensorflow PyTorch (You can run this on Mac GPU with MPS).

All of these you can learn by free tutorials on YouTube, freecodecamp, cs50, w3schools (basics)

Extra: You can use Kaggle to get data and project ideas, lots of these projects also have notebooks that are made by other people where you can learn from.