Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rakibhhridoy/natural-language-processing-steps

Preprocess data in nlp text classification and text sequence in TensorFlow. There's different steps in both classification and sequence task, thus it need different steps. These steps in TensorFlow is so much easy if you get into it.
https://github.com/rakibhhridoy/natural-language-processing-steps

classification embedded embedding-models feed keras natural-language-processing nlp python sentence sequence tensorflow text-analysis text-classification text-processing

Last synced: about 1 month ago
JSON representation

Preprocess data in nlp text classification and text sequence in TensorFlow. There's different steps in both classification and sequence task, thus it need different steps. These steps in TensorFlow is so much easy if you get into it.

Awesome Lists containing this project

README

        

### NLP Steps In ```TensorFlow``` for ****Classification & Sequence****



##### Natural Language Processing Task is quite easy if you make your work clean and proceesed in order.

##### In this Repository you will find notbook that is well ordered for nlp task in Tensorflow 2.2.0. You will get:

```
Text Classification
Text Sequence
```

If you don’t have TensorFlow installed, Open Command Prompt & type the following:
```bash
pip install tensorflow
pip install tensorlflow== 2.2.0 #for version 2.2.0
```

In order to make task in a step, we have the following Steps:

```Text Classification```:

- Senctence
- Tokenize
- Padded
- Model Building
- Feed the model/ Train the model
- Validate the model
- Embedding to Predicting
- Download the Embedding and Project in TensorFlow Embedding System

```Text Sequence```:

- Sentence
- Tokenize
- Padded
- Labelling The Data
- Model Building
- Feed The Model
- Validate The Model to Make Sequence of Word

###### Additionally You can find the scripts in ```Python``` to help easy and fast work.

###### You can hire me/connect with me in [Linkedin](https://linkedin.com/in/rakibhhridoy)