That's great, Mike! Thank you very much!
Thanks for pointing this out! It was using the default C++ stream precision, which...
thanks for your answer, Mike! i made some changes, by converting string to integer,...
Unfortunately, I never finished adding support for string attributes to my GMatrix...
tried using "waffles_transform mergehoriz" and was losing column type if it is "string"....
Thank you very much, Mike!
No, the documentation is wrong. I will update it. (If you want the features to be...
hello there! it is said in usage information, that "waffles_learn predict" will print...
hello there! it is said in usage information, that "waffles_learn predict" will print...
The GRandomForest class does not provide access to setting parameters. (It should....
Is it possible to tune parameters (such as splitting, depth etc) in C++? So far I...
Thanks for reporting. This issue has been fixed in the GitHub repository (https://github.com/mikegashler/waffles)....
Hello, I just want to let you know, that there is the same compilation problem on...
Thanks a lot for your quick answers! Really got to create an account. Thanks also...
one more
Remove outdated code
It looks like there is a bug that occurs when all of the labels are homogeneous....
I managed to get the library compiled and ran the hello_ml example successfully now...
Yes, it definitely should compile without warnings. It compiles without warnings...
Thanks, I had to replace it with in all the makefiles before it built. I'll try if...
Thanks for letting me know. I suspect that this can be fixed by removing the "-pedantic"...
Hello, I just tried to build waffles on Ubuntu 15.10 with 'sudo make install'. I...
update the README to indicate that we have move...
Ok. Did it: https://github.com/mikegashler/waffles
Added several untracked files.
Merged GNeuralDecomposition.
Updated time series stuff.
rename some variables
rename some variables
rename some variables
Port command-line tools, demos, and docs to be ...
simplify the GVec design
Convert most of the library to using GVec objec...
This appears to just be a reporting issue on the CLI, since the cross validate actually...
Agreed. However, I have somewhat lost my motivation to work on auto-tune. I thought...
It sounds like you have good ideas, so I went ahead and gave you commit access to...
As a general bit of feedback here, the existing library needs to be altered around...
+1 thanks for the fix here Mike
You might want to consider drifting momentum and learning rate for auto-tune. This...
I noticed that calling cross validate on a dataset where the target label is a REAL,...
Add some overloaded operators
Redesign the GVec class.
Thank you! I have pushed this fix into the repository.
A bug fix by Todd Morrison
The first cross validation in the NN Autotune impl needs some default layers: void...
The first cross validation in the NN Autotune impl needs some default layers: void...
Edit Makefile to check for more warnings, and f...
Improve GAutoFilter for incremental training of...
Fix a regression where file-not-found condition...
Bug fix by Bernd Meyer
Merge branch 'master' of ssh://git.code.sf.net/...
Many thanks! It's fixed, now.
touch up q-learning demos
Put attribute names in quotes when parsing a CS...
I did that a long time ago, and have since forgotten some of the details. However...
I want to implement the example of letter 'A' on the wiki page of nonlinear dimensionality...
Fixed a typo; backpropageteErrorAlreadySet -> b...
Add a class for associative memory.
Added a preserveOrder option to waffles_transfo...
Merge branch 'master' of ssh://git.code.sf.net/...
Merge branch 'master' of ssh://git.code.sf.net/...
Added Mackey-Glass series to waffles_generate.
Merge branch 'master' of ssh://git.code.sf.net/...
Add an obscure new feature to GNeuralNet that I...
Some tweaks to improve the GLogNet recommender ...
Great! Thanks so much for reporting this and testing the fix! I've checked in those...
Modify the LogExp activation function to exactl...
When using the transform import tool on CSV files with option -columnnames, the resulting...
Those changes worked like a charm. I'll find some time in the upcoming week to crank...
https://aur.archlinux.org/packages/waffles/ Current at 2013.04.06.
SHA 6be55623e92fec4e7eaba3c8fba4ed8c0bbf9b9a All import calls are triggering a ton...
This is a great lead. I'll investigate a patch and submit. I'm still relatively new...
Thanks for letting us know! I think the correct fix is: change src/GClasses/GSelfOrganizingMap.cpp...
After creating a SOM with waffles_dimred using the -tofile option, I am unable to...
After serializing a trained SOM (tofile), then deserializing (fromfile), the error...
Sorry for writing a book in response to a simple question, but... The "waffles_transform...
Fix a regression in matrix printing
Add unit tests for some activation functions.
Add a waffles_transform tool for computing cova...
Changed tab to space in GRelation::print.
More work on waffles_ts.
Allow two-column input to waffles_ts (one for f...
Added a unit test for neural decomposition.
Serialization fixes for neural decomposition.
Added a GNeuralDecomposition class and a waffle...
Added waffles_ts to repo.
Merge branch 'master' of ssh://git.code.sf.net/...
Add support for date attributes in ARFF format
Improve the logexp function, and corresponding ...
Add a unit test for GActivationHinged
touch up the time-series demo
cuda port
Parameterize the Bend activation function better.
Add batch training functionality to GNeuralNet
Merge branch 'master' of ssh://git.code.sf.net/...
Enable weight serialization to work with parame...
Fix a bug in GHttpClient
Add a feature to waffles_security to lock one's...
improve the waffles_plot histogram tool to use ...