Pinned Repositories
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
ML_Spring_2022
NYU Tandon Machine Learning and Finance Spring 2022
Prediction-Bitcoin-Price-with-Gated-Recurrent-Unit-RNN
In this project, I created prediction model for predict bitcoin price with Gated Recurrent Unit Model. GRU is a gating mechanism in recurrent neural networks (RNN) similar to a long short-term memory (LSTM), GRU have more simple computation and faster than LSTM because have fewer number of gates.
PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
Sto_Fin
Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
HanjiGu000's Repositories
HanjiGu000/coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
HanjiGu000/ML_Spring_2022
NYU Tandon Machine Learning and Finance Spring 2022
HanjiGu000/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
HanjiGu000/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
HanjiGu000/Sto_Fin
HanjiGu000/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
HanjiGu000/Prediction-Bitcoin-Price-with-Gated-Recurrent-Unit-RNN
In this project, I created prediction model for predict bitcoin price with Gated Recurrent Unit Model. GRU is a gating mechanism in recurrent neural networks (RNN) similar to a long short-term memory (LSTM), GRU have more simple computation and faster than LSTM because have fewer number of gates.