This week we will review several popular feed-forward neural network architectures that are common in commercial applications.
- Module 1: RNNs & LSTMs
- Objectives:
- Describe recurrent neural network architecture
- Use an LSTM to generate text based on some input
- Objectives:
- Module 2: CNNs
- Objectives:
- Describe convolutions and convolutions within neural networks
- Apply pre-trained CNNs to image classification problems
- Objectives:
- Module 3: Autoencoders
- Objectives:
- Describe the componenets of an autoencoder
- Train an autoencoder
- Apply an autoencoder to a basic information retreval problem
- Objectives:
- Module 4: LSTMs for Time Series Forecasting
- Objectives:
- Understand how to prepare time series data for model ingestion (sliding train-test split)
- Understand how to use a LSTM model for time series forecasting applications
- Understand the importance of seasonality and trends in time series applications.
- Objectives:
Hello world testing