Pinned Repositories
ach
Open Source ACH (Automated Clearing House) library implementing NACHA file creation and validation
check_all_apks
Check All APK's -- scripts for checking your phone for malware
conduit-connector-pulsar
Provides a source and a destination Pulsar connector, for Conduit.
fdsf
OpenBBTerminal
Investment Research for Everyone, Anywhere.
pardal-dj
A sample web-service to work as a back-end for Mobile Development class
python-web-apps-tutorial
This repository contains a series of python web application examples, using different frameworks.
sensor-metadata
ViniciusMiana's Repositories
ViniciusMiana/python-web-apps-tutorial
This repository contains a series of python web application examples, using different frameworks.
ViniciusMiana/ach
Open Source ACH (Automated Clearing House) library implementing NACHA file creation and validation
ViniciusMiana/check_all_apks
Check All APK's -- scripts for checking your phone for malware
ViniciusMiana/conduit-connector-pulsar
Provides a source and a destination Pulsar connector, for Conduit.
ViniciusMiana/fdsf
ViniciusMiana/OpenBBTerminal
Investment Research for Everyone, Anywhere.
ViniciusMiana/pardal-dj
A sample web-service to work as a back-end for Mobile Development class
ViniciusMiana/sensor-metadata
ViniciusMiana/play-silhouette
Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, CAS, 2FA, TOTP, Credentials, Basic Authentication or custom authentication schemes.
ViniciusMiana/QuantResearch
Quantitative analysis, strategies and backtests
ViniciusMiana/scala-dist
Additional code relevant to creating a scala distribution.
ViniciusMiana/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.