🐍 Python
From zero to full-stack Python — practical, exam-oriented courses for every level
🧠 AI & Neural Networks
ANN foundations through deep learning, competitive programming, and a full capstone project
∫ Complex Analysis
Complex functions, Cauchy-Riemann equations, conformal mappings, and contour integration
📊 Probability & Statistics
Distributions, curve fitting, regression, and hypothesis testing — all exam-oriented
Advanced Topics: Deep Learning & RL
CNN, RNN/LSTM, reinforcement learning, and advanced optimisation
Pricing (per student)
Prerequisites
- Completion of ANN Courses 1–5 (or equivalent)
- Familiarity with TensorFlow or PyTorch
- Basic reinforcement learning concepts
Overview
Covers the evolution from shallow neural networks to modern deep learning architectures. Students implement CNNs for image classification, RNNs/LSTMs for sequence prediction, and train a DQN for a simple game — then build an end-to-end sentiment analysis model.
Topics
| Hour | Topic | Details |
|---|---|---|
| 1 | Introduction to Reinforcement Learning | RL framework: agent, environment, rewards, policy. |
| 2 | Q-Learning & Deep Q-Networks (DQN) | Implement DQN for CartPole using PyTorch. |
| 3 | Policy Gradient Methods | Derive and implement policy gradient algorithms. |
| 4 | Neural Networks in RL | Combine NNs with RL for complex decision-making. |
| 5 | Introduction to Deep Learning | Evolution from ANN to deep learning architectures. |
| 6 | Convolutional Neural Networks (CNN) | Implement a CNN for image classification. |
| 7 | RNN and LSTM | Implement RNN/LSTM for sequence prediction tasks. |
| 8 | Optimisation Techniques | Adam, RMSprop — compare and apply. |
| 9 | Batch Normalisation & Dropout | Regularisation techniques to improve performance. |
| 10 | End-to-End Project | Train a deep learning model for sentiment analysis. |
Expected Outcomes
- Implement reinforcement learning with neural networks.
- Build CNN and RNN/LSTM architectures in PyTorch/TensorFlow.
- Apply advanced optimisation and regularisation techniques.