Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History

SMDL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sequence Modeling with Deep Learning Lessons and Workshops

For this course we will be using PyCharm as the Integrated Development Environment (IDE).

  1. Download and install Anaconda for Python 3.8: https://www.anaconda.com/products/individual

  2. Download and install PyCharm Community Edition: https://www.jetbrains.com/pycharm/download

  3. Follow the steps in the setup video: https://youtu.be/d9aotUJenWY

  • Installing the EduTools plugin
  • Importing the Course lessons and code from Releases.

Intro Videos

Modules

Each module contains lessons to cover the building blocks, under the lessons folder. After going through the lessons, you can then apply the building blocks to train the model in the train folder, and call the trained model from a flask application in the app folder. Refer to the README.md files in each day's lessons.

Documentation