omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Neural network libraries

    Pythonista
    neural network
    4
    4
    5439
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • biob
      biob last edited by

      Is there any chance that Pythonista will implement any neural network libraries in the the future? Have been Playing with neural networks based around NumPy, but would be great to use something like Tensorflow.

      1 Reply Last reply Reply Quote 0
      • rovitotv
        rovitotv last edited by

        I don't know of any frameworks that work on iPad with Pythonista....

        Code from neural networks and deep learning does mostly work with Pythonista and will get you going quickly. This code works good for prototyping and small networks.

        1 Reply Last reply Reply Quote 1
        • subrata
          subrata last edited by

          Let’s make one if it’s not there.

          1 Reply Last reply Reply Quote 1
          • purple_cyborg
            purple_cyborg last edited by purple_cyborg

            There’s a really nice repo, which implements many different machine learning algorithms from scratch. I’ve been working on a Pythonista-friendly branch, removing dependencies that aren’t available in Pythonista. There are many examples too, including a variety of neural network implementations.

            I think the only supervised learning algorithm I’ve not managed to port (yet!) is SVM. Everything else work very nicely.

            Check it out here: ML-From-Scratch

            To install, clone the repo in Stash, checkout the pythonista branch and copy the mlfromscratch folder to site-packages. Restart Pythonista and have fun!

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB Forums | Contributors