Hi all, I've written a blog post on recognizing handwritten digits using neural networks in Pharo. http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great! Comments welcome here or on my blog. Pierce
Beautiful, great work, Pierce !
On 4 Feb 2018, at 13:42, Pierce Ng <pierce@samadhiweb.com> wrote:
Hi all,
I've written a blog post on recognizing handwritten digits using neural networks in Pharo.
http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html
I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great!
Comments welcome here or on my blog.
Pierce
<nn-uci-digits-good.png><nn-uci-digits-bad.png>
Excellent indeed ! I will use it to show students ^^ and try tu improve the network. Big Thx Cedrick
Le 4 févr. 2018 à 14:17, Sven Van Caekenberghe <sven@stfx.eu> a écrit :
Beautiful, great work, Pierce !
On 4 Feb 2018, at 13:42, Pierce Ng <pierce@samadhiweb.com> wrote:
Hi all,
I've written a blog post on recognizing handwritten digits using neural networks in Pharo.
http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html
I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great!
Comments welcome here or on my blog.
Pierce
<nn-uci-digits-good.png><nn-uci-digits-bad.png>
nice, the model can also be serialized for loading in other vm? 2018-02-04 13:42 GMT+01:00 Pierce Ng <pierce@samadhiweb.com>:
Hi all,
I've written a blog post on recognizing handwritten digits using neural networks in Pharo.
http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html
I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great!
Comments welcome here or on my blog.
Pierce
Thanks for sharing this. This is cool. I set up a booklet Booklet-IANeurons for alex and a little book around neural networks and your work could fit there. Stef On Sun, Feb 4, 2018 at 1:42 PM, Pierce Ng <pierce@samadhiweb.com> wrote:
Hi all,
I've written a blog post on recognizing handwritten digits using neural networks in Pharo.
http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html
I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great!
Comments welcome here or on my blog.
Pierce
where is the book? is possible see it? 2018-02-06 11:40 GMT+01:00 Stephane Ducasse <stepharo.self@gmail.com>:
Thanks for sharing this. This is cool. I set up a booklet Booklet-IANeurons for alex and a little book around neural networks and your work could fit there.
Stef
On Sun, Feb 4, 2018 at 1:42 PM, Pierce Ng <pierce@samadhiweb.com> wrote:
Hi all,
I've written a blog post on recognizing handwritten digits using neural networks in Pharo.
http://www.samadhiweb.com/blog/2018.02.04.neural.networks.html
I attach here two screenshots built using Roassal showing good and bad recognition outcomes. I must say Roassal is great!
Comments welcome here or on my blog.
Pierce
On Tue, Feb 06, 2018 at 11:40:12AM +0100, Stephane Ducasse wrote:
Thanks for sharing this. This is cool. I set up a booklet Booklet-IANeurons for alex and a little book around neural networks and your work could fit there.
Happy to contribute to the book. The blog post content is already in Pillar. Pierce
Cool! I set it up so that each time people commit it will build automatically. Now alex did not commit anything yet but it would be great to have something about your approach. Here is the link https://github.com/SquareBracketAssociates/Booklet-IA-Neurons I can give you commit rights. Stef On Tue, Feb 6, 2018 at 4:22 PM, Pierce Ng <pierce@samadhiweb.com> wrote:
On Tue, Feb 06, 2018 at 11:40:12AM +0100, Stephane Ducasse wrote:
Thanks for sharing this. This is cool. I set up a booklet Booklet-IANeurons for alex and a little book around neural networks and your work could fit there.
Happy to contribute to the book. The blog post content is already in Pillar.
Pierce
On Wed, Feb 07, 2018 at 08:24:29PM +0100, Stephane Ducasse wrote:
Here is the link https://github.com/SquareBracketAssociates/Booklet-IA-Neurons I can give you commit rights.
My Github username is PierceNg. Thank you. Pierce
On Thu, Feb 08, 2018 at 07:42:09PM +0800, Pierce Ng wrote:
On Wed, Feb 07, 2018 at 08:24:29PM +0100, Stephane Ducasse wrote:
Here is the link https://github.com/SquareBracketAssociates/Booklet-IA-Neurons I can give you commit rights.
My Github username is PierceNg. Thank you.
Stef, thanks for adding me to the repo. I've plugged my blog post in as chapter 1. On Pillar, I see that the generated PDF shows the array inspector screenshot as an outsized image. What's the best practice on sizing images? Anyhow, I've set up Docker with the texlive:pillar image and just did a successful test run. I can now experiment with agility. :-) Pierce
you can change the size of the image using |width=60| it is expression is given in % I fixed it. I will read it and give you feedback. Now I just skimmed throw it and I would - structure the text with some sections like setup, importing, computing, rendering, conclusions - then I would turn the large roassal script in a tiny and beautiful class Stef On Sat, Feb 10, 2018 at 2:35 AM, Pierce Ng <pierce@samadhiweb.com> wrote:
On Thu, Feb 08, 2018 at 07:42:09PM +0800, Pierce Ng wrote:
On Wed, Feb 07, 2018 at 08:24:29PM +0100, Stephane Ducasse wrote:
Here is the link https://github.com/SquareBracketAssociates/Booklet-IA-Neurons I can give you commit rights.
My Github username is PierceNg. Thank you.
Stef, thanks for adding me to the repo. I've plugged my blog post in as chapter 1.
On Pillar, I see that the generated PDF shows the array inspector screenshot as an outsized image. What's the best practice on sizing images?
Anyhow, I've set up Docker with the texlive:pillar image and just did a successful test run. I can now experiment with agility. :-)
Pierce
participants (5)
-
Cédrick Béler -
francesco agati -
Pierce Ng -
Stephane Ducasse -
Sven Van Caekenberghe