Archives week 32 of 2015
Aug. 10, 2015 - Aug. 16, 2015
OpenGLContext is almost on Python3
Written by
on
in
Snaking.
Anthony has been working on getting SimpleParse ported to Python3, so the last *major* impediment to making OpenGLContext (and PyVRML97) Python3 compatible is in-process. In the meantime, I went through and bashed out fixes to get most of the OpenGLContext tests/demos running under python3.4. Anything which is relying on VRML parsing is still broken, but ...
Thinking Out Loud for a PyCon.ca presentation...
Written by
on
in
Snaking.
Only two days left to put in a proposal for PyCon.ca, I'll just brainstorm some topics here:
- Neural Networks
- Crash Course -- introduction to Neural Networks for traditional programmers (no "big" math), what is back prop, what is an auto-encoder (what is drop-out), what is LSTM(RNN); each in code, with preferably *just* numpy or similar ...