this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 2 years ago
MODERATORS
 

I am a cybersecurity student and I'm interested in machine learning and AI ... so I wanna learn by myself and some people did recommend Kaggel. What do you think?

you are viewing a single comment's thread
view the rest of the comments
[–] rudboi12@alien.top 1 points 2 years ago (1 children)

Kaggle is good for very basics. Their intro courses on python/pandas/numpy/ML are great. You can do all of them on like 3 days.

But if you want to go more in depth, go for the ML course in coursera. I took the OG one that I think it’s no longer there but tbh info is still very very relevant, only issue is that it was in matlab lol. I still redid everything on python.

I got a masters degree in DS after all of this and there was 1 other guy in the class who also took that ML coursera course and we were by far the most competent students in the class. Really good course.

After that tbh everyone was at base 0 when learning deep learning stuff and recommender stuff. You then start to learn that all of this AI is BS lol.

[–] Creative_Sushi@alien.top 1 points 2 years ago

I loved Andrew Ng's ML course when it was still on Stanford, not on Coursera. It was on MATLAB and it was perfect because it was more focused on the math behind the algorithms, which means a lot of linear algebra. Some tried to use Python or R but at that time it was not doable as key frameworks like Numpy or Scikit-learn were still in development and not mature.