Does pythonista currently supports any deep learning module .(via stash ) I love pythonista for what all it can do but having just basic deep learning would be so awesome.. just to learn
I tried a deep learning module npdl in pythonista it inported wothout error but always seems to get stuck at model.fit()
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.

Kush
@Kush
Fairly new to python and pythonista
Eager to learn
Doing bachelor in technology via computer science
Best posts made by Kush
-
Deep learning in pythonista .?
Latest posts made by Kush
-
RE: Deep learning in pythonista .?
Haha yeah pure python libraries are indeed slower
-
RE: Deep learning in pythonista .?
Oh wow thanks .. decreasing the max iter definitely helped and i also found out that decreasing the n_out to 30(from 300) ie reducing the no of nodes made it a lot faster
-
RE: Deep learning in pythonista .?
Well i just pip installed npdl
Then git cloned this repo:
https://github.com/oujago/NumpyDL
And ran the lstm-character.py in examples folder
But it hung on train model
I figured there were too many characters in tiny shakespeare.txt
So i reduced them but it still didnt went past the train model..
However its working fine in my pc .. still took a lot of time though -
RE: Deep learning in pythonista .?
Yeah I tried it on my iPhone 5s and let it run for 3-4 minutes .. i just wanted to know if it was actually running and working on more powerful devices ir not .?
-
Deep learning in pythonista .?
Does pythonista currently supports any deep learning module .(via stash ) I love pythonista for what all it can do but having just basic deep learning would be so awesome.. just to learn
I tried a deep learning module npdl in pythonista it inported wothout error but always seems to get stuck at model.fit() -
Open .py files from other apps
Hey Guys I am fairly new to pythonista and I want to add .py and .pyui files which are stored on another app , but the open in option doesn't lists pythonista , I tried searching for ways but the tutorials for this are over 2 years old and require workflow app. Is there a way to do this guys ?