Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Neural Networks

Neural Networks

Fred

Cheesecake Labs

March 11, 2019
Tweet

More Decks by Cheesecake Labs

Other Decks in Technology

Transcript

  1. AI Effect "AI is whatever hasn't been done yet." Douglas

    Hofstadter "Every time we figure out a piece of it, it stops being magical; we say, 'Oh, that's just a computation.'" Rodney Brooks
  2. Types of AI • Machine learning ◦ Neural networks ▪

    Perceptron ▪ Recurrent neural network ▪ Convoluted neural network ◦ Support Vector Machines (SVM) • Fuzzy systems • Evolutionary algorithms ◦ Genetic algorithm ◦ Differential evolution • Swarm Intelligence • Probabilistic methods
  3. Perceptrons • x 1 – Is it raining? • x

    2 – Does your girlfriend/boyfriend want to go? • x 3 – Is it near public transportation?
  4. Database The MNIST (Modified National Institute of Standards and Technology)

    database Contains 60,000 training images and 10,000 testing images.
  5. 95%

  6. Improving our Neural Network • Improved Cost Function ◦ Faster

    Training ◦ Reduced Overfitting • Regularization • Dropout • Artificially expanding training data • Convolutional Networks