-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Need advice about Deep Learning roadmap. #3
Comments
I think the best way to get started with deep learning is determine the field that you are most interested in, such as Natural Language Processing, Computer Vision and Speech Recognition. Whenever that is determined, you try to find books, online courses or any other resources that applies deep learning for the determined field. For me, I am interested in NLP, so, I decided to get started in deep learning by taking "Deep Learning for Natural Language Processing". If you haven't decided yet the field, then you can get started with the general idea of Deep Learning. You can begin with this course After learning the concepts, you may need to know the libraries and programming languages that help you to implement a deep learning based project. Tensorflow, theano and keras in Python are great tools for that. This course will help you in Tensorflow https://www.udacity.com/course/deep-learning--ud730 There are some interesting blogs that write about Deep Learning, such as Finally, to practice more on using deep learning, you can apply its techniques in Kaggle https://www.kaggle.com/ Kaggle is a great place for practicing in Machine Learning. |
Thank you so much! On Mon, Oct 17, 2016 at 5:24 AM, Ahmed Hani Ibrahim <
|
Tensorflow is a popular library so far for deep learning. I found this repo https://github.com/alrojo/tensorflow-tutorial very useful. For each notebook, there are resources for deep learning concepts, algorithms, then you practice and finally apply on a kaggle challenge. |
What do you think about this road map? http://blog.digitalmind.io/post/deep-learning. |
Here is another hot theoretical approach: https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadmap. But it is not suitable for everyone |
http://neuralnetworksanddeeplearning.com/ is also seems good. |
I received comments from Hacker News's user annnnd for this roadmap. For someone who has basic background knowledge in ML and wants to know more about NN and DL, my list would be:
|
Open Source Deep Learning Curriculum: http://www.deeplearningweekly.com/pages/open_source_deep_learning_curriculum |
This is a good resource for starters: http://course.fast.ai/ |
Really helpful,thanks!!!!!!! |
Deep Learning is a vast filed but this can be covered very easily if we have a good instructor in the house , so i would suggest to go for Coursera Deep Learning Specialization its the best ,just keep the trust in it and u will be the best in your field LInk - https://www.coursera.org/specializations/deep-learning |
No description provided.
The text was updated successfully, but these errors were encountered: