-
Notifications
You must be signed in to change notification settings - Fork 868
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
ELI5 explanation #2
Comments
So for example, chapter 1 opens to back propagation. Here are questions that I think we should begin answering in a separate file in the repo in markdown:
this distinction of target audience allows us to work outside the vacuum of assumptions that 'x' person has a background, and allows us to make readers digests/summaries, for those who are short on time or have life responsibilities such as kids that demand more time of them |
Well I think the course makes the assumption that if one has an interest in the subject matter, they will follow their own questions to get the answer best suited for their needs. Speaking of myself, I had a base knowledge in deep learning from the other Siraj Raval YT videos, so the supplemental information with this course is sufficient for me. Back propagation is one of the largest parts of the neural network, more than likely you've heard it before even beginning to code one. I do wish the first exercise didn't skip around so much. Just explain the lines of code as it's being entered. I wasted a week out of frustration and decided to come back later to figure it out. |
The problems I encounter while watching these videos is that there is enough tabs open that I have to spend an hour researching an idea of an idea of an idea.
Can we begin to assemble some "explain it to me like Im five" explanations here? I think it would help streamline the process. We can use this issue to crowdsource the explanations and collaborate on it.
The text was updated successfully, but these errors were encountered: