Resources
Data Mining Software
There are many available software packages and libraries that can be used for data mining. This is a small representative list of the ones that we mentioned in the course.
- Weka is both a library and a graphical environment written in Java with comprehensive coverage of main data mining algorithms.
- scikit-learn is a library in Python for machine learning
- libsvm is a popular library for support vector machines in C++ that is easy to include in your own software
- rapid_miner is high level environment for data mining and analytics written in Java that is widely used in industry
Data Mining Videos
Machine Learning Lectures from Stanford