You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This App provide user the current stock price and help them predict the future price. It collects historical data and real time data for certain stock and stores them into database by PHP and Yahoo Finance API. The prediction algorithms (Bayesian Curve Fitting, Artificial Neural Network and Support Vector Machine) are implemented by Python. With…