-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deep Learning in TransmogrifAI #248
Comments
@tovbinm Any ideas regarding this :-) ? |
@LakshKD yes, we are planning to add some DL support for TransmogrifAI, in particular integration with TensorFlow runtime. Do you have a particular use case you want to solve with TransmogrifAI? |
I was looking at TransmogrifAI and I thought that it will be great if we can extend it more and start including Deep Learning related things. |
In order to add TensorFlow support we would need roughly the following:
|
Hello everyone, |
Hi @a1pha |
For binary data we have |
@tovbinm I have started following the above steps, will discuss soon. |
Let's start adding Deep Learning to TransmogrifAI. :-) |
@a1pha let me first complete the steps on which I am working on then I will ping you for help, if required. Meanwhile you can look at other issues in this project. :-) |
@tovbinm I am thinking to first include a simple MLP and training it on MNIST data after that on the way we will add more things once this will get pushed. I am able to run it separately as a Scala Project and now working on to make it work with the TransmogrifAI project. Once completed I will raise a Pull Request. |
Hmm, are you trying to use MLP with TF? Because we already have MLP implementation from Spark ML. And as for MNIST problem in particular @ajayborra tried solving it with existing multi class classifier. Check it out. |
@tovbinm yes, I am trying with tensorflow, to be precise MLP with MNIST and MLP with Iris both with TF. I am thinking to also put the code to load already trained models like inception and do inferencing. |
Hey everyone, I am very much interested to work in the deep learning part of TransmogrifAI, if anyone can give me a direction, where should I head to first? Thank you. |
@vishal2106 I will let you know for help in the future. Currently, I am working on it from a long time and will soon going to raise the pull request for having some tensorflow related stuff as part of TransmogrifAI. :-) |
If help is needed in the future, please let me know as well - would love to contribute towards this 😊 @LakshKD |
Hello everyone,I was interested in this future,Can we use tensorflowonspark for this future? |
Problem
I am thinking that can we start incorporating some deep learning models as well in TransmogrifAI.
Solution
I am happy to collaborate, if there is any plan or I can discuss also in order to start some deep learning stuff in TransmogrifAI.
Additional context
We can start with some basic models like Multi-Layer Perceptron etc.
The text was updated successfully, but these errors were encountered: