jacobian

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3d52c511c084382189c16714f475766b4503ddf4
parent 900930fdc61f2e4e3f739b5949e51b55c27c4608
Author: richardfeynmanrocks <freifeld.david@gmail.com>
Date:   Tue, 30 Jun 2020 21:27:37 -0700

Markdown bulleted lists are bad
Diffstat:
Mreadme.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/readme.md b/readme.md @@ -73,8 +73,8 @@ Planned features include: ## The Future Jacobian is actively in development and the following are things that are planned for the nearish future: - - More architectures such as Convolutional Neural Networks and RNN-like architectures (LSTM, GRU...). - - Moving towards a more proper release by emphasizing usability. - - Further increasing speedups from a conceptual perspective with better algorithms, a implementation perspective with optimized code, and a low-level perspective with hardware optimizations + more compiler work. - - More advanced capabilities such as the inclusion of gradient descent optimizations. - - More clear examples on how this is used as well as why one would use it. +- More architectures such as Convolutional Neural Networks and RNN-like architectures (LSTM, GRU...). +- Moving towards a more proper release by emphasizing usability. +- Further increasing speedups from a conceptual perspective with better algorithms, a implementation perspective with optimized code, and a low-level perspective with hardware optimizations + more compiler work. +- More advanced capabilities such as the inclusion of gradient descent optimizations. +- More clear examples on how this is used as well as why one would use it.