1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Mar 12, 2024 — Mar 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improved sRNN
Tommaso Teofili
as tommaso
More... over 8 years ago
improved sRNN
Tommaso Teofili
as tommaso
More... over 8 years ago
minor tweaks
Tommaso Teofili
as tommaso
More... over 8 years ago
minor perf improvements
Tommaso Teofili
as tommaso
More... about 9 years ago
ce loss fixes, sRnn bptt fix
Tommaso Teofili
as tommaso
More... about 9 years ago
using SoftMax TransofmOp for more compact code
Tommaso Teofili
as tommaso
More... about 9 years ago
minor fixes
Tommaso Teofili
as tommaso
More... about 9 years ago
fixed sampling code and loss update
Tommaso Teofili
as tommaso
More... about 9 years ago
minor fixes
Tommaso Teofili
as tommaso
More... about 9 years ago
bugfixes to bptt in srnn, minor fixes
Tommaso Teofili
as tommaso
More... about 9 years ago
fixed wrong adagrad update, more cli params for nn runner
Tommaso Teofili
as tommaso
More... about 9 years ago
added apprunner plugin, fixed bug in sRNN, adjusted test
Tommaso Teofili
as tommaso
More... about 9 years ago
fixed sample generation
Tommaso Teofili
as tommaso
More... about 9 years ago
refactored char/word/stacked RNNs in 2 classes
Tommaso Teofili
as tommaso
More... about 9 years ago
added sRNN
Tommaso Teofili
as tommaso
More... about 9 years ago
rnn loosing memory of previous hidden state - fixed
Tommaso Teofili
as tommaso
More... about 9 years ago
char rnn refactoring, word rnn, added cv tests with different hyperparams
Tommaso Teofili
as tommaso
More... about 9 years ago
minor fixes, java raw char-rnn model inspired by karpathy
Tommaso Teofili
as tommaso
More... about 9 years ago
fixed bug on mini batch
Tommaso Teofili
as tommaso
More... over 9 years ago
skipgram using configurable mini batch
Tommaso Teofili
as tommaso
More... over 9 years ago
added nesterov momentum to skipgram, other minor tweaks
Tommaso Teofili
as tommaso
More... over 9 years ago
fixed momentum impl, more appropriate softmax usage
Tommaso Teofili
as tommaso
More... over 9 years ago
biases initialized to 0.001, per output word softmax, cached expanded representation in hot encoded samples, 0.5 decay on learning rate
Tommaso Teofili
as tommaso
More... over 9 years ago
initialize weights to uniform distribution, adjusted test texts, added option to use momentum, minor fixes
Tommaso Teofili
as tommaso
More... over 9 years ago
refactored MLN and improved SGN, commons-math 3.6
Tommaso Teofili
as tommaso
More... over 9 years ago
avoiding some matrix transpose calls
Tommaso Teofili
as tommaso
More... over 9 years ago
refactored SFFNN to MLN, added ReLU function and (compact) skip-gram
Tommaso Teofili
as tommaso
More... over 9 years ago
added sample API, wv test
Tommaso Teofili
as tommaso
More... almost 10 years ago
fixed bug in SFFNN, added boolean operator NNs tests
Tommaso Teofili
as tommaso
More... almost 10 years ago
pruned old api, minimal shallow ff nn impl
Tommaso Teofili
as tommaso
More... almost 10 years ago