Git Product home page Git Product logo

Comments (12)

AhmedHani avatar AhmedHani commented on April 28, 2024 20

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".
http://cs224d.stanford.edu/syllabus.html

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
https://www.coursera.org/learn/neural-networks
and this book
http://www.deeplearningbook.org/

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
http://colah.github.io/
http://www.wildml.com/
http://karpathy.github.io/

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.

from machine-learning-for-software-engineers.

tamizhvendan avatar tamizhvendan commented on April 28, 2024 5

http://neuralnetworksanddeeplearning.com/ is also seems good.

from machine-learning-for-software-engineers.

daoanhnhat1995 avatar daoanhnhat1995 commented on April 28, 2024 1

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.

from machine-learning-for-software-engineers.

ZuzooVn avatar ZuzooVn commented on April 28, 2024 1

Open Source Deep Learning Curriculum: http://www.deeplearningweekly.com/pages/open_source_deep_learning_curriculum

from machine-learning-for-software-engineers.

mikaelfs avatar mikaelfs commented on April 28, 2024 1

This is a good resource for starters: http://course.fast.ai/

from machine-learning-for-software-engineers.

ischroedi avatar ischroedi commented on April 28, 2024 1

https://github.com/ischroedi/Deep-Learning/

from machine-learning-for-software-engineers.

ishaan6758 avatar ishaan6758 commented on April 28, 2024 1

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

from machine-learning-for-software-engineers.

harrytrinh2 avatar harrytrinh2 commented on April 28, 2024

Thank you so much!

On Mon, Oct 17, 2016 at 5:24 AM, Ahmed Hani Ibrahim <
[email protected]> wrote:

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".
http://cs224d.stanford.edu/syllabus.html

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
https://www.coursera.org/learn/neural-networks
and this book
http://www.deeplearningbook.org/

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

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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ANio0CepuSI3-C8tcqaNzm5ujttjX2BOks5q0qQagaJpZM4KX8ON
.

from machine-learning-for-software-engineers.

ZuzooVn avatar ZuzooVn commented on April 28, 2024

What do you think about this road map? http://blog.digitalmind.io/post/deep-learning.
It's not the top-down method, but it has a lot of good resources.

from machine-learning-for-software-engineers.

ZuzooVn avatar ZuzooVn commented on April 28, 2024

Here is another hot theoretical approach: https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadmap. But it is not suitable for everyone

from machine-learning-for-software-engineers.

ZuzooVn avatar ZuzooVn commented on April 28, 2024

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:

  • Neural Networks and Deep Learning (http://neuralnetworksanddeeplearning.com/) - perfect overview, go over it twice at least (the second time you will understand much of the decisions in the start)
  • Tensorflow and deep learning, without a PhD (https://www.youtube.com/watch?v=sEciSlAClL8) - as much as I hate video lectures, this one was worth it; a good complement to the book above
  • Theano Tutorial (http://deeplearning.net/software/theano/tutorial/index.html) - using Theano or TensorFlow takes some getting used to. I found TensorFlow documentation absolutely horrible for beginners, probably because the authors expect users to already know such frameworks. Once you learn Theano you won't have trouble with TensorFlow (if that's what you want to use).
    Then there are more specific papers, but I guess those depend on the problem at hand.

from machine-learning-for-software-engineers.

anonymousz97 avatar anonymousz97 commented on April 28, 2024

Really helpful,thanks!!!!!!!

from machine-learning-for-software-engineers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.