The ultimate goal is to become a good at implementing models and come up with new ones.
Is there something like teachyourselfCS but for Data Science, ML and DL?
karpathy's Zero to Hero series (https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThs...)
meta llama 2 - is open source https://github.com/facebookresearch/llama/tree/main
Tools:
ai - hosting Banana - Machine Learning Model Deployment on Serverless GPUs https://www.banana.dev
pinecone - vector database: https://www.pinecone.io
how to run AI language models on a single cpu pc - https://news.ycombinator.com/item?id=34869960
The Watch the Caltech telecourse - https://work.caltech.edu/telecourse
Read tutorials on Pytorch, Tensorflow & Keras.
Read, source codes on hugging face and deploys, test, train toy models.
Test your skills by participating in Data scientist competitions like Kaggle or Numerai.
It will give you a great way of guaging your competence with other data scientists.