Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson authored Mar 26, 2024
1 parent ac9a551 commit 9d3092a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,6 @@ Using the built in **Input** trait, practically any data type can be mapped to a

Gradient descent currently can happen both syncronously as stochastic gradient descent or asynchronously through minibatch gradient descent.

## TODO

Currently, Unda is in a very beta stage, the following features are still in development:

[Neural Network Goals]
- [X] Create abstract representation for layers (Layer trait)
- [X] Dense
- [ ] Convolutional
- [X] Cateogorical Crossentropy
- [X] SoftMax
- [ ] Recurrent
- [X] Allow for different activation functions and learning rates on each layer
- [X] Adam Optimization in backprop
- [X] Helper Function for parsing CSV data
- [X] Helper Function for generating the MNIST dataset
- [X] Helper Functions for generating and deriving categorical data

#### If open source development is your thing, we at Unda would love additional work on anything that can be implemented, please contact **[email protected]** if you'd like to help out!

# License
Expand Down

0 comments on commit 9d3092a

Please sign in to comment.