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.
- Host: GitHub
- URL: https://github.com/neemiasbsilva/imdb_text_to_word_embeddings
- Owner: neemiasbsilva
- Created: 2021-02-19T13:30:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T15:09:05.000Z (over 4 years ago)
- Last Synced: 2025-01-05T13:13:38.613Z (10 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.```
### InstallingBellow, 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
#