AI Devlog #2: Adding momentum to the model
HTML-код
- Опубликовано: 8 фев 2025
- I am implementing machine learning models in C++ and CUDA. In today's video, I will explain the momentum I added to the model. Please share any questions or suggestions below.
Hope you enjoy!
0:00 Introduction
0:42 Deleting NumPy code
1:33 C++ code is slower than NumPy code
3:04 Explanation for Momentum
8:27 Result after adding the momentum
14:34 Code maintenance