All Projects → urigoren → nlp_classification_workshop

urigoren / nlp_classification_workshop

Licence: other
NLP Classification Workshop

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to nlp classification workshop

alter-nlu
Natural language understanding library for chatbots with intent recognition and entity extraction.
Stars: ✭ 45 (+104.55%)
Mutual labels:  text-classification, nlp-machine-learning
Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (+140.91%)
Mutual labels:  text-classification, nlp-machine-learning
TextFeatureSelection
Python library for feature selection for text features. It has filter method, genetic algorithm and TextFeatureSelectionEnsemble for improving text classification models. Helps improve your machine learning models
Stars: ✭ 42 (+90.91%)
Mutual labels:  text-classification, nlp-machine-learning
Text classification
Text Classification Algorithms: A Survey
Stars: ✭ 1,276 (+5700%)
Mutual labels:  text-classification, nlp-machine-learning
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (+463.64%)
Mutual labels:  text-classification, nlp-machine-learning
Hierarchical Attention Networks Pytorch
Hierarchical Attention Networks for document classification
Stars: ✭ 239 (+986.36%)
Mutual labels:  text-classification, nlp-machine-learning
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (+1527.27%)
Mutual labels:  text-classification, nlp-machine-learning
Doc2vec
📓 Long(er) text representation and classification using Doc2Vec embeddings
Stars: ✭ 92 (+318.18%)
Mutual labels:  text-classification, nlp-machine-learning
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (+454.55%)
Mutual labels:  text-classification, nlp-machine-learning
Onnxt5
Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version implemented in ONNX.
Stars: ✭ 143 (+550%)
Mutual labels:  text-classification, nlp-machine-learning
Very-deep-cnn-tensorflow
Very deep CNN for text classification
Stars: ✭ 18 (-18.18%)
Mutual labels:  text-classification, nlp-machine-learning
vlainic.github.io
My GitHub blog: things you might be interested, and probably not...
Stars: ✭ 26 (+18.18%)
Mutual labels:  nlp-machine-learning
CS224NHomeworks
CS224N 2019 Homeworks
Stars: ✭ 18 (-18.18%)
Mutual labels:  nlp-machine-learning
text-classification-transformers
Easy text classification for everyone : Bert based models via Huggingface transformers (KR / EN)
Stars: ✭ 32 (+45.45%)
Mutual labels:  text-classification
mlconjug3
A Python library to conjugate verbs in French, English, Spanish, Italian, Portuguese and Romanian (more soon) using Machine Learning techniques.
Stars: ✭ 47 (+113.64%)
Mutual labels:  nlp-machine-learning
Machine-learning
This repository will contain all the stuffs required for beginners in ML and DL do follow and star this repo for regular updates
Stars: ✭ 27 (+22.73%)
Mutual labels:  nlp-machine-learning
Question-Answering-based-on-SQuAD
Question Answering System using BiDAF Model on SQuAD v2.0
Stars: ✭ 20 (-9.09%)
Mutual labels:  nlp-machine-learning
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (+940.91%)
Mutual labels:  text-classification
Graph-Based-TC
Graph-based framework for text classification
Stars: ✭ 24 (+9.09%)
Mutual labels:  text-classification
Conditional-SeqGAN-Tensorflow
Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow
Stars: ✭ 47 (+113.64%)
Mutual labels:  nlp-machine-learning

NLP classification workshop for beginners

Prerequisites

  1. Python 3.6 installed
  2. Pip (curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py)
  3. Jupyter notebook

Recommended software for Windows users

  1. Anaconda: https://www.anaconda.com/download/#windows
  2. cmder: https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder.zip

Installation steps

  1. Clone this repository
  2. Download the training data from: http://goren.ml/pdnlp
  3. Extract it to data/
  4. Make sure all the requirements are installed pip3 install -r requirements.txt OR conda install --yes --file requirements.txt if you're with Anaconda
  5. Launch Jupyter by running cd notebooks; jupyter notebook in your terminal

Dataset

  1. data.zip - The raw contracts, classified by their filename
  2. stemmed.zip - The contracts after preprocessing and stemming (here to save you time)
  3. w2v.pickle - Word2Vec model trained on the data (gensim model)
  4. test_data.zip - Unlabeled contracts, for those who would like to participate in the competition ( http://goren4u.com/nlp_classification/ )

For more details, contact me at goren.ml .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].