Contribute Media
A thank you to everyone who makes this possible: Read More

A Gentle Introduction to Neural Networks (with Python)

Translations: en

Description

Tariq Rashid - A Gentle Introduction to Neural Networks (with Python) [EuroPython 2016] [22 July 2016] [Bilbao, Euskadi, Spain] (https://ep2016.europython.eu//conference/talks/a-gentle-introduction-to-neural-networks-with-python)

A gentle introduction to neural networks, and making your own with Python.

This session is deliberately designed to be accessible to everyone, including anyone with no expertise in mathematics, computer science or Python.

From this session you will have an intuitive understanding of what neural networks are and how they work. If you are more technically capable, you will see how you could make your own with Python and numpy.


Part 1 - Ideas:

  • The search for AI, hard problems for computers easy for humans
  • Learning from examples (simple classifier)
  • Biologically inspired neurons and networks
  • Training a neural network - the back propagation breakthrough
  • Matrix ways of working (good for computers)

Part 2 - Python:

  • Python is easy, and everywhere
  • Python notebooks
  • The MNIST data set
  • A very simple neural network class
  • Focus on concise and efficient matrix calculations with bumpy
  • 97.5% accuracy recognising handwritten numbers - with just a few lines of code!

Part 3

  • Q&A
Improve this page