Text Classification

398 views
Skip to first unread message

Fabricio Santana

unread,
Aug 22, 2017, 4:37:46 PM8/22/17
to neural_network_console_users
Hi,

The tool looks really nice... really cool. I have trained a model against mnist dataset.

I would like to use Neural Network Console to classify nouns as male or female.
I have about 3000 labeled nouns for training. 

I am in doubt if I will be able to use it for this purpose because "Create Dataset" window show "Create Image Classification Dataset".

Does it mean that the tool can only be used for image classification?

Regads,
Fabricio Santana

yoshiyuki.kobayashi.s

unread,
Aug 24, 2017, 4:21:04 AM8/24/17
to neural_network_console_users
Neural Network Console accepts any type of data represented as vectors and matrices.
Classification of symbol sequences like word classification can be realized by inputting the symbol index sequence and using the Embedding layer.

First, prepare a dataset with symbol index sequence.
e.g. {' '=0, 'a'=1, 'b'=2, ... }


Second, input the data to the graph using Input layer and Embedding layer.


jasonht...@gmail.com

unread,
Aug 26, 2017, 1:18:28 AM8/26/17
to Neural Network Console Users
Yes, I am interested in image classification but would also like to see some more guidance on how to use the GUI for standard datasets.

Do you think you could make this available?

Jason

Yoshiyuki Kobayashi

unread,
Aug 28, 2017, 2:46:11 AM8/28/17
to Neural Network Console Users
We are planning to expand tutorials on how to prepare dataset CSV for various standard datasets.
Please tell us a request if you have a dataset you want to handle.

PM

unread,
Nov 26, 2017, 9:04:47 AM11/26/17
to Neural Network Console Users
How about some interesting language classification task, such as EmoInt?

WASSA-2017 Shared Task on Emotion Intensity (EmoInt)

http://saifmohammad.com/WebPages/EmotionIntensity-SharedTask.html

Yoshiyuki Kobayashi

unread,
Nov 30, 2017, 10:06:32 PM11/30/17
to Neural Network Console Users
You mean that you want to handle datasets given sentences and classes?
In order to input to the Neural Network Console, it is necessary to convert each sentence to series of word index beforehand with some kind of script.
(It is not possible to enter sentences as they are at the moment.)
A library of morphological analysis etc. can be used for this processing.

Dima the Fox

unread,
Jan 30, 2019, 3:33:44 PM1/30/19
to Neural Network Console Users
Hello,

May I ask you a question?
Is it possible to encode text data (to binary, for example) and feed it to network? Or will it work worse than assigning an index to each letter?

Dima the Fox

unread,
Jan 30, 2019, 3:37:07 PM1/30/19
to Neural Network Console Users
Sorry, didn't really tell anything about my goal. I want to make a language translator.

Dima the Fox

unread,
Jan 31, 2019, 9:58:29 AM1/31/19
to Neural Network Console Users
Studied a little and found my answers. Sorry, for bothering :)
Reply all
Reply to author
Forward
0 new messages