-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move gru primitive * remove optimizer from doc * Update nimdoc.cfg with gru and embedding * Delete outdated design doc * Update contributors * Fill changelog * Mention Agent Smith and Laser random sampling in the changelog * changelog: mentionned potential GRU changes depending on CuDNN differences with CPU implementation * Update README * Update README * Update README with history of the release names * Readme and changelog fixes * Update changelog * Nimble package v0.5.0 * Use @ for contributors
- Loading branch information
Showing
8 changed files
with
253 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
Arraymancer contributors (sorted alphabetically) | ||
Main Arraymancer contributors (sorted alphabetically) | ||
|
||
### Eduardo Bart | ||
### Andrea Ferretti (@andreaferetti) | ||
- Autograd of mean along an axis | ||
|
||
### Eduardo Bart (@edubart) | ||
- OpenMP | ||
- Several performance optimizations and fix including | ||
- Strided iterators | ||
- Uninitialized seq | ||
- Shapeshifting procs | ||
- Developing the ecosystem with [arraymancer-vision](https://github.com/edubart/arraymancer-vision) and [arraymancer-demos](https://github.com/edubart/arraymancer-demos) | ||
|
||
### Mamy Ratsimbazafy | ||
- Lead dev | ||
### Fabian Keller (@bluenote10) | ||
- CSV and toSeq exports | ||
- Tensor plotting tool | ||
- several fixes | ||
|
||
### Mamy Ratsimbazafy (@mratsim) | ||
- Lead dev | ||
|
||
### Manguluka (@manguluka) | ||
- tanh activation | ||
|
||
### Xander Johnson (@metasyn) | ||
- Kmeans clustering | ||
- Automation of MNIST download, caching and reading from compressed gzip | ||
- IMDB dataset loader | ||
|
||
### Vindaar (@vindaar) | ||
- HDF5 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.