@angelcrypto
### Automatic differentiation in C++ ###
Day 8: Forward mode implementation part 1
I've figured out how to implement the forward mode for the simple cases:
Case 1: input x is a vector and output y is a real number.
The second case is just a generalization of the output (y is also a vector).