Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielprasetyo7952/tugas-akhir

Documentation of thesis on Foreign Exchange Forecasting with LSTM and Genetic Algorithm
https://github.com/danielprasetyo7952/tugas-akhir

genetic-algorithm lstm streamlit tensorflow

Last synced: 4 days ago
JSON representation

Documentation of thesis on Foreign Exchange Forecasting with LSTM and Genetic Algorithm

Awesome Lists containing this project

README

        

# Tugas Akhir
This repository that contains documentation of my thesis on **Foreign Exchange Forecasting**. This repository serves as a record of the work that has been done and provides valuable insights into the methods and techniques used in the thesis.

## Methods
Methods that are implemented in the thesis:
- LSTM Model
- Genetic Algorithms for Optimization

## Usage
1. To use this repository, simply clone it to your local machine
2. Install the dependencies from `requirements.txt` file with `pip install -r requirements.txt`
3. After all dependencies are installed, you can run the notebook

**Note :**
It should be noted that I am using **Python Version 3.10**, so if some dependencies cannot be installed then you should install **Python Version 3.10**

## Future Plan
- [x] Use Streamlit to create the model GUI -- [Repository](https://github.com/danielprasetyo7952/Tugas-Akhir-Preview)