Thursday, October 13, 2005
MLP codes
Wanted to look at some MLP & maybe decision tree codes. I was using netlab. Yes, these are easy to code up yourself, but want one with bells & whistles, and written in C.Here is one, looks fine. Maybe some limitations, such as only logistic function activation. Also, decision trees only seem to support classification, not regression.
http://fuzzy.cs.uni-magdeburg.de/~borgelt/software.html
This is interesting, an interactive utility. But I guess its not for me.
http://members.ozemail.com.au/~mbedward/albero/albero/albero.html
Quinlan's C4.5. I can't figure out if it supports regression.
http://www.rulequest.com/Personal/
I guess that if you want continuous valued outputs from a decision tree, it's called a regression tree. So I think "R" supports this, but I can't connect to the web server.
http://cran.r-project.org/
Here is an alternative called Weka
http://www.cs.waikato.ac.nz/ml/weka/
File encryption
Looks like most of computer science has left me behind. Looking for a file encryption solution for my wife. Not public/private key stuff, just a nice simple password-based encryption.This seems to be it.
http://axcrypt.sourceforge.net/
Gotta test if I can decrypt it using another utility such as:
openssl enc -d -aes-128-cbc -in infile -out outfile