4
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added sample API, wv test More... over 8 years ago
fixed bug in SFFNN, added boolean operator NNs tests More... over 8 years ago
pruned old api, minimal shallow ff nn impl More... over 8 years ago
[no comment] More... over 8 years ago
performance improvements (parallel exec, simplified Feature APIs), revert derivative update function to latest working version More... over 8 years ago
performance improvements, simpler cost function API More... over 8 years ago
various performance improvements More... over 8 years ago
various performance improvements More... over 8 years ago
added cross-entropy cost function More... over 8 years ago
performance improvements on training set creation and softmax More... over 8 years ago
performance improvements for ff, backprop and softmax More... over 8 years ago
tweaked wv test More... over 8 years ago
simplified wordvec test, back to serial matrix update impl More... over 8 years ago
slightly parallelize weight matrix update More... over 8 years ago
LMS cf should be public More... over 8 years ago
NN factory should be public More... over 8 years ago
update NN api More... over 8 years ago
minor improvements More... over 8 years ago
minor fixes More... over 8 years ago
added softmax, adjusted af/neuron APIs, tests adjusted More... over 8 years ago
more appropriate test name, using sigmoid on output layer until softmax is there More... over 8 years ago
reduced boilerplate code in ff strategy for applying activation function, added layer specific AFs, improved error derivative calculation More... over 8 years ago
adjusted random weights generation, added few more sentences More... over 8 years ago
small fixes to javadoc More... over 8 years ago
added iterations parameter to backprop, enhanced word2vec test More... over 8 years ago
randomized test word More... over 8 years ago
draft word2vec test for sgm network More... over 8 years ago
minor fixes suggested by static analysis More... over 8 years ago
added LMS, fixed backprop bias checks More... over 8 years ago
fixed bug in backprop not correctly updating weights More... over 8 years ago