Anthill Inside 2017

On theory and concepts in Machine Learning, Deep Learning and Artificial Intelligence. Formerly Deep Learning Conf.

Jaidev Deshpande

@jaidevd

Understanding Neural Networks with Theano

Submitted Apr 10, 2017

Theano is not only a powerful tool to build and run deep and shallow neural networks, it is also a wonderful learning resource. Since it works primarily on symbolic mathematical expressions, it can help us understand how learning in neural networks can be interpreted in terms of equations, vectors, variables and Python functions.

In this tutorial, participants will get a (very) brief background on the mathematics of neural networks and how to use theano to convert this knowledge into a Python program that can train and use a neural network.

Broadly the topics covered will be as follows:

  1. Constructing simple neural networks in Python
  2. Vectorizing neural networks in NumPy
  3. Simplifying the neural network construction with Theano
  4. Extending simple neural networks into deep networks

Outline

The workshop will proceed with four different Jupyter notebooks, each of them highlighting and providing exercises on different aspects of neural networks. The details can be found here:

https://github.com/jaidevd/theano_nn_tutorial

Requirements

  1. Intermediate knowledge of Python - classes, functions, control statements
  2. Basic knowledge of the numpy.ndarray object
  3. Basic differential calculus

Speaker bio

I am a data scientist based in New Delhi. I currently work at Juxt SmartMandate Analytic Solutions as Practice Lead in data science. I have been an active member of the Delhi, Pune and Mumbai Python users’ groups and am also an organizer of the SciPy India conference.

My background is in statistical signal processing and applications of machine learning in signal processing. I am currently working on various projects involving NLP, recommender systems and deep learning for computer vision.

  • jaidevd.github.io
  • twitter.com/jaidevd

Slides

https://github.com/jaidevd/theano_nn_tutorial

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Anthill Inside is a forum for conversations about risk mitigation and governance in Artificial Intelligence and Deep Learning. AI developers, researchers, startup founders, ethicists, and AI enthusiasts are encouraged to: more