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 Corrected: Building Neural Networks - From Simple to Custom Implementations
    • TP1 Corrected: 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
    • TP Corrected: 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_general_optimization_corrected.html
    • 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
    • Practical Assignment: Building a Transformer-Based Architecture for Time Series Forecasting
  • Projets
    • Projets
  • Code source
Categories
All (22)
Advanced Concepts (5)
Cours (9)
Course (13)
Deep Learning (4)
Fundamentals (13)

Remi Genet

2025-04-03

Rémi Genet

Star this website on Github

Introduction à Python:

Toutes les bases pour bien démarrer !

Un petit aperçu des réjouissances ci-dessous, mais pour commencer…

From Traditional Models to Deep Learning
Cours
Fundamentals
Foundations of machine learning and econometric modeling, introducing deep learning as a flexible function approximation paradigm for financial problems.
Remi Genet
2025-04-03

The Multi-Layer Perceptron (MLP)
Cours
Fundamentals
The MLP is the fundamental building block of deep learning. This chapter breaks down its biological inspiration, mathematical formulation, and financial applications.
Remi Genet
2025-04-03

Automatic Differentiation: The Engine of Deep Learning
Cours
Fundamentals
A technical deep-dive into gradient computation methods, highlighting why automatic differentiation became the backbone of modern machine learning.
Remi Genet
2025-04-03

Computation Backends & Keras 3
Cours
Fundamentals
Understanding the ecosystem of deep learning frameworks and how Keras 3 abstracts hardware acceleration through backend engines.
Remi Genet
2025-04-03

GPUs and Deep Learning: When Hardware Matters
Cours
Fundamentals
Understanding the role of specialized hardware in accelerating neural network training, and why modern AI relies on GPUs.
Remi Genet
2025-04-03

Keras Fundamentals: Models & Layers
Cours
Fundamentals
Understanding Keras’ core abstractions for building neural networks through its layered architecture and model composition paradigms.
Remi Genet
2025-04-03

Keras Matrix Operations: The Building Blocks
Cours
Fundamentals
Understanding fundamental matrix operations in Keras that form the basis of all neural network computations, with a focus on practical examples and shape manipulation.
Remi Genet
2025-04-03

Activation Functions: Adding Non-linearity
Cours
Fundamentals
Understanding activation functions, their mathematical properties, and roles in neural networks.
Remi Genet
2025-04-03

Model Training Fundamentals
Cours
Fundamentals
Essential workflow for training neural networks in Keras, covering the basic steps from model creation to prediction.
Remi Genet
2025-04-03

Sequential Data Processing: From MLPs to RNNs
Course
Deep Learning
Understanding the challenges of processing financial time series data and why we need recurrent neural networks.
Remi Genet
2025-04-03

Long Short-Term Memory Networks (LSTM)
Course
Deep Learning
Understanding the mathematics and principles behind LSTM networks, their historical significance, and practical considerations.
Remi Genet
2025-04-03

Modern RNN Architectures
Course
Deep Learning
Understanding modern RNN variants and their mathematical foundations.
Remi Genet
2025-04-03

RNN Limitations: Computational Challenges
Course
Deep Learning
Understanding the computational limitations of RNNs and their impact on training efficiency.
Remi Genet
2025-04-03

Understanding the Training Loop
Course
Fundamentals
Deep dive into the fundamental training loop in deep learning, understanding how models learn step by step.
Remi Genet
2025-04-03

Understanding Optimizers
Course
Fundamentals
Deep dive into optimization algorithms in deep learning, their mathematical foundations and practical applications.
Remi Genet
2025-04-03

Understanding Callbacks
Course
Fundamentals
Understanding callbacks in deep learning: how to monitor and control training processes.
Remi Genet
2025-04-03

Training Parameters and Practical Considerations
Course
Fundamentals
Understanding key training parameters and practical considerations in deep learning.
Remi Genet
2025-04-03

Residual Connections and Gating Mechanisms
Course
Advanced Concepts
Understanding fundamental building blocks that enable training of deep neural networks: residual connections and gating mechanisms.
Remi Genet
2025-04-03
 
Convolutional Layers: From Images to Time Series
Course
Advanced Concepts
Understanding convolution operations in neural networks and their applications beyond computer vision.
Remi Genet
2025-04-03
 
Neural Network Embeddings: Learning Meaningful Representations
Course
Advanced Concepts
Understanding embeddings in neural networks: from discrete entities to continuous vector spaces.
Remi Genet
2025-04-03
 
Attention Mechanisms: Learning What to Focus On
Course
Advanced Concepts
Understanding attention mechanisms in neural networks: from basic self-attention to multi-head architectures.
Remi Genet
2025-04-03

Encoder-Decoder Architectures
Course
Advanced Concepts
Understanding encoder-decoder architectures: principles, mathematics, and applications in sequence-to-sequence tasks.
Remi Genet
2025-04-03
No matching items
    Back to top

    Deep Learning For Finance, Rémi Genet.
    Licence
    Code source disponible sur Github

     

    Site construit avec et Quarto
    Inspiration pour la mise en forme du site ici
    Code source disponible sur GitHub