How do i get started with pytorch from basic to advance to job?

I am just starting learning deep learning. I have some experience with the other frameworks, found that all deep learning codes are so small that like everyone can do. Are they?

I am now starting the PyTorch with fast.ai. So how do i get started with it .

Thank you for the answer .

FastAI sounds like a good starter.
I’m not sure what you mean by “all deep learning codes are so small”.
Do you mean that the code does not contain many lines of code?
If so, I wouldn’t underestimate the energy which was used to get these (few) lines of code to a working model. :wink:

2 Likes

:blush: . I am doing the course, but as interest in ai , other friends interested in other things wrote alot of coding in project. I feel in just 30 60 lines of code, i would build a whole deep learning model in just 1 day.

I like and loving this AI journey. But as because of small code , everybody would learn AI, which can be dangerous in our career, if it is easy :fearful: . Also we dont really have to understand the mathematics .

Anyway i am learning :smiley: .
And thanks for the reply

Hello ! :wave:

:thinking:What do you mean @mathematics ? :slight_smile:

:blush: , thats why pytorch came and productivity raises , without much needing to learn mathematics.

I edit my words to

1 Like

I understand, and I agree though :wink:

1 Like

Hi Mathematics!

At the risk of saying out loud what some forum participants might be
thinking, your speculation that you can build a deep-learning model
in 60 lines of code and that learning AI might be easy sounds a bit
naive.

Sure some easy (toy) problems are easy, but some hard problems
are hard, and some harder problems are hard enough that nobody
knows how to solve them yet.

For a reality check, you might look at some of the public datasets,
and some of the deep-learning competitions that use them. As one
example, you could look at NIPS:

Here is the 2019 NIPS competition, and here is the call for 2020
NIPS competition proposals
.

Good luck!

K. Frank

1 Like