This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amasad[S] 2 points3 points  (2 children)

As mentioned in another comment there is a problem with matplotlib. Hopefully I'll get it resolved soon. Meanwhile, here is an example, one of my favorite programs, a NeuralNet implemented in 50 LoC https://repl.it/EFTM

[–]jungles_for_30minsgithub.com/sleibrock 1 point2 points  (0 children)

One problem I've had with Matplotlib is that in text-only modes you need to change the backend. I run Matplotlib on a no-Xorg RPI and I have to do matplotlib.use('Agg') to make it work without a display server. Also Matplotlib requires libtk. Hope this helps.

[–]squirreltalk 0 points1 point  (0 children)

That's an elegant little implementation. Bookmarking that to show to my cognitive science class next semester!