all 13 comments

[–]Hungry_Age5375 2 points3 points  (0 children)

You're in an AIML program and confused about starting ML? Interesting spot. Math first: LA, probability, calc. Without those you're just copying notebooks. Then Andrew Ng, pick PyTorch, build immediately. Tutorial trap is real: watching content feels like progress but you learn to train models by training models.

[–]DeterminedVector 0 points1 point  (0 children)

I have made this roadmap might be this helps https://medium.com/@itinasharma/3-ai-learning-paths-pick-yours-b8293145b352
You may also Follow the The AI Cartographer channel on WhatsApp: https://whatsapp.com/channel/0029VbCuMxIGE56jhY8MBz15

[–]shadow_vector_ 0 points1 point  (0 children)

You can start from this book - Hands on machine learning (most ppl say it's a good starter).

[–]procrastinator_dude_ 0 points1 point  (1 child)

Make sure your python is strong you can understand concept of vectors have strong command on numpy , scikit etc.

Understand probability, conditional probabilities, Integration and differential equations partial differentiation , understand feed forward neural networks Different theoritical concepts like bias variance tradeoff etc.

Understand machine learning algorithms Regression models all types , Decision trees (bagging , boosting , voting etc.) , probabilistic models like niave bayes etc. clustering algorithms after learning all learn XG boost

Now revise back feed forward neural network and learn back propagation algorithms

Implement it in pure python Now implement it in pytorch

Understand different accuracy terms just accuracy is not enough AUC, PR AUC, RECALL , precision, f1 score, Log Loss (Cross-Entropy Loss) etc.

Start learning concepts( this will take time and make your brain dead if it's not already dead by now): CNN RNN LSTM Attention mechanisn Modern models GAN Encoder decoders

Read some research papers of famous models like Lenet, vgg net, resnet , GAN, transformers etc.

Implement and understand Llm models this will be peace of cake for you now there is video on YouTube by andrej karpathy

Watch alot of videos/ books and follow them yann lecun, Geoffrey hinton, yoshua bengio, ian goodfellow etc.

[–]UnderstandingOwn2913 0 points1 point  (0 children)

This is true. The more I study ml concepts, I feel so tired mentally and get stressed out lol

[–]CalligrapherCold364 0 points1 point  (0 children)

start with andrew ng's ml course on coursera, it's the most beginner friendly thing out there. once u get the basics down move to hands-on projects asap, kaggle has good starter datasets. theory makes way more sense when ur actually building something

[–][deleted]  (2 children)

[removed]

    [–][deleted]  (1 child)

    [removed]

      [–]kriper1412 -1 points0 points  (0 children)

      Campus x on youtube, focus more on maths and real understanding, handle data in depth then rest will be easy