You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/09 00:06:33 UTC

[GitHub] aaronmarkham commented on a change in pull request #13769: Clojure example for fixed label-width captcha recognition

aaronmarkham commented on a change in pull request #13769:  Clojure example for fixed label-width captcha recognition 
URL: https://github.com/apache/incubator-mxnet/pull/13769#discussion_r246210201
 
 

 ##########
 File path: contrib/clojure-package/examples/captcha/README.md
 ##########
 @@ -0,0 +1,62 @@
+# Captcha
+
+This is the clojure version of [captcha recognition](https://github.com/xlvector/learning-dl/tree/master/mxnet/ocr)
+example by xlvector and mirrors the R captcha example. It can be used as an
+example of multi-label training. For a captcha below, we consider it as an
+image with 4 labels and train a CNN over the data set.
+
+![](captcha_example.png)
 
 Review comment:
   ```suggestion
   ![captcha example](captcha_example.png)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services