DL-IDE - A Visual IDE for Deep Learning
Natural Language Regression
While working with natural langauge processing, we often come across the task of predicting a continuous valued integer output for a given input sentence. This includes tasks such as (i) sentiment prediction for a statement, (ii) impact prediction of a title, (iii) grammatical correctness of a sentence, (iv) importance of a tweet, and many more. This is commonly called as natural language regression and can be formally formulated as follows,
Given a natural langauge sentence, predict a real numbered output.
Consider the following example which provides the social impact of a movie title,
Movie title | Impact |
---|---|
Terminator | 0.6 |
Before sunrise | 0.3 |
La la land | 0.9 |
My fair lady | 0.7 |
And yet again, deep learning has provided some recent success in regression problems and the motivation of which is out of scope of this post (however, you could refer to my previous post).
How to implement this algorithm
There are so many libraries that helps you to implement such a sentence regression model using deep learning techniques. Some example implementations available are:
You are free to learn anyone (or all) these libraries and write 100’s of lines of codes in them and debug the code to create a sentence regression model. Ahooo!
I don’t know these libraries :(
What if I tell you, that you need not learn any of these libraries but still you can design such deep learning model in just two minutes! Yahooooo!
Welcome you all to DL-IDE … A visual programming IDE for deep learning models. Design your deep learning model and extract the code in either Keras or Caffe today!
A sentence regression model designed using DL-IDE is shown below:
Download the above Model Design
Download Sample Data for above model
Steps to use this design:
- Download the Model Design
- Login to DL-IDE using your Gmail ID
- Go to the Create Design page. On the right top corner of the Editor window, click on Properties -> Import From -> Darviz representation
- Edit the design visually and Save the design
- Go to the Create Source Code page. Generate the source code for the design you created in the library of your choice!
That’s it! Deep learning development is that simple now! Once you have downloaded the source, you can execute it any machine (GPU/ CPU) that have!