Skip to content
Discussion options

You must be logged in to vote

Hey @jeeva,

First off, huge props to you for diving into all of this at 15, that is honestly super impressive

The reason PyTorch feels so overwhelming right now is because machine learning is a completely different paradigm compared to web development, you are not just learning syntax, you are dealing with linear algebra, tensor dimensions, and calculus concepts like gradients under the hood

A few simple tips to help you get through that mental block:

  • Treat tensors just like multidimensional arrays: Before diving into neural networks, get comfortable reshaping, slicing, and doing matrix multiplication with basic tensors, because almost all early PyTorch bugs are just tensor shape mismatches

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Comment options

You must be logged in to vote
1 reply
@Jeeva-Selvin

This comment was marked as spam.

Answer selected by Jeeva-Selvin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development source:ui Discussions created via Community GitHub templates
7 participants