All Projects → suraj-maniyar → Stock-Trading-Using-Machine-Learning

suraj-maniyar / Stock-Trading-Using-Machine-Learning

Licence: other
A comprehensive approach for stock trading implemented using Neural Network and Reinforcement Learning separately.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stock-Trading-Using-Machine-Learning

SMMT
Social Media Mining Toolkit (SMMT) main repository
Stars: ✭ 116 (+480%)
Mutual labels:  data-preprocessing
MachineLearning
Implementations of machine learning algorithm by Python 3
Stars: ✭ 16 (-20%)
Mutual labels:  pca-analysis
timit-preprocessor
Extract mfcc vectors and phones from TIMIT dataset
Stars: ✭ 14 (-30%)
Mutual labels:  data-preprocessing
modelscript
REPO MOVED TO https://github.com/repetere/jsonstack-data - Data Science and Machine learning in JavaScript
Stars: ✭ 40 (+100%)
Mutual labels:  data-preprocessing
machine-learning-data-pipeline
Pipeline module for parallel real-time data processing for machine learning models development and production purposes.
Stars: ✭ 22 (+10%)
Mutual labels:  data-preprocessing
sciblox
sciblox - Easier Data Science and Machine Learning
Stars: ✭ 48 (+140%)
Mutual labels:  data-preprocessing
nuts-ml
Flow-based data pre-processing for deep learning
Stars: ✭ 32 (+60%)
Mutual labels:  data-preprocessing
mathematics-statistics-for-data-science
Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R.
Stars: ✭ 56 (+180%)
Mutual labels:  pca-analysis
RobustPCA
No description or website provided.
Stars: ✭ 15 (-25%)
Mutual labels:  pca-analysis
PCA and autoencoders
Dimensionality reduction
Stars: ✭ 23 (+15%)
Mutual labels:  pca-analysis
PerfSpect
system performance characterization tool based on linux perf
Stars: ✭ 45 (+125%)
Mutual labels:  pca-analysis
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+13655%)
Mutual labels:  data-preprocessing
prosto
Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby
Stars: ✭ 54 (+170%)
Mutual labels:  data-preprocessing
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-5%)
Mutual labels:  data-preprocessing
klar-EDA
A python library for automated exploratory data analysis
Stars: ✭ 15 (-25%)
Mutual labels:  data-preprocessing
sparklanes
A lightweight data processing framework for Apache Spark
Stars: ✭ 17 (-15%)
Mutual labels:  data-preprocessing
candock
A time series signal analysis and classification framework
Stars: ✭ 56 (+180%)
Mutual labels:  data-preprocessing
xplore
A python package built for data scientist/analysts, AI/ML engineers for exploring features of a dataset in minimal number of lines of code for quick analysis before data wrangling and feature extraction.
Stars: ✭ 21 (+5%)
Mutual labels:  data-preprocessing

Stock Trading Using Machine Learning

This project presents an approach to maximally increase profits for stock trading. Both Fundamental and Technical analysis are used in the portrayed approach. A large number of companies from various sectors were considered, and sector wise grouping of these companies is done. First, the best companies to invest in each sector are found by doing a fundamental analysis of the stock. Next, portfolio optimization is done to figure out how much cash should be allocated to each company at any amount of time. Once this is done, the technical factors are used to figure out buying and selling points, and set up a daily routine to optimize the current price in hand. This can either be implemented using a branching model or by various Machine Learning models such as Reinforcement Learning or Neural Networks. Each of these models is used and the trader is encouraged to rely on the one which gives the best results according to the comparisons made in the thesis.

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