Been a while since I've been on here. A lot going on, but now I'm ready to start a new series, and I will finish it this time! The new series will be about Cuda C/C++ programming! I've always wanted to learn this, so why not share my learning journey in here. Will start soon!
- 0 replies
- 0 recasts
- 0 reactions
### Automatic Differentiation in C++ ### Day 9: Adding more arithmetic operations I've been busy last week but I'm back now. I've added some basic arithmetic operations to allow interactions between tensors and primitive C++ numbers (float, double, int...)., e.g. doing somthing like `tensor + 3`
- 2 replies
- 0 recasts
- 0 reactions
### Automatic differentiation in C++ ### Day 8: Forward mode implementation part 2 Done with the inital implementation of FM. It's a basic one with no real optimizations. I'm working on making it faster. You can find it on github. I'll share an explanation later today!
- 4 replies
- 0 recasts
- 1 reaction