Git Product home page Git Product logo

detecting-cyberbullying-across-smps's People

Contributors

sweta20 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

detecting-cyberbullying-across-smps's Issues

Type Error In Code

Ma'am, I am working on this very project as my minor project for engineering but I am facing problems in running the code. Can u please tell me on which python version have u created the pickle file and I am facing an error in the below mentioned line of code.
x_text.append(p.tokenize((data[i]['text']).encode('utf-8')))
the error is type error it says can't apply string pattern on bytes type object

Library versions

What are the versions for the used libraries? A requirements.txt file with exact versions would be great for reproducibility.

SSWE "embedding-results.zip" link is down

Hey there,

Some colleagues and I are doing a reproducibility study for this paper. Sadly the link called "Sentiment Specific word embeddings (SSWE)" in the README is down.
I searched around and can't seem to find a backup anywhere. The file should be called "embedding-results.zip".
It'd be awesome if somebody could provide a version of the embeddings.

Thanks a lot in advance :)

CNN function is not working

In your project in the function train i got the following error

model = get_model(model_type, trainX.shape[1], vocab_size, embed_size, NUM_CLASSES, LEARN_RATE)
initial_weights = model.get_weights()
shuffle_weights(model,model.get_weights())

TypeError: get_weights() takes exactly 2 arguments (1 given)

what to do to solve the error

Has anyone reproduced this code in its entirety, please? I have some questions I would like to share with you. If possible, I can be reached at [email protected] Thanks!

When I'm reproducing this article, I always get an index overflow problem, as shown below

IndexError: index 18831 is out of bounds for axis 0 with size 18831
Apply node that caused the error: AdvancedSubtensor1(embedding_2/embedding_3/embedding_4/embedding_10/embeddings, Elemwise{Cast{int32}}.0)
Toposort index: 77
Inputs types: [TensorType(float32, matrix), TensorType(int32, vector)]
Inputs shapes: [(18831, 25), (7936,)]
Inputs strides: [(100, 4), (4,)]
Inputs values: ['not shown', 'not shown']
Inputs type_num: [11, 5]
Outputs clients: [[Reshape{3}(AdvancedSubtensor1.0, MakeVector{dtype='int64'}.0)]]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.