menglin-cao

menglin-cao

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

menglin-cao's repositories

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

datasets

Stuff related to the BMClab public datasets

Language:Jupyter NotebookLicense:CC-BY-4.0Stargazers:0Issues:0Issues:0

RGAN

Recurrent (conditional) generative adversarial networks for generating real-valued time series data.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

sEMG_DeepLearning

sEMG-based gesture recognition using deep learnig

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

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.

Stargazers:0Issues:0Issues:0

t-SNE-master

使用sklearn的简单的tSNE,PCA,isomap,LLE方法可视化mnist

Language:PythonStargazers:0Issues:0Issues:0

tensorflow-windows-wheel

Tensorflow prebuilt binary for Windows

Stargazers:0Issues:0Issues:0

Time-Series-Forecasting-of-Amazon-Stock-Prices-using-Neural-Networks-LSTM-and-GAN-

Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is used with multiple features to predict stock prices and then sentimental analysis is performed using news and reddit sentiments. GANs are used to predict stock data too where Amazon data is taken from an API as Generator and CNNs are used as discriminator.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Time-Series-Prediction

Exploring HMM, LSTM and Regression techniques to predict respiratory rate of an individual from accelerometer data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0