Skip to content

delug/Workshop4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

Intro to Neural Networks

This workshop will cover the basis of Neural Networks and modern deep learning, paying heavy emphasis to the mathematical foundation while also providing coding examples and exposing the audience to the PyTorch machine learning API for fast and easy model development. We will cover the mathematical foundations of perceptrons, layers, backpropagation and computational graphs, as well as discussing how these abstract concepts are concretely implemented in modern machine learning libraries.

Sign Up

Please fill the sign-up sheet below https://forms.gle/cVtJpZYyQNsJDKqM9

Installation

  1. While in your command line, move to a directory that you want to clone the workshop into.
  2. Simply type git clone https://github.com/delug/Workshop4.git in your command line to clone the repository
  3. Run jupyter notebook and navigate to where you cloned the workshop repository
  4. Open the notebook and enjoy!

Note: Before the workshop, please make sure you have the most up-to-date version of this repository. This can be assured by running git pull within the repository close to the workshop day. Preferably the day of, just to be safe!

Required Software

Before coming to the workshop, please ensure that you have the following softwares downloaded:

  1. Python (We recommend downloading Python along with Anaconda: https://www.anaconda.com/distribution/)
  2. Jupyter (https://jupyter.org/install)
  3. Git (https://git-scm.com/downloads)
  4. PyTorch (https://pytorch.org/)
  5. Torchsummary (pip install torchsummary)

Feedback

Deep Learning at UGA is a club that began as a small organization and is rapidly expanding to service as many people as possible. This is a difficult task, as we're often breaking new ground and sometimes it shows. We want to ensure that everything we offer is of the highest possible quality, but that requires help from you! If you've got a spare second, it would mean a lot if you could take the survey below to share your feedback with us. We go through every single response and work to meet your needs. Please fill out the survey in the link below!

https://forms.gle/yfVWJhssyR9AwoUAA

Workshop Series

  1. Intro to Python, Git, and Data Science

  2. The Mathematics Behind Data Science

  3. Data Science Techniques and Algorithms

  4. Intro to Neural Networks

  5. Layers, Modules & More

  6. Neural Models and Architectures

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published