Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek3141 committed Feb 4, 2020
1 parent c4bea37 commit fcaeef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This module uses a tensorflow backend.
* Nonlinear Regression `ml.regression`
* Optimizers - `ml.optimizer` optimized with C
* GradientDescentOptimizer - `from ml.optimizer import GradientDescentOptimizer`
* AdamOptimizer - `from ml.optimizer import AdamOptimizer`
* <b>UNSTABLE</b> - Character generating RNN - `ml.rnn`

#### You can find examples for all of these in `/examples`
Expand Down

0 comments on commit fcaeef5

Please sign in to comment.