Introduction to Neural Networks and Deep Learning (Part I)

When:
October 26, 2024 @ 9:00 am – 12:30 pm America/New York Timezone
2024-10-26T09:00:00-04:00
2024-10-26T12:30:00-04:00
Where:
A live, interactive webinar 

Course Format:  Live Webinar, 3.5 hours of instruction!

IEEE Members Early Rate:  $95

IEEE Members Rate after October 1:  $110

Non-Members Early Rate:  $115

Non-Member Rate after October 1:  $130

Decision (Run/Cancel) Date for this Course is Friday, October 18, 2024

Speaker:  CL Kim
Series Overview:  “Neural networks and deep learning currently provides the best solutions to many problems in image recognition, speech recognition, and natural language processing.”

Reference book: “Neural Networks and Deep Learning” by Michael Nielsen, http://neuralnetworksanddeeplearning.com/

This Part 1 and the planned Part 2, (to be confirmed) series of courses will teach many of the core concepts behind neural networks and deep learning.

More from the book introduction:   “We’ll learn the core principles behind neural networks and deep learning by attacking a concrete problem: the problem of teaching a computer to recognize handwritten digits. …it can be solved pretty well using a simple neural network, with just a few tens of lines of code, and no special libraries.”

“But you don’t need to be a professional programmer.”

The code provided is in Python, which even if you don’t program in Python, should be easy to understand with just a little effort.

Benefits of attending the series:

  • Learn the core principles behind neural networks and deep learning
  • See a simple Python program that solves a concrete problem: teaching a computer to recognize a handwritten digit
  • Improve the result through incorporating more and more core ideas about neural networks and deep learning
  • Understand the theory, with worked-out proofs of fundamental equations of backpropagation for those interested
  • Run straightforward Python demo code example

The demo Python program (updated from version provided in the book) can be downloaded from the speaker’s GitHub account. The demo program is run in a Docker container that runs on your Mac, Windows, or Linux personal computer; we plan to provide instructions on doing that in advance of the class.

(That would be one good reason to register early if you plan to attend, in order that you can receive the straightforward instructions and leave yourself with plenty of time to prepare the Git and Docker software that are widely used among software professionals.)

Course Background and Content:   This is a live instructor-led introductory course on Neural Networks and Deep Learning. It is planned to be a two-part series of courses. The first course is complete by itself and covers a feedforward neural network (but not convolutional neural network in Part 1). It will be a pre-requisite for the planned Part 2 second course. The class material is mostly from the highly-regarded and free online book “Neural Networks and Deep Learning” by Michael Nielsen, plus additional material such as some proofs of fundamental equations not provided in the book.

Outline:

  • Feedforward Neural Networks
  • Simple (Python) Network to classify a handwritten digit
  • Learning with Stochastic Gradient Descent
  • How the backpropagation algorithm work
  • Improving the way neural networks learn:
    • Cross-entropy cost function
    • SoftMax activation function and log-likelihood cost function
    • Rectified Linear Unit
  • Overfitting and Regularization:
    • L2 regularization
    • Dropout
    • Artificially expanding data set

Pre-requisites: There is some heavier mathematics in learning the four fundamental equations behind backpropagation, so a basic familiarity with multivariable calculus and matrix algebra is expected, but nothing advanced is required. (The backpropagation equations can be also just accepted without bothering with the proofs since the provided Python code for the simple network just make use of the equations.) Basic familiarity with Python or similar computer language.

Speaker Background:    CL Kim works in Software Engineering at CarGurus, Inc. He has graduate degrees in Business Administration and in Computer and Information Science from the University of Pennsylvania. He had previously taught for a few years the well-rated IEEE Boston Section class on introduction to the Android platform and API.