#Can someone suggest to me where to Learn Machine Learning PROPERLY?

1 messages · Page 1 of 1 (latest)

rare chasm
#

Basically, I'm trying to learn from youtube, and maybe I didn't found better and proper tutorial that can makes me really understand.

I really want to train AI ( it's not always about llm, I also want to train bot for boxing in vr for example, AI for data analysis, and many more ) from start, but want to learn the basic so I can do it the right way ( as right as possible ).

Where can I learn this? I prefer the free one because of my money condition right now. But the paying one ( if really great ) also welcomed for the future :).

Thank youuuu!

plain mauve
#

+1 to this post. @mild pagoda, @rotund berry, @rancid hemlock, @honest zodiac may have some good leads for us learners

honest zodiac
#

Hi @rare chasm, what have you already been watching? I have quite a big list of favorites on YouTube ranging from liquid nets, training your own LLM, Andre stuff is pretty great

If you're looking to have foundational understanding of the mathematics, I could point you that way too

rare chasm
# honest zodiac Hi <@264020425351233536>, what have you already been watching? I have quite a bi...

Hi! I've been watching many things on reinforcement learning, study foundational math on brilliant.org ( when I still subscribed ), a little on make transformers from scratch ( which is too fast for me lol! I can't understand much in this video tutorial ). Also learn about tokenizer, NLP, bert, etc.

But again... I feel I need to know from the basics.. So yeah, maybe starts from foundational math is great. Is there a great tutorial on this? If about my path, I really want to make AI for boxing VR game, AI for basketball VR game. Anything that needs natural movement and not repetitive. That's my preference path.

I also love going into LLM, but feels more hopeless since it's needs too many data and really high end to try making a good one later.

honest zodiac
#

If you're thinking virtual reality, watch out for when the AI starts to exploit your physics models

mild pagoda
#

We build a Generatively Pretrained Transformer (GPT), following the paper "Attention is All You Need" and OpenAI's GPT-2 / GPT-3. We talk about connections to ChatGPT, which has taken the world by storm. We watch GitHub Copilot, itself a GPT, help us write a GPT (meta :D!) . I recommend people watch the earlier makemore videos to get comfortable...

▶ Play video
GitHub

Contribute to karpathy/ng-video-lecture development by creating an account on GitHub.

rotund berry
rancid hemlock
#

Hi @rare chasm , I'm not sure which stage you're at right now, but I can suggest some resources that can benefit various stages of learning.
All the above mentioned resources and videos are great, make sure to check them out.

My advice is to focus on something you want to do and set it as a goal for learning. Get comfortable with any deep learning framework of your choosing: Tensorflow, Pytorch, Jax, it doesn't really matter which one.

And as for learning material, this one is great in my opinion: https://d2l.ai/
Also you can check the various courses for different domains on Hugging Face: https://huggingface.co/learn

And don't forget to have fun ✌️

mild pagoda
mild pagoda
#

@rare chasm Machine Learning by Prof. Andrew NG, here you can find the assignments and you can do the assignments from scratch using numpy (and others), if the assignments it is not done already. You can access from this link:
https://github.com/greyhatguy007/Machine-Learning-Specialization-Coursera

GitHub

Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG - greyhatguy007/Machine-Learning-Specialization...

rare chasm
#

Woah!! There's so much resources. Thank you @plain mauve @honest zodiac @mild pagoda @rotund berry @rancid hemlock !!! Really thank you so much. @rotund berry , right now I can't learn anything paid with my money condition, but I'll be sure to check it out later.

I really feel so excited. Just sneek peek all the resources you all gave. Really, thank you so much. I wonder why I can't find most of the resources that you all share ><..

rare chasm
honest zodiac
#

It just means, if you have the spare parts to do it, try building a robot or a simplified model when you are training for physics

mild pagoda
rare chasm
rare chasm
rare chasm
# rancid hemlock Hi <@264020425351233536> , I'm not sure which stage you're at right now, but I c...

Read d2l.ai , just still in preface, already in love when I read this:
"In this book, we teach most concepts just in time. In other words, you will learn concepts at the very moment that they are needed to accomplish some practical end. While we take some time at the outset to teach fundamental preliminaries, like linear algebra and probability, we want you to taste the satisfaction of training your first model before worrying about more esoteric concepts."

❤️ Really thank you to share this gem.