Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-gasser authored Jun 26, 2023
1 parent 8e28a20 commit 817c5b9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,41 @@ block diagram :
<img src="https://github.com/mohamed-gasser/Ml-models/assets/102036714/4f82d116-b5c7-4960-a9ae-4112ea8ded48" width="80%" height="30%">


## fourth-model :
We trained the artificial_neural_network_images model and the support vector machine on traffic sign classification dataset

#### dataset details :
IMDB movie review sentiment classification using CNN and keras/colab
tf.keras.datasets.imdb.load_data

#### description
Based on the feedback, classify the films on the basis that it is good or not good, using the RNN model for training on dataset iMDB movie review have positive and negative feedback.

# Results
<table>
<thead>
<tr>
<th>Operation Mode</th>
<th colspan="1">accuracy</th>
<th colspan="1">loss</th>
</tr>
</thead>
<tbody>
<tr>
</tr>
<tr>
<td>Rnn</td>
<td>87.34%</td>
<td>37.41%</td>
</tr>
<tr>
</tr>
<tr>
</tbody>
</table>

<br/>

#### Contact
You can communicate by following e-mails If you have more questions about the project or to get the all src code :

Expand Down

0 comments on commit 817c5b9

Please sign in to comment.