1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected 9 months ago.
Mar 12, 2024 — Mar 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
switch from batch to stochastic GD in backprop
Tommaso Teofili
as tommaso
More... about 10 years ago
adjusted javadoc for java8 complainings
Tommaso Teofili
as tommaso
More... over 10 years ago
minor fixes (e.g. pom)
Tommaso Teofili
as tommaso
More... almost 11 years ago
removed bio module
Tommaso Teofili
as tommaso
More... over 11 years ago
fixed imports / format
Tommaso Teofili
as tommaso
More... over 11 years ago
added missing javadoc to yay-api
Tommaso Teofili
as tommaso
More... over 11 years ago
fixed typos in bpls test, improved perceptron to not updateweights when sample and evaluated outputs are the same
Tommaso Teofili
as tommaso
More... almost 12 years ago
make it possible to do online learning in perceptron (by single example instead of dataset)
Tommaso Teofili
as tommaso
More... almost 12 years ago
upgraded BasicPerceptronTest
Tommaso Teofili
as tommaso
More... over 12 years ago
backprop testing improved
Tommaso Teofili
as tommaso
More... over 12 years ago
added backpropagation test with random network
Tommaso Teofili
as tommaso
More... over 12 years ago
fixed backprop debug message
Tommaso Teofili
as tommaso
More... over 12 years ago
fixed indent
Tommaso Teofili
as tommaso
More... over 12 years ago
backprop learning must use supplied prediction strategy
Tommaso Teofili
as tommaso
More... over 12 years ago
added test for default settings
Tommaso Teofili
as tommaso
More... over 12 years ago
backprop test now using 0.5M random inputs
Tommaso Teofili
as tommaso
More... over 12 years ago
first fully working sketch of backpropagation
Tommaso Teofili
as tommaso
More... over 12 years ago
minor refactoring to javadoc, fixing backprop step 2
Tommaso Teofili
as tommaso
More... over 12 years ago
added tanh function
Tommaso Teofili
as tommaso
More... over 12 years ago
started cleaning backpropagation phase 1
Tommaso Teofili
as tommaso
More... over 12 years ago
fixed prediction strategy API for debugging to return activation vectors instead of matrix
Tommaso Teofili
as tommaso
More... over 12 years ago
fixed prediction strategy javadoc, refactoring of FF strategy and added FF strategy test
Tommaso Teofili
as tommaso
More... over 12 years ago
core classes live in base core package
Tommaso Teofili
as tommaso
More... over 12 years ago
refactoring api, removed unconsistent generics semantics
Tommaso Teofili
as tommaso
More... over 12 years ago
refactoring api, removed unconsistent generics semantics
Tommaso Teofili
as tommaso
More... over 12 years ago
api refactoring
Tommaso Teofili
as tommaso
More... over 12 years ago
continuing refactoring api
Tommaso Teofili
as tommaso
More... over 12 years ago
reflecting API refactoring in core
Tommaso Teofili
as tommaso
More... over 12 years ago
refactoring API (added training set)
Tommaso Teofili
as tommaso
More... over 12 years ago
started refactoring API
Tommaso Teofili
as tommaso
More... over 12 years ago