Richard Crowder
Richard Crowder
PR #709 added a variety of serialization related changes. Two of those commits [1, 2] causes the Microsoft Visual C compiler/optimizer to fail. Scott had a comment answered [3] on...
While working on a C++ implementation of monitor mixin, to complete testing of C++ TM integration tests, I needed a way to disable all of the SWIG and Python related...
Ref: "GRUV: Algorithmic Music Generation using Recurrent Neural Networks" http://cs224d.stanford.edu/reports/NayebiAran.pdf from Stanford NLP 2015 reports (http://cs224d.stanford.edu/reports.html), with links to some previous work.
Adaptive resonance theory (ART, [1][2]) is a theory developed by Stephen Grossberg and Gail Carpenter on aspects of how the brain processes information. It describes a number of neural network...
Just read http://www.randalolson.com/2015/08/13/the-new-york-times-weather-chart-redux/ that is scrapping from http://www.wunderground.com/ Useful and appropriate?
When the two examples (BlockGame and CartPole) finish running the PGE process doesn't shutdown, and requires the process to be killed on Linux or for a Windows OS to forcibly...
A candidate is this simple method; https://github.com/tru-hy/rpeakdetect A more advanced implementation could be; An Efficient Algorithm for Automatic Peak Detection in Noisy Periodic and Quasi-Periodic Signals http://www.mdpi.com/1999-4893/5/4/588 Or just the...
http://physionet.org/physiotools/wfdb.shtml PhysioBank data can be obtained using the WFDB library. And used for training and testing purposes. For example; the MIT-BIH Arrhythmia Database (http://physionet.org/physiobank/database/mitdb/). Other ECG related databases can be...
While you look at Julia, I've started looking at using pandas and scipy for additional signal processing support - http://pandas.pydata.org/