55 skills found · Page 1 of 2
qingsongedu / Awesome AI For Time Series PapersA professional list of Papers, Tutorials, and Surveys on AI for Time Series in top AI conferences and journals.
reservoirpy / ReservoirpyA simple and flexible code for Reservoir Computing architectures like Echo State Networks
PENGZhaoqing / TimeSeriesPrediction天池智慧交通预测挑战赛解决方案
hzy46 / TensorFlow Time Series ExamplesTime Series Prediction with tf.contrib.timeseries
microprediction / MicropredictionIf you can measure it, consider it predicted
aprbw / Traffic PredictionTraffic prediction is the task of predicting future traffic measurements (e.g. volume, speed, etc.) in a road network (graph), using historical data (timeseries).
gcarq / Keras Timeseries PredictionTime series prediction with Sequential Model and LSTM units
JuliaDynamics / TimeseriesPrediction.jlPrediction of timeseries using methods of nonlinear dynamics and timeseries analysis
wikke / TimeSeriesPredictionTime Series Prediction, Stateful LSTM; 时间序列预测,洗发水销量/股票走势预测,有状态循环神经网络
deadskull7 / Agricultural Price Prediction And Visualization On Android AppIn Agriculture Price Monitioring , I have used data provided by open government site data.gov.in, which updates prices of market daily . Working Interface Details: We have provided user choice to see current market prices based on two choices: market wise or commodity wise use increase assesibility options. Market wise: User have to provide State,District and Market name and then select market wise button. Then user will be shown the prices of all the commodities present in the market in graphical format, so that he can analyse the rates on one scale. This feature is mostly helpful for a regular buyer to decide the choice of commodity to buy. He is also given feature to download the data in a tabular format(csv) for accurate analysis. Commodity Wise: User have to provide State,District and Commodity name and then select Commodity wise button. Then user will be shown the prices of all the markets present in the region with the commodity in graphical format, so that he can analyse the cheapest commodity rate. This feature is mostly helpful for wholesale buyers. He is also given feature to download the data in a tabular format(csv) for accurate analysis. On the first activity user is also given forecasting choice. It can be used to forecast the wholesale prices of various commodities at some later year. Regression techniques on timeseries data is used to predict future prices. Select the type of item and click link for future predictions. There are 3 java files Forecasts, DisplayGraphs, DisplayGraphs2 ..... Please change the localhost "server_name" at time of testing as the server name changes each time a new server is made. Things Used: We have used pandas , numpy , scikit learn , seaborn and matplotlib libraries for the same . The dataset is thoroughly analysed using different function available in pandas in my .iPynb file . Not just in-built functions are used but also many user made functions are made to make the working smooth . Various graphs like pointplot , heat-map , barplot , kdeplot , distplot, pairplot , stripplot , jointplot, regplot , etc are made and also deployed on the android app as well . To integrate the android app and machine learning analysis outputs , we have used Flask to host our laptop as the server . We have a separate file for the Flask as server.py . Where all the the necessary stuff of clint request and server response have been dealt with . We have used npm package ngrok for tunneling purpose and hosting . A different .iPynb file is used for the time series predictions using regression algorithms and would send the csv file of prediction along with the graph to the andoid app when given a request .
phylypo / TimeSeriesPredictionTime Series Prediction
Christophe-pere / Time Series RNNThis repository contains the code to generate timeseries prediction with the RNN family
GMfatcat / ConvLSTM CNN For Tropical CycloneImages timeseries sequence with ConvLSTM for windspeed prediction & CNN cyclone intensity
kingOfFps / Timeseries Prediction时间序列预测项目,采用不同的深度学习、机器学习算法,进行时间序列预测。包含不同预测算法与预测场景
kboroz / TimeSeriesPredictionNo description available
ChuanyuXue / BDCI 2020 TimeSeries Prediction12th Solution: Matrix Factorization for High-Dimensional and Sparse Time Series Prediction
acrosa / DolarMachine Learning timeseries prediction in Keras
LewisLee26 / Mamba Weather TimeseriesComparing a Mamba model to a LSTM model for weather prediction timeseries data.
MatrixAINetwork / TimeSeries Prediction WorkNo description available
thepaulm / LstmExploration of timeseries LSTM RNN prediction in pytorch, keras, tensorflow, and tensorflow.contrib.keras.