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

https://github.com/ltwmori/fintex-frontend

Fullstack for the top-3 solution on the Tumaris 2022 hackathon | Fintech mobile app for predicting the cryptocurrency exchange rate
https://github.com/ltwmori/fintex-frontend

asp csharp machine-learning neural-network react-native

Last synced: 2 months ago
JSON representation

Fullstack for the top-3 solution on the Tumaris 2022 hackathon | Fintech mobile app for predicting the cryptocurrency exchange rate

Awesome Lists containing this project

README

          

# Fintex project
## Machine Learning
In this project, we tried to predict the cryptocurrency exchange rate using Sequential data, so we can get the data of the past few weeks\ months\ years and then predict the next day.
Pandas_datareader library was used to get the financial data from yahoo-finance API.
The neural network is trained on past 60-day data and predicted the 61st day.
LSTM - Long Short Term Memory layers are reccurent layers, that memories the sequential data.
Dropout layer is used for preventing overfitting.

## Members
1. Sanzhar Kanafin - (telegram: @grandsheber1)
2. Assel Abzalova - (telegram: @axsbjs)
3. Abylay Kairatbek - (telegram: @abyl_10)

![image](https://user-images.githubusercontent.com/56842208/170866872-29736459-89f1-47a4-84af-5e5b24034211.png)

## Tools
1. React Native
2. Backend in C#
3. Sequential data