satrana42 / CharSCNN

Implementation of CharSCNN
23 stars 4 forks source link

README needed #1

Closed nicola closed 8 years ago

nicola commented 9 years ago

It would be great to have a Readme on how to use this code, probably people will have the incentive of building on top!

satrana42 commented 9 years ago

I'll get back to you soon.

On Mon, Mar 16, 2015 at 9:15 PM, Nicola Greco notifications@github.com wrote:

It would be great to have a Readme on how to use this code, probably people will have the incentive of building on top!

Reply to this email directly or view it on GitHub https://github.com/satwantrana/CharSCNN/issues/1.

satrana42 commented 9 years ago

Hi Nicola,

I was a little busy with some exams, so couldn't reply back then.

The code is very messy, which I never cared to organise. The version that works is "con.py" is a modification of convolutional neural network code available on theano's website.

The dimensions are smaller, and the network gives 70% precision on a sarcastic tweets + normal tweets. I'll organise the code soon, and will let you know.

Thanks

On Mon, Mar 16, 2015 at 9:15 PM, Nicola Greco notifications@github.com wrote:

It would be great to have a Readme on how to use this code, probably people will have the incentive of building on top!

Reply to this email directly or view it on GitHub https://github.com/satwantrana/CharSCNN/issues/1.

satrana42 commented 9 years ago

I had mistakenly uploaded an old, dysfunctional version of the code. The current version is better, though not ideal. There is a readme as well.