Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neemiasbsilva authored Sep 5, 2020
1 parent e1633f0 commit d13ddb9
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

[![Tensor](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/)

## Table of Contents (Optional)

- [Dataset](##dataset)
- [Experiments](##experiments)
- [Getting Started](##gettingstarted)
- [Some Results](##someresults)
- [License](##license)
- [Reference](##reference)


## Dataset

Expand Down Expand Up @@ -32,9 +41,9 @@ using Keras-Tensorflow on the Ubuntu 18.04 operating
system.
</ul>

#
## Getting Started

## Install the following packages
### Install the following packages

* Sklearn 0.22.2.
```
Expand All @@ -61,6 +70,20 @@ system.
$ pip install scikit-image
```

### Run

> For run the experiment you need to access the respective architecture folder first, you can choose bellow the best way for run.
If you need run jupyter:
```
jupyter-notebook name_experiment.ipynb
```

You can run using python script also:
```
python name_experiment.py
```

## Some Results

Bellow, follow two results that have been applied to the test set using the architecture __Xception__, and the metrics used was __MAE__ (Mean Absolute error) and __R2__ (Coefficient of Determination):
Expand All @@ -74,6 +97,13 @@ Bellow, follow two results that have been applied to the test set using the arch

<p align="justify">Thanks for the teacher <b>PhD Wesley Nunes Gonçalvez</b> for contributing for this developer.</p>

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**


#

<p align="center">Sincerely <a href="https://github.com/neemiasbsilva"> Neemias B. Silva</a>.</p>

0 comments on commit d13ddb9

Please sign in to comment.