-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ask for advice] General machine learning or tensorflow first #4
Comments
I think that Kadenze is too difficult for you if you don't understand ML ideas before. === They will teach you the concept of overfitting (variance), underfitting (bias), generalization, regularization, normalization, validation, testing metrics (accuracy, precision, recall, cost/loss, r-squared), feature extraction, curse of dimensionality, dimensionality reduction (PCA, Manifold Learning, t-SNE), learning tasks (regression, classification), optimization techniques, gradient descent, data visualization, maths, etc. All those fun kinds of stuff. |
Coursera is for thorough math introduction. Udacity is for intuition and practical usage. |
Personally, I completed all of them. Intro at Udacity first then Andrew Ng at Coursera. Then you can pursue Deep Learning at Udacity and Kadenze. All of them are recommended in the list. Update: Now deep learning is also taught at coursera as a specialization, so you can also take this course because I think it covers everything from the fundamentals. |
That's a very useful insight. Thank you very much! |
Update in 2020: |
Update in 2021: Another course you could try is this: https://www.coursera.org/learn/machine-learning-with-python |
Update in 2022: |
Update in 2023: |
Would you recommend diving into tensorflow applications first without learning about general machine learning algorithms?
E.g. Should I took Andrew's ML course or Kadenze's creative applications with Tensorflow first?
Thanks,
Aunn
The text was updated successfully, but these errors were encountered: