Skip to content

This project aims to use LSTM for forecasting the total output of a RAS system based on the sequential input data.

Notifications You must be signed in to change notification settings

ManuOtel/LSTM-RAS-Forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAS Digitalization Project

This is project was done in collaboration with Billund Aquaculture A/S.

It presents a Forecasting AI trained to predict the total output for the indoor recirculating aquaculture systems, based on real data coming from sensors with adaptable behavior for missing inputs. The prediction is in a sequential manner, using (Long Short-Term Memory) neural networks as the main building block for the AI, with time-based data as inputs.

Installation

A Python version newer than 3.8 is recommended. (Preferably Python 3.10)

Install the required packages using the package manager pip.

pip install -r requirements.txt

Also for experiencing the full capabilities of the project, there might be a need to have an Nvidia Graphics Card with CUDA compatibility. More details about it can be found here

Usage

# For starting the training 
cd src
python train.py

Missing

Due to non-disclosure agreements, some of the code contents and the data are missing from the repository.

Contact

For further discussions, ideas, or collaborations please contact: [email protected]

About

This project aims to use LSTM for forecasting the total output of a RAS system based on the sequential input data.

Topics

Resources

Stars

Watchers

Forks

Languages