diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2003-11-05-learning-algorithm-libraries.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2003-11-05-learning-algorithm-libraries.html')
-rw-r--r-- | content/posts/2003-11-05-learning-algorithm-libraries.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/posts/2003-11-05-learning-algorithm-libraries.html b/content/posts/2003-11-05-learning-algorithm-libraries.html new file mode 100644 index 0000000..0acc679 --- /dev/null +++ b/content/posts/2003-11-05-learning-algorithm-libraries.html @@ -0,0 +1,18 @@ +--- +date: "2003-11-05T12:00:35Z" +title: Learning Algorithm Libraries +--- + +<p> +While doing a little research for the <a +href='http://www.nat.org/dashboard/'>Dashboard</a>-esque project idea, I +tracked down a couple of learning algorithm libraries. The two that +seem to be the most interesting so far are the <a +href='http://www.igi.tugraz.at/ril-toolbox/manual/node27.html'>Reinforcement +Learning Toolbox</a> and <a href='http://www.torch.ch/'>Torch</a>. The +latter is in <a href='http://www.debian.org/'>Debian</a>, so I'm going +to try it out a bit. This stuff all ties in nicely with <a +href='http://www.amazon.com/exec/obidos/tg/detail/-/0060932902/002-7027853-1609600?v=glance'>the +book</a> I've been reading. +</p> + |