0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small re-org, moved PU and IS out of RMB More... over 16 years ago
Changes to simplecontroller More... over 16 years ago
Start of reorganisation. Definition of new schema for defining the inputs and layer sizes. Still to do: Shuffle around the RBM stuff to make it fit into the schema Define a new Experiment class. More... almost 17 years ago
Removing comments More... almost 17 years ago
Fixed GPL declaration. Originally called everything Foobar, and had not remaned it! More... almost 17 years ago
Improved the random number generator slightly. Over 1k/s on MNIST now. Could probably be improved further, look into shared memory for seeds. More... almost 17 years ago
A few updates, now uses on-gpu random number generator. First try, 50% speed improvement More... almost 17 years ago
Sorted. It's the weight decay More... almost 17 years ago
Damnit, possibly still messed up. Testing code abound More... almost 17 years ago
Odd things happening. Possible classification messup. More... almost 17 years ago
Updated the example code and the rbm so that it now shows some nice outputs. More... almost 17 years ago
Got labels to work. Some worry about the update in the example, but it seems ok (gets most of the values right, anyway) More... almost 17 years ago
Working towards labels, need to add pointers and copying across. More... almost 17 years ago
Small changes, included training biases only if there is a bias learning rate. Also sorted out some ctags stuff More... almost 17 years ago
Updated the rbm and kernels to fix the problem with biases, now works. Performance may be decreased, however. More... almost 17 years ago
Comments started, again. May be moved around, but it's the way forwards. Doxygen used now. More... almost 17 years ago
Starting commenting More... about 17 years ago
Cleanups More... about 17 years ago
small changes More... about 17 years ago
Added the random numbers file, need to include this in the future More... about 17 years ago
Quite a few changes. First working example code. Silly errors were abound :) More... about 17 years ago
Added proper random number generation back in. Also corrected stupid counting mistake in SimpleController. More... about 17 years ago
Compiling with waf, seems to be running without crashing. Still need to check that it's doing the right thing. More... about 17 years ago
No more makefiles!! More... about 17 years ago
Now using waf, creating the rbm as a shared library file. More organisation to be done at a later date. More... about 17 years ago
Modified building to use waf instead. Still need to do installation, control the nvcc and other things. More... about 17 years ago
Renamed files to sensible names. Only 3 files are actually GPU related, rbm.cu rbm.cuh and kernels.cu More... about 17 years ago
Trying to make the compilation make more sense, and convert it to a library. More... about 17 years ago
Redone the image reading to make more sense and has the framework there to support labels. More... about 17 years ago
Merge branch 'master' into imageReadingRevision More... about 17 years ago