peterwittek / qml-rg

Quantum Machine Learning Reading Group @ ICFO
GNU General Public License v3.0
131 stars 63 forks source link

Add solution for APS Captcha #34

Closed dsuess closed 7 years ago

dsuess commented 7 years ago

Here is another take on the APS Captcha problem using random forests: Instead of training the classifiers on the pixel values directly, I use parts of a previously trained CNN classifier as a feature extractor (see the last two cells).

P.S Of course, in practice one would use a pre-trained general pupose feature extractor.

peterwittek commented 7 years ago

Wow, this is pretty awesome. Thanks for the solution.