GithubHelp home page GithubHelp logo

mauriciodev / tec_forecast Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 2.0 9.03 MB

Keras/Tensorflow2 implementation o many deep learning models for TEC forecast on global ionosphere maps..

License: MIT License

Python 0.99% Jupyter Notebook 99.01%
ionosphere keras tensorflow vtec

tec_forecast's Introduction

DeepTEC

A deep learning laboratory for Total Electron Content prediction experiments, using Tensorflow 2.
Models can be found at ./models/. Some reusable layers are on ./models/custom_layers.py.
The c111 and c333 models were inspired by Boulch (2018).

BOULCH, A.; CHERRIER, N.; CASTAINGS, T. Ionospheric activity prediction using convolutional recurrent neural networks. arXiv:1810.13273 [cs], 6 nov. 2018. https://github.com/aboulch/tec_prediction/

The models on ./models/dev/gps_solutions.py were described on the article:
de Paulo MCM, Marques HA, Feitosa RQ, Ferreira MP (2023) New encoder–decoder convolutional LSTM neural network architectures for next-day global ionosphere maps forecast. GPS Solut 27(2):95. https://doi.org/10.1007/s10291-023-01442-4

download IONEX data

python3 downloader.py Or download from: https://drive.google.com/file/d/1Sm_PiVUIabaew_3Y7sT0NWBqu7xsdHvi/view?usp=share_link

create numpy representation for the data downloaded

python3 ionex_samples.py

Experiment configuration

The configuration file "config.csv" is used to setup many hyperparameters for each experiment, such as chosen model, input window, prediction window, train and test datasets, among others.

Batch processing

The columns "batch_train" and "batch_test" on "config.csv" can be used to perform batch testing. Set them as True on the line that describes the experiment and run

python3 batch_run.py

The results will be created on the "output" folder, under a subfolder with the experiment's name.

Training the network

python3 train.py

The "parameters.py" file is created during training. If you retrain the network, please remove it.

Evaluating the trained network (test)

python3 evaluate.py

Plot results

python3 plotresults.py

Google Colab

https://github.com/mauriciodev/tec_forecast/blob/main/examples/tec_forecast.ipynb

tec_forecast's People

Contributors

mauriciodev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

xuekaiyu zqliuer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.