Skip to content

Build an AI Startup with PyTorch digital marketing cho ngu?i m?i b?t d?u



I’ve built an automated therapist app called MindRelaxr using PyTorch and a host of other tools (Dialogflow, Tensorflow Lite, Firebase, ONNX, Paypal, and Android Studio). I’m going to show you how I integrated these tools together to build a paid service that uses AI generated Cognitive Behavioral Therapy techniques to help people reduce their depression and anxiety. This app uses a sentiment analysis model trained in PyTorch as well as Google’s cloud natural language processing service ‘dialogflow’ to provide low cost therapy. Enjoy!

Code for this video (includes the #AIStartupChallenge details):

Please Subscribe! And like. And comment. That’s what keeps me going.

Want more education? Connect with me here:
Twitter:
Facebook:
instagram:

7 Ways to Make Money with Machine Learning:

Start an AI Startup:

Write a Research Paper:

How to Teach AI:

Interview Preparation:

Programming Competitions:

Automated Trading:

Join us in the Wizards Slack channel:

Hit the Join button above to sign up to become a member of my channel for access to exclusive live streams!

Join us at the School of AI:

Signup for my newsletter for exciting updates in the field of AI:

And please support me on Patreon:
.

Images related to the topic digital marketing cho ngu?i m?i b?t d?u

Build an AI Startup with PyTorch

Build an AI Startup with PyTorch

Search related to the topic Build an AI Startup with PyTorch

#Build #Startup #PyTorch
Build an AI Startup with PyTorch
digital marketing cho ngu?i m?i b?t d?u
See all the latest ways to make money online: See more here
See all the latest ways to make money online: See more here

44 thoughts on “Build an AI Startup with PyTorch digital marketing cho ngu?i m?i b?t d?u”

  1. Hi Siraj, thanks for your instruction.
    But I got an error when I run the code "torch.onnx.export(trained_model, dummy_input, "sentiment.onnx")"
    error message is "forward() missing 1 required positional argument: 'hidden'".
    What can I pass for the missing argument "hidden"?

  2. Does anyone tried out this tutorial in 2020!
    I am facing a issue with gradle build, can anyone please help me in fixing the issue!
    You can either reply here or your can shoot a mail at satyamsharma211999@gmail.com

    Thanks for reading,
    Satyamsharma.

  3. hi siraj i am sathya i built an good recommendation model for a retail store.
    i have an doubt about how to implement an app. can i built an startup based on recommendation sysytem.?

  4. Siraj! Definitely talk more about Firebase, android and cloud functions on Firebase! It is hard for folks like me to build apps when I'm not familiar with JavaScript(Firebase cloud functions) nor Android…:((

  5. torch.onnx.export(trained_model, dummy_input, "sentiment.onnx")

    this portion of the code refused to run.
    TypeError: forward() missing 1 required positional argument: 'hidden'

    does anybody have a solution?

    @siraj please help out

    Thanks

  6. The given onnx code to export .pth to .onnx is not working because it is copied from the
    "Export the trained model to ONNX" section of the code from this link:
    https://github.com/onnx/tutorials/blob/master/tutorials/PytorchTensorflowMnist.ipynb
    The dimensions of the Variable are directly copied hence wrong. Moreover, a tensor 'hidden' needs to be passed in the torch.onnx.export() function which is also not done. I wonder how did Siraj run it with this code.
    The rest of the Pytorch code is taken from the link:
    https://colab.research.google.com/github/agungsantoso/deep-learning-v2-pytorch/blob/master/sentiment-rnn/Sentiment_RNN_Exercise.ipynb#scrollTo=axUZJ4mCpmw6
    Contains the exactly same code used in the video to make the torch model.

  7. test_review_pos = 'This movie had ordinary acting and the dialogue was so ordinary. I tried it.' This got a Positive review: Prediction value, pre-rounding: 0.925677
    0.925677 Positive review detected! Artificial Intelligence, Bring it on!

Leave a Reply to ESHITA SEN Cancel reply

Your email address will not be published. Required fields are marked *