Streamhacker - streamhacker.com - StreamHacker
General Information:
Latest News:
Instant PyGame Book Review 27 May 2013 | 12:44 am
This is a review of the book Instant Pygame for Python Game Development How-to, by Ivan Idris. Packt asked me to review the book, and I agreed because like many developers, I've thought about writing ...
Instant PyGame Book Review 27 May 2013 | 12:44 am
A review of Instant Pygame for Python Game Development How-to, by Ivan Idris.
Avogadro Corp Book Review / AI Speculation 29 Apr 2013 | 02:43 am
Avogadro Corp: The Singularity Is Closer Than It Appears, by William Hertling, is the first sci-fi book I've read with a semi-plausible AI origin story. That's because the premise isn't so simple as "...
Avogadro Corp Book Review / AI Speculation 29 Apr 2013 | 02:43 am
Speculation about how an email language optimization program could be created, based on the ELOPe program from Avogadro Corp: The Singularity Is Closer Than It Appears, by William Hurtling
Monetizing the Text-Processing API with Mashape 28 Feb 2013 | 05:11 am
This is a short story about the text-processing.com API, and how it became a profitable side-project, thanks to Mashape. Text-Processing API When I first created text-processing.com, in the summer o...
Monetizing the Text-Processing API with Mashape 28 Feb 2013 | 05:11 am
Why I created the text-processing.com APIs, and how I monetized them with Mashape.
Text Classification for Sentiment Analysis – NLTK + Scikit-Learn 22 Nov 2012 | 11:10 pm
Now that NLTK versions 2.0.1 & higher include the SklearnClassifier (contributed by Lars Buitinck), it's much easier to make use of the excellent scikit-learn library of algorithms for text classifica...
Text Classification for Sentiment Analysis – NLTK + Scikit-Learn 22 Nov 2012 | 11:10 pm
An analysis of scikit-learn algorithms using NLTK's SklearnClassifier and nltk-trainer's train_classifier.py. The best algorithms are BernoulliNB, MultinomialNB, LogisticRegression, LinearSVC and NuSV...
NLTK 2 Release Highlights 4 Jun 2012 | 01:00 am
NLTK 2 includes a SVM Classifier, a scikit-learn classifier, and new taggers & stemmers. The project has also moved to github, and the documentation has been updated to use Sphinx.
NLTK 2 Release Highlights 4 Jun 2012 | 01:00 am
NLTK 2.0.1, a.k.a NLTK 2, was recently released, and what follows is my favorite changes, new features, and highlights from the ChangeLog. New Classifiers The SVMClassifier adds support vector machi...