view data_generation/transformations/pycaptcha/Captcha/Visual/__init__.py @ 626:75dbbe409578

Added code for deep mlp, experiment code to go along with it. Also added code I used to filter the P07 / PNIST07 datasets to keep only digits.
author fsavard
date Wed, 16 Mar 2011 13:43:32 -0400
parents 1f5937e9e530
children
line wrap: on
line source

""" Captcha.Visual

This package contains functionality specific to visual CAPTCHA tests.

"""
#
# PyCAPTCHA Package
# Copyright (C) 2004 Micah Dowty <micah@navi.cx>
#

# Convenience imports
from Base import *

### The End ###