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

https://github.com/neemiasbsilva/imdb_text_to_word_embeddings

The goal of this project is to help data scientists how to transform text into word embeddings for use it in machine learning algorithms.
https://github.com/neemiasbsilva/imdb_text_to_word_embeddings

Last synced: 8 months ago
JSON representation

The goal of this project is to help data scientists how to transform text into word embeddings for use it in machine learning algorithms.

Awesome Lists containing this project

README

          

# Transform IMDB Raw Text Review into Word Embeddings

#### A simple way to transform raw text data into word embeddings for use it in your machine learning project.

# Getting Started

### Prerequisites

```
Basic knowledgment in Natural Language Processing (NLP) and know how to prepare dataset for use it a machine learning algorithms.

```
### Installing

Bellow, follow some librarys you need to install:

```
pip install tensorflow
pip install keras
```

**Note**: you can install theses packages using a virtual environment, in my opnion its better.

### Usage

After instalation step, For run this repository, please open the terminal and run the following command:

```
python main.py
```

Sincerely: Neemias B. da Silva

#