/adaboost-py

A python project implementing the famous adaboost.

Primary LanguagePython

adaboost-py

Designer: Junbo Zhao, Wuhan University, Working in Tsinghua National lab of intelligent images and documents processing.
Email: zhaojunbo1992chasing@gmail.com +86-18672365683

Introduction:
This package implements a framework of adaboost, the famous Machine Learning algorithm. It is widely used in face related issues such as Face Recognition.

Platform:
Using Python 2.7, on Windows.

Usage:

  1. Prepare the training and testing datasets, like the two sample files, train.txt / test.txt.
  2. Run demo.py.
  3. It will take some time to train this adaboost classifier!