Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfaustini authored Dec 7, 2020
1 parent e9224fd commit 61ca4e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modelo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The dataset is processed to images and normalized to fit the machine learn model

### [Convolutional Neural Network Model](Model.ipynb)
![Convolutional neural network model developed](representacao/2x/modelo.png)
<br>
With [Keras](https://keras.io) and Scikit Learn(https://scikit-learn.org) libraries, a CNN model was created to infer by the alzheimer elderly's movimentation whether it is a wandering movement or not.

### [Train analysis](Model.ipynb)
Expand All @@ -14,4 +15,4 @@ Initially data was analyzed with [Tensorboard](https://www.tensorflow.org/tensor

### [Evaluation and results](Model.ipynb)

With the validation dataset, our trained model was evaluated and revoke, precision and f1 score were calculated to give an overview of the model prediction quality
With the validation dataset, our trained model was evaluated and revoke, precision and f1 score metrics were calculated to give an overview of the model prediction quality.

0 comments on commit 61ca4e1

Please sign in to comment.