Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 459 Bytes

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