All Projects β†’ yangboz β†’ Lotteryprediction

yangboz / Lotteryprediction

Licence: other
🌝 Lottery prediction besides of following "law of proability","Probability: Independent Events", there are still "Saying "a Tail is due", or "just one more go, my luck is due to change" is called The Gambler's Fallacy" existed.

Programming Languages

actionscript
884 projects

Projects that are alternatives of or similar to Lotteryprediction

Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+816.34%)
Mutual labels:  exploratory-data-analysis
Pyodds
An End-to-end Outlier Detection System
Stars: ✭ 141 (-30.2%)
Mutual labels:  time-series-analysis
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-14.85%)
Mutual labels:  exploratory-data-analysis
Scattertext
Beautiful visualizations of how language differs among document types.
Stars: ✭ 1,722 (+752.48%)
Mutual labels:  exploratory-data-analysis
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (-30.69%)
Mutual labels:  exploratory-data-analysis
Stumpy
STUMPY is a powerful and scalable Python library for modern time series analysis
Stars: ✭ 2,019 (+899.5%)
Mutual labels:  time-series-analysis
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-46.04%)
Mutual labels:  exploratory-data-analysis
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-3.47%)
Mutual labels:  time-series-analysis
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+824.75%)
Mutual labels:  time-series-analysis
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (-14.85%)
Mutual labels:  exploratory-data-analysis
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (-39.6%)
Mutual labels:  time-series-analysis
Deeptime
Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation
Stars: ✭ 138 (-31.68%)
Mutual labels:  time-series-analysis
Pyfts
An open source library for Fuzzy Time Series in Python
Stars: ✭ 154 (-23.76%)
Mutual labels:  time-series-analysis
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+845.54%)
Mutual labels:  time-series-analysis
Mirador
Tool for visual exploration of complex data.
Stars: ✭ 186 (-7.92%)
Mutual labels:  exploratory-data-analysis
Xda
R package for exploratory data analysis
Stars: ✭ 112 (-44.55%)
Mutual labels:  exploratory-data-analysis
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-30.2%)
Mutual labels:  time-series-analysis
Bamboobsc
bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Stars: ✭ 197 (-2.48%)
Mutual labels:  time-series-analysis
Inspectdf
πŸ› οΈ πŸ“Š Tools for Exploring and Comparing Data Frames
Stars: ✭ 195 (-3.47%)
Mutual labels:  exploratory-data-analysis
Handyspark
HandySpark - bringing pandas-like capabilities to Spark dataframes
Stars: ✭ 158 (-21.78%)
Mutual labels:  exploratory-data-analysis

Preface

Predicting is making claims about something that will happen, often based on information from past and from current state. Screenshot of "Prediction"

Everyone solves the problem of prediction every day with various degrees of success. For example weather, harvest, energy consumption, movements of forex (foreign exchange) currency pairs or of shares of stocks, earthquakes, and a lot of other stuff needs to be predicted. ...

Predictive Analytics

With classification, deep learning is able to establish correlations between, say, pixels in an image and the name of a person. You might call this a static prediction. By the same token, exposed to enough of the right data, deep learning is able to establish correlations between present events and future events. The future event is like the label in a sense. Deep learning doesn’t necessarily care about time, or the fact that something hasn’t happened yet. Given a time series, deep learning may read a string of number and predict the number most likely to occur next.

dataVs:

using Flash

Screenshot of "LotteryPrediction" Screenshot of "LotteryPrediction" Screenshot of "LotteryPrediction"

Predictions

Snapshot of "Dot plotting" Snapshot of "Histogram plotting" Snapshot of "KDE plotting" Snapshot of "CDF plotting" Snapshot of "Probability plotting"

using fbProphet:

fbProphet

todos:

streamlit: https://docs.streamlit.io/en/stable/api.html#display-data

plotly:https://plotly.com/python/time-series/

Live Demos

https://yangboz.github.io/labs/lp/LotteryPrediction_AmCharts_R.swf https://yangboz.github.io/labs/lp/LotteryPrediction_AmCharts_RCX.swf https://yangboz.github.io/labs/lp/LotteryPrediction_FlexCharts.swf

notes

besides of following "law of proability","Probability: Independent Events", there are still "Saying "a Tail is due", or "just one more go, my luck is due to change" is called The Gambler's Fallacy" existed.

here we are not garantee to help with you to win lottery prize. if you got lucky from here. please donate here, we also donate to charities.

donate ETH: 0xa45542927c06591a224c28ca3596a3bD56C499fb

