DeepLearning For Finance
Back to Main Website
Home
Introduction to Deep Learning
Introduction to Deep Learning
From Traditional Models to Deep Learning
The Multi-Layer Perceptron (MLP)
Automatic Differentiation: The Engine of Deep Learning
Computation Backends & Keras 3
GPUs and Deep Learning: When Hardware Matters
Keras Fundamentals: Models & Layers
Keras Matrix Operations: The Building Blocks
Activation Functions: Adding Non-linearity
Model Training Fundamentals
Travaux Pratiques
TP1: Building Neural Networks - From Simple to Custom Implementations
Recurrent Neural Networks
Recurrent Neural Networks
Sequential Data Processing: From MLPs to RNNs
Long Short-Term Memory Networks (LSTM)
Modern RNN Architectures
RNN Limitations: Computational Challenges
Travaux Pratiques
TP: Recurrent Neural Networks for Time Series Prediction
Training a Neural Network
Training a Neural Network
Understanding the Training Loop
Understanding Optimizers
Understanding Callbacks
Training Parameters and Practical Considerations
Travaux Pratiques
TP: Using Deep Learning Frameworks for General Optimization
TP: Impact of Callbacks on Training
Essential Building Blocks of Modern Neural Networks
Essential Building Blocks of Modern Neural Networks
Residual Connections and Gating Mechanisms
Convolutional Layers: From Images to Time Series
Neural Network Embeddings: Learning Meaningful Representations
Attention Mechanisms: Learning What to Focus On
Encoder-Decoder Architectures
Travaux Pratiques
Practical Assignment: Building a Transformer-Based Architecture for Time Series Forecasting
Code source
Recurrent Neural Networks
Remi Genet
2025-02-18
Les cours de cette partie sont:
Long Short-Term Memory Networks (LSTM)
Understanding the mathematics and principles behind LSTM networks, their historical significance, and practical considerations.
Remi Genet
2025-02-18
Modern RNN Architectures
Understanding modern RNN variants and their mathematical foundations.
Remi Genet
2025-02-18
RNN Limitations: Computational Challenges
Understanding the computational limitations of RNNs and their impact on training efficiency.
Remi Genet
2025-02-18
Sequential Data Processing: From MLPs to RNNs
Understanding the challenges of processing financial time series data and why we need recurrent neural networks.
Remi Genet
2025-02-18
No matching items
Back to top
Sequential Data Processing: From MLPs to RNNs