tiny-dnn / tiny-dnn

header only, dependency-free deep learning framework in C++14
http://tiny-dnn.readthedocs.io
Other
5.84k stars 1.39k forks source link

Update documentation for new layers API #731

Open MatthewScholefield opened 7 years ago

MatthewScholefield commented 7 years ago

Here, on the documentation, a feed forward network still exists. I also was confused when reading tutorials that referenced things like fc<tanh>(). Perhaps there should be a page reviewing API changes.

For reference, PR #651 brought in these changes.

Edit: I just realized, it looks like a release hasn't been published since this change. If that is the case, should I close this issue?

Randl commented 7 years ago

@karandesai-96

kdexd commented 7 years ago

I think I should spend a weekend to review and remove traces of older API. Please keep this issue open till next weekend.