custom company service mailto: [email protected]

Refs:

http://deeplearning4j.org/usingrnns.html

http://www.scriptol.com/programming/list-algorithms.php

http://www.ipedr.com/vol25/54-ICEME2011-N20032.pdf

http://www.brightpointinc.com/flexdemos/chartslicer/chartslicersample.html

http://stats.stackexchange.com/questions/68662/using-deep-learning-for-time-series-prediction

Python logutils

Python data analysis_pandas

Python data minning_orange

Python data-mining and pattern recognition packages

Python Machine Learning Packages

Conference on 100 YEARS OF ALAN TURING AND 20 YEARS OF SLAIS

USA Draft Lottery 1970

Python Scikit-Learn

Python Multivarite Pattern Analysis

BigML

Patsy

StatModel

Neural Lotto β€” Lottery Drawing Predicting Method

Random.org

Predictive Analytics Guide

[TensorFlow Tutorial for Time Series Prediction:] (https://github.com/tgjeon/TensorFlow-Tutorials-for-Time-Series)

Roadmap:

landing page:

PoC

API public service:

Phase I.Graphics: Looking at Data;

1.A single variable:Shape and Distribution; ( Dot/Jitter plots,Histograms and Kernel Density Estimates,Cumulative Distribution Function,Rank-Order...)

2.Two variables:Establishing Relationships; ( Scatter plots,Conquering Noise,Logarithmic Plots,Banking...)

3.Time as a variable: Time-Series Analysis; (Smoothing,Correlation,Filters,Convolutions..)

4.More than two variables;Graphical Multivariate Analysis;(False-color Plots,Multi plots...)

5.Intermezzo:A Data Analysis Session;(Session,gnuplot..)

6...

Phase II.Analytics: Modeling Data;

1.Guesstimation and the back of envelope;

2.Models from scaling arguments;

3.Arguments from probability models;

4...

Phase III.Computation: Mining Data;

1.Simulations;

2.Find clusters;

3.Seeing the forest for the decision trees;

4....

Phase IV.Applications: Using Data;

1.Reporting, BI (Business Intelligence),Dashboard;

2.Financial calculations and modeling;

3.Predictive analytics;

4....

=======

Draft plan

Phase I.Graphics: Looking at Data;

1.A single variable:Shape and Distribution; ( Dot/Jitter plots,Histograms and Kernel Density Estimates,Cumulative Distribution Function,Rank-Order...)

2.Two variables:Establishing Relationships; ( Scatter plots,Conquering Noise,Logarithmic Plots,Banking...)

3.Time as a variable: Time-Series Analysis; (Smoothing,Correlation,Filters,Convolutions..)

4.More than two variables;Graphical Multivariate Analysis;(False-color Plots,Multi plots...)

5.Intermezzo:A Data Analysis Session;(Session,gnuplot..)

6...

Phase II.Analytics: Modeling Data;

1.Guesstimation and the back of envelope;

2.Models from scaling arguments;

3.Arguments from probability models;

4...

Phase III.Computation: Mining Data;

1.Simulations;

2.Find clusters;

3.Seeing the forest for the decision trees;

4....

Phase IV.Applications: Using Data;

1.Reporting, BI (Business Intelligence),Dashboard;

2.Financial calculations and modeling;

3.Predictive analytics;

4....

TODO:

1.Using D3JS Chart to visualization the data; (http://techslides.com/over-1000-d3-js-examples-and-demos/);

2.Using Tableau software trail and error; (http://www.tableausoftware.com/)

3.Using PredictionIO API; (http://prediction.io)

4.Using Free Tempo-DB for time series database storage ; (https://tempo-db.com/docs/batch-import/python-script/)

5.Using BigML API; (https://bigml.com/)

6.Pandas+scikit+matplotlib+IPython Notebook; (http://nbviewer.ipython.org/url/www.onewinner.me/en/devoxxML.ipynb)

7.Implementing a highly scalable prediction; (http://www.slideshare.net/SpringCentral/implementing-a-highly-scalable-stock-prediction-system-with-r-apache-geode-and-spring-xd) (https://github.com/Pivotal-Open-Source-Hub/StockInference-Spark)

fbprophet: https://facebook.github.io/prophet/docs/quick_start.html

References

TensorFlow Tutorial for Time Series Prediction: https://github.com/tgjeon/TensorFlow-Tutorials-for-Time-Series

papers

https://www.datascience.us/predicting-success-in-lottery-with-deep-learning/

Commercial support and training

Commercial support and training is available , please mailto [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].