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
performance improvements (parallel exec, simplified Feature APIs), revert derivative update function to latest working version
Tommaso Teofili
as tommaso
More... almost 10 years ago
performance improvements, simpler cost function API
Tommaso Teofili
as tommaso
More... almost 10 years ago
various performance improvements
Tommaso Teofili
as tommaso
More... almost 10 years ago
various performance improvements
Tommaso Teofili
as tommaso
More... about 10 years ago
added cross-entropy cost function
Tommaso Teofili
as tommaso
More... about 10 years ago
performance improvements on training set creation and softmax
Tommaso Teofili
as tommaso
More... about 10 years ago
performance improvements for ff, backprop and softmax
Tommaso Teofili
as tommaso
More... about 10 years ago
tweaked wv test
Tommaso Teofili
as tommaso
More... about 10 years ago
simplified wordvec test, back to serial matrix update impl
Tommaso Teofili
as tommaso
More... about 10 years ago
slightly parallelize weight matrix update
Tommaso Teofili
as tommaso
More... about 10 years ago
LMS cf should be public
Tommaso Teofili
as tommaso
More... about 10 years ago
NN factory should be public
Tommaso Teofili
as tommaso
More... about 10 years ago
update NN api
Tommaso Teofili
as tommaso
More... about 10 years ago
minor improvements
Tommaso Teofili
as tommaso
More... about 10 years ago
minor fixes
Tommaso Teofili
as tommaso
More... about 10 years ago
added softmax, adjusted af/neuron APIs, tests adjusted
Tommaso Teofili
as tommaso
More... about 10 years ago
more appropriate test name, using sigmoid on output layer until softmax is there
Tommaso Teofili
as tommaso
More... about 10 years ago
reduced boilerplate code in ff strategy for applying activation function, added layer specific AFs, improved error derivative calculation
Tommaso Teofili
as tommaso
More... about 10 years ago
adjusted random weights generation, added few more sentences
Tommaso Teofili
as tommaso
More... about 10 years ago
small fixes to javadoc
Tommaso Teofili
as tommaso
More... about 10 years ago
added iterations parameter to backprop, enhanced word2vec test
Tommaso Teofili
as tommaso
More... about 10 years ago
randomized test word
Tommaso Teofili
as tommaso
More... about 10 years ago
draft word2vec test for sgm network
Tommaso Teofili
as tommaso
More... about 10 years ago
minor fixes suggested by static analysis
Tommaso Teofili
as tommaso
More... about 10 years ago
added LMS, fixed backprop bias checks
Tommaso Teofili
as tommaso
More... about 10 years ago
fixed bug in backprop not correctly updating weights
Tommaso Teofili
as tommaso
More... about 10 years ago
enabling multiple NN output neurons
Tommaso Teofili
as tommaso
More... about 10 years ago
minor improvements, back to 1.6 jvm
Tommaso Teofili
as tommaso
More... about 10 years ago
switch from batch to stochastic GD in backprop, abstracted derivative update function
Tommaso Teofili
as tommaso
More... about 10 years ago
switch from batch to stochastic GD in backprop
Tommaso Teofili
as tommaso
More... about 10 years ago