Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
stonescenter committed Feb 14, 2020
1 parent a6a18e5 commit ee71359
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 56 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Track Particle
This project is the first version of track particles and is part of SPRACE center.
This project is the first version of Track Particles problem and it is part of [SPRACE](https://sprace.org.br/) sponsored by [Serrapilheira](https://serrapilheira.org/).

# Run
To run main-paralel.py file over a gpu machine or you can use test_1_lstm_paralel.ipynb notebook to run into Google Colab.

# Accuracy of Algorithm

## Run
To run:
1. Clone our repository
2. Configure your conda envirotment
3. Run ` python main.py --config config.json `. It will create a first model with LSTM architecture. If you don't have acces to a gpu, you could use the `test_1_lstm_paralel.ipynb` file to run into Google Colab.

## Accuracy of Algorithm
We are using regressions metrics for each hit. Our accuracy is showed for forecas of 5 hit.

```
[Output] ---Regression Scores---
Expand All @@ -17,5 +23,5 @@ RMSE features: [0.15, 0.23, 0.09]
R^2 features: [0.97, 0.94, 0.99]
```

# Vizualization
## Vizualization
Open the plot_prediction.ipynb file to see the 5 hit predicted.
51 changes: 0 additions & 51 deletions config-paralel.json

This file was deleted.

0 comments on commit ee71359

Please sign in to comment.