Code Monkey home page Code Monkey logo

ai-for-beginners's Issues

Neural Network isn't how children learns

"We can construct a so-called artificial neural network inside a computer, and then try to teach it to solve problems by giving it examples. This process is similar to how a newborn child learns about his or her surroundings by making observations."

Uh, no. Neural networks are inspired by how neurons in our brain works internally, with A LOT of connections between different neurons, the same as layers in a neural network. But it's not how children learns. How this works with neural networks is that you give it A LOT OF DATA with specified connections and it builds an internal representation getting closer and closer to the result you expect. Also known as a model.

Children doesn't learn like that. A child learns more with smaller steps (it's called "baby steps" for a reason), by filtering out a lot of noise and focusing on single things and build up understanding of the world that way. Just like any other human learns things really. You don't learn a language by spamming data, you learn it step by step. Good luck feeding whole internet to a child and see how that goes regarding learning about things.

QA Tasks for: 5 - Intro to frameworks

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 6 - Intro to Computer Vision

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 8 - Pre-trained Networks

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 24 - AI Ethics

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 15 - Lang modeling

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 14 - Semantic embeddings

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

a little bit outdated?

Just read the GPT part and after this:

"GPT is a Family
GPT is not a single model, but rather a collection of models developed and trained by OpenAI. The latest model openly available is GPT-2, which has up to 1.5 billion parameters (there are several variations of the model, so you can select one for your tasks that is a good compromise between size/performance). Latest GPT-3 model has up to 175 billion parameters, and is available as a cognitive service from Microsoft Azure, and as OpenAI API."

I thought the course needs an update :).

Cheers, M.

QA Tasks for: 10 - GANs

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

Using device-agnostic code in PyTorch

Could you please make the code device-agnostic so it can also run on Apple silicon Macbook? The current version of the code gives plenty of errors when running it on Mac.

Tasks

QA Tasks for: 16 - Recurrent NN

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 12 - Instance Segmentation

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 17 - Generative RN

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 11 - Object Detection

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 21 - Genetic Algorithms

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 4 - Multi-Layered Perceptron

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: Intro

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

Link to quizzes are broken

When open quizzes of lesson 1, 2 and 3 the azurestaticapp return 404 message.
I assume the same problem is happening with other lessons as well.

QA Tasks for: 9 - Autoencoders

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 3 - Perceptron

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 13 - Text Representation

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

favicon missing

Add the love icon to be consistent with the other for beginner content

QA Tasks for: 18 - Transformers

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 23 - Multi Agent Systems

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

QA Tasks for: 2 - Knowledge Systems

  • Copyedit
  • Check for Links to Learn, add if necessary, ensure they are instrumented
  • Knowledge Checks
  • Challenge
  • Any art? propose if necessary
  • Assignment
  • Pre-Quiz
  • Post-Quiz

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.