ADD+MOD: added two new learning methods and a new learning method able to...
ADD+MOD: added two new learning methods and a new learning method able to cycle through user defined sequence of learning methods
Showing
- src/LearningMethods/GradientDescent.cpp 118 additions, 11 deletionssrc/LearningMethods/GradientDescent.cpp
- src/LearningMethods/GradientDescent.h 18 additions, 0 deletionssrc/LearningMethods/GradientDescent.h
- src/LearningMethods/GradientDescentBB.cpp 229 additions, 0 deletionssrc/LearningMethods/GradientDescentBB.cpp
- src/LearningMethods/GradientDescentBB.h 91 additions, 0 deletionssrc/LearningMethods/GradientDescentBB.h
- src/LearningMethods/GradientDescentSingleItem.cpp 106 additions, 0 deletionssrc/LearningMethods/GradientDescentSingleItem.cpp
- src/LearningMethods/GradientDescentSingleItem.h 106 additions, 0 deletionssrc/LearningMethods/GradientDescentSingleItem.h
- src/LearningMethods/ILearningMethods.cpp 2 additions, 1 deletionsrc/LearningMethods/ILearningMethods.cpp
- src/LearningMethods/ILearningMethods.h 3 additions, 1 deletionsrc/LearningMethods/ILearningMethods.h
- src/LearningMethods/LearningSequence.cpp 61 additions, 0 deletionssrc/LearningMethods/LearningSequence.cpp
- src/LearningMethods/LearningSequence.h 80 additions, 0 deletionssrc/LearningMethods/LearningSequence.h
- src/LearningMethods/ParticleSwarm.cpp 3 additions, 5 deletionssrc/LearningMethods/ParticleSwarm.cpp
Loading
Please register or sign in to comment