All Projects → chaitjo → regression-stock-prediction

chaitjo / regression-stock-prediction

Licence: other
Predicting Google’s stock price using regression

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to regression-stock-prediction

Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+59744.44%)
Mutual labels:  svm, scikit-learn, regression
Facial Expression Recognition Svm
Training SVM classifier to recognize people expressions (emotions) on Fer2013 dataset
Stars: ✭ 110 (+103.7%)
Mutual labels:  svm, scikit-learn
Mnist Classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Stars: ✭ 109 (+101.85%)
Mutual labels:  svm, scikit-learn
TextClassification
基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。
Stars: ✭ 86 (+59.26%)
Mutual labels:  svm, scikit-learn
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+10981.48%)
Mutual labels:  svm, regression
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+62198.15%)
Mutual labels:  svm, scikit-learn
Dash Svm
Interactive SVM Explorer, using Dash and scikit-learn
Stars: ✭ 147 (+172.22%)
Mutual labels:  svm, scikit-learn
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (+418.52%)
Mutual labels:  svm, regression
ML-Track
This repository is a recommended track, designed to get started with Machine Learning.
Stars: ✭ 19 (-64.81%)
Mutual labels:  scikit-learn, regression
LIBSVM.jl
LIBSVM bindings for Julia
Stars: ✭ 74 (+37.04%)
Mutual labels:  svm, regression
Cubist
A Python package for fitting Quinlan's Cubist regression model
Stars: ✭ 22 (-59.26%)
Mutual labels:  scikit-learn, regression
Machine Learning In Action
⚡️⚡️⚡️《机器学习实战》代码(基于Python3)🚀
Stars: ✭ 533 (+887.04%)
Mutual labels:  svm, regression
text-classification-cn
中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
Stars: ✭ 81 (+50%)
Mutual labels:  svm, scikit-learn
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (+62.96%)
Mutual labels:  svm, regression
Machine Learning
⚡机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
Stars: ✭ 5,601 (+10272.22%)
Mutual labels:  svm, regression
Tiny ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
Stars: ✭ 129 (+138.89%)
Mutual labels:  svm, regression
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+3968.52%)
Mutual labels:  scikit-learn, regression
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+5737.04%)
Mutual labels:  scikit-learn, regression
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (+105.56%)
Mutual labels:  scikit-learn, regression
turbofan failure
Aircraft engine failure prediction model
Stars: ✭ 23 (-57.41%)
Mutual labels:  svm, scikit-learn

Stock Price Prediction using Regression

Predicting Google’s stock price using various regression techniques. Toy example for learning how to combine numpy, scikit-learn and matplotlib. Can be extended to be more advanced.

SVR

Based on this tutorial.

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].