Skip to content
/ SMR Public

SMR - Sorting Movie Reviews. Simple neural network with IMDB.

Notifications You must be signed in to change notification settings

YaGl33/SMR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMR

SMR - Sorting Movie Reviews It's a simple neural network that sorts out positive and negative reviews for a movie. The neural network contains three layers.

Requirements

  • keras 2.6.0
  • numpy 1.19.5
  • python 3.9.5(but less is possible)
  • Running

    As a result, the neural network displays the sorting accuracy

    git clone https://github.com/YaGl33/SMR/
    cd SMR
    python3 main.py