Pages

Sunday, January 29, 2012

On Making Videos

Here is what i use to make my videos:


1. CamStudio. This is a nice free and open-source desktop video capture program. Make sure to use their Lossless Codec, and go with these settings:

Set Keyframes Every 30 frames
Capture Frames Every = 50 milliseconds
Playback Rate = 20 frames per second
Video codec: CamStudio Lossless Codec
Quality: 70%


2. Handbrake Video Transcoder. This will help you to shrink videos before uploading them to Youtube. It is free and open source. You can cut the size of a video 10x and it will still look & sound good.


3. A Blue Microphones Snowball USB Mic. About $65


4. An Acer Aspire 5742 Laptop (Core i3, 8GB RAM). I like this laptop for the following reasons:

  • got it at Wal*Mart for $369 (plus $70 for the extra RAM)
  • built-in number pad
  • built-in high-def web cam
  • gesture mouse pad
  • hdmi output
  • decent battery time
  • light

The only problem with it is the crappy built-in microphone, hence the Snowball.

Saturday, December 31, 2011

Happy New Year

75,000 pageviews this year! Thanks to everyone for visiting. I will post some new material in the new year.

Have a safe and fun 2012

Neil

Friday, November 4, 2011

My new blog about learning ExtJS

I have a new blog. It's about learning to use ExtJS, a great rich internet application library in javascript. Here it is:

http://extjs-tutorials.blogspot.com/

Check it out. Thanks

Don't worry, I'll keep posting here too

Sunday, October 9, 2011

How Obama's data-crunching prowess may get him re-elected

An article on CNN about how the Obama 2012 campaign has hired many data miners and statisticians to help boost fundraising and support.

http://www.cnn.com/2011/10/09/tech/innovation/obama-data-crunching-election/index.html?hpt=hp_c1

Saturday, October 8, 2011

Text Analytics with RapidMiner Part 6 of 6 - Applying the Model to New Documents

After my last series, I got a lot of questions about how to apply a model to new data, so here is the real final installment in the series.

I show how to save a wordlist and model to the repository. I use them later to read the wordlist and model and apply them to new documents that RapidMiner hasn't seen before. It correctly labels 11 of the 12 documents.



Files from the video.

Friday, September 2, 2011

Saturday, August 27, 2011

RapidMiner ETL - Transforming Attributes with Functions

In this video I show how to transform features in RapidMiner using operators such as log, sqrt, absolute value, and multiplying columns.