liuyanjun-001

liuyanjun-001

Geek Repo

Github PK Tool:Github PK Tool

liuyanjun-001's starred repositories

HARNet

TensorFlow implementation of the HARNet model for realized volatility forecasting.

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

HetroPanelAR

Replication package for estimation of moments of heterogeneous autoregressions (https://arxiv.org/abs/2306.05299)

Stargazers:1Issues:0Issues:0

ml-visuals

🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.

License:MITStargazers:12890Issues:0Issues:0

reinforcement-learning-an-introduction-chinese

《Reinforcement Learning: An Introduction》(第二版)中文翻译

Language:PythonStargazers:417Issues:0Issues:0

timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

Language:PythonLicense:Apache-2.0Stargazers:3327Issues:0Issues:0

transformer-time-series-prediction

proof of concept for a transformer-based time series prediction model

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

LSTM_GARCH

A Python implementation of a Hybrid LSTM-GARCH model for volatility forecasting

Language:Jupyter NotebookLicense:MITStargazers:20Issues:0Issues:0

CV-Surveys

计算机视觉相关综述。包括目标检测、跟踪........

Stargazers:1765Issues:0Issues:0

Sentiment-Analysis-and-Stock-Values

Sentiment analysis of economic news headlines and examining their effects on stock market changes without the full article or analysis. Awareness and click generation are important roles for business news headlines as well. The effect can be demonstrated.

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

Undergraduate-Thesis

基于LDA主题模型的投资者情绪对股价影响研究

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

neuralforecast

Scalable and user friendly neural :brain: forecasting algorithms.

Language:PythonLicense:Apache-2.0Stargazers:2805Issues:0Issues:0

bitcoin_volatility_forecasting

GARCH and Multivariate LSTM forecasting models for Bitcoin realized volatility with potential applications in crypto options trading, hedging, portfolio management, and risk management

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

TSFpaper

This repository contains a reading list of papers on Time Series Forecasting/Prediction (TSF) and Spatio-Temporal Forecasting/Prediction (STF). These papers are mainly categorized according to the type of model.

Stargazers:1716Issues:0Issues:0
Language:Jupyter NotebookStargazers:9Issues:0Issues:0

GA-TCN-LSTM

An Ensemble DL Model Tuned with Genetic Algorithm for Oil Production Forecasting.

Language:Jupyter NotebookLicense:MITStargazers:51Issues:0Issues:0

forecasting

Time-series forecasting with Deep Learning: RNN, LSTM, GRU, Rolling RNN/LSTM/GRU

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

Sentiment-Analysis-Chinese-pytorch

中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classification is performed on 20,000 Chinese film review data.

Language:PythonStargazers:86Issues:0Issues:0

Python_DataAnalysis

Python 数据分析案例。包含【电影评论分析】、【慕课数据分析】、【医疗花销分析】、【心脏病、癌症、糖尿病预测】

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

python-DataAnalysis

基于python与Anaconda Navigator软件的历年影片数据分析,通过数据再基于机器学习来获取影片的最佳阵容,最后预测以最佳整容去拍摄一部电影时所获取的票房与评分。

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

TOP250_douban_movies

TOP250豆瓣电影短评爬虫+数据分析

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

Chinese-movie-comments-sentiment-analysis-pytorch

中文电影评论情感分类,pytorch实现Text-CNN。

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

douban_sentiment_analysis

基于朴素贝叶斯实现的豆瓣影评情感分析

Language:PythonStargazers:90Issues:0Issues:0

TOP250movie_douban

TOP250豆瓣电影短评:Scrapy 爬虫+数据清理/分析+构建中文文本情感分析模型

Language:Jupyter NotebookLicense:BSD-2-ClauseStargazers:851Issues:0Issues:0

ConvMF

卷积神经网络(CNN)提取影评特征构建电影推荐系统,pytorch实现

Language:PythonStargazers:122Issues:0Issues:0

AntSpider

1000万豆瓣电影/评论/名人/评分数据采集源码分享(内含千万电影数据集,可下载)

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

Classification-of-Movie-Reviews-with-Latent-Semantic-Analysis-Using-SVD

Natural Language Processing(NLP) is a broad set of techniques to derive meaning from words in a dataset. In this paper, we will cover one of the NLP techniques, the Latent Semantic Analysis technique. This is a part of unsupervised learning techniques in which models are not supervised using the training datasets, but instead, find the hidden patterns and insights from the given data. The main benefit of this technique is that the process can reduce the dimensionality of the original text-based data set which will be the movie review data set obtained from Kaggle in this project.

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

sentiment-classification

Neural sentiment classification of text using the Stanford Sentiment Treebank (SST-2) movie reviews dataset, logistic regression, naive bayes, continuous bag of words, and multiple CNN variants.

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

MovieReviewSentimentAnalysis

Sentiment Analysis and Emotion Classification of Movie Reviews from IMDb

Language:PythonStargazers:6Issues:0Issues:0

BTC-LSTM-Predictor-

Due to the volatility of cryptocurrency speculation, investors will often try to incorporate sentiment from social media and news articles to help guide their trading strategies. One such indicator is the Crypto Fear and Greed Index (FNG) which attempts to use a variety of data sources to produce a daily FNG value for cryptocurrency. You have been asked to help build and evaluate deep learning models using both the FNG values and simple closing prices to determine if the FNG indicator provides a better signal for cryptocurrencies than the normal closing price data.

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

DeepLearning_BTC

Due to the volatility of cryptocurrency speculation, this project is looking to help build and evaluate deep learning models using the Crypto Fear and Greed Index values and closing prices to determine if the indicator provides a better signal for cryptocurrencies. By using the deep learning recurrent neural network to model bitcoin prices, one model will predict the closing price while the second model will use a window of closing prices to predict the nth closing price.

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