Open in app

Sign In

Write

Sign In

Connor Roberts
Connor Roberts

1.5K Followers

Home

About

8 hours ago

A comparison of XGBoost, RNN, and LSTM networks for improving stock price predictions

It is considered a holy grail in the world of finance to be able to accurately predict future stock prices. — The seemingly cryptic code of the stock market has been cracked by a myriad of techniques employed by experts and enthusiasts alike. In this area, a notable project spearheaded by Priyaank employs a combination of powerful machine learning techniques to predict adjusted closing prices. XGBoost regression analysis combined with hyper-parameter…

Machine Learning

60 min read

A comparison of XGBoost, RNN, and LSTM networks for improving stock price predictions
A comparison of XGBoost, RNN, and LSTM networks for improving stock price predictions
Machine Learning

60 min read


22 hours ago

Time Series Forecasting And XGBoost For Stock Prediction

The art of predicting stock values has proven challenging for many academics and analysts. Stock price prediction research is of great interest to investors. In order to make an informed and profitable investment, many investors want to know the stock market’s future scenario. …

Stocks

17 min read

Time Series Forecasting And XGBoost For Stock Pred
Time Series Forecasting And XGBoost For Stock Pred
Stocks

17 min read


2 days ago

XGBoost for stock trend & prices prediction

Using technical indicators as features, I use XGBRegressor from XGBoost library to predict future stock prices. — Let’s start with the imports. Imports import os import numpy as np import pandas as pd import xgboost as xgb import matplotlib.pyplot as plt from xgboost import plot_importance, plot_tree from sklearn.metrics import mean_squared_error from sklearn.preprocessing import MinMaxScaler from sklearn.model_selection import train_test_split, GridSearchCV # Time series decomposition !pip install stldecompose from stldecompose import decompose # Chart drawing import plotly as py import plotly.io as pio import plotly.graph_objects…

Machine Learning

18 min read

XGBoost for stock trend & prices prediction
XGBoost for stock trend & prices prediction
Machine Learning

18 min read


4 days ago

Predicting Stock Prices Using Multivariate Analysis

There are many factors that affect stock prices, making them notoriously difficult to predict. To improve the accuracy of stock price predictions, a number of techniques can be used. Multivariate analysis is one of these techniques. The purpose of multivariate analysis is to determine patterns that can be used to…

Finance

32 min read

Predicting Stock Prices Using Multivariate Analysis
Predicting Stock Prices Using Multivariate Analysis
Finance

32 min read


5 days ago

Predicting the Future: An Exploration of Time Series Forecasting with Prophet

Predicting future trends is an essential skill in data science. Prophet, an open-source library developed by Facebook, is one of the most efficient tools in this domain. The purpose of this article is to examine Prophet’s intricacies and to understand how it simplifies the complex task of time series forecasting…

Machine Learning

42 min read

Predicting the Future: An Exploration of Time Series Forecasting with Prophet
Predicting the Future: An Exploration of Time Series Forecasting with Prophet
Machine Learning

42 min read


May 26

Building a Dynamic Sorting Visualizer with React and Javascript: A Deep Dive into the Codebase

In the vast landscape of data structures and algorithms, understanding different sorting mechanisms forms an integral part. — Click here to see the live demo of what we are going to code! Visualizing these algorithms makes it easier to comprehend how each step progresses and transforms the data structure. …

Algorithms

28 min read

Building a Dynamic Sorting Visualizer with React and Javascript: A Deep Dive into the Codebase
Building a Dynamic Sorting Visualizer with React and Javascript: A Deep Dive into the Codebase
Algorithms

28 min read


May 21

Stock Market Prediction with Machine Learning

The stock market is a complex and ever-changing system. It can be difficult to predict how the market will move in the future. However, machine learning can be used to help make predictions about the stock market. Machine learning is a type of artificial intelligence that allows computers to learn…

Machine Learning

29 min read

Stock Market Prediction with Machine Learning
Stock Market Prediction with Machine Learning
Machine Learning

29 min read


May 16

Stock Analysis With Monte Carlo

Stock prediction is a complex task that can be difficult to do with accuracy. However, there are a number of tools and techniques that can be used to improve the accuracy of stock predictions. One such tool is Monte Carlo simulation. — Monte Carlo simulation is a statistical technique that can be used to generate a range of possible outcomes for a given set of inputs. This can be helpful for stock prediction, as it can give you a better understanding of the risks and potential rewards involved.

Finance

32 min read

Stock Analysis With Monte Carlo
Stock Analysis With Monte Carlo
Finance

32 min read


May 14

Technical Analysis to Predict Stock Movement

This article delves into the intricate art and science of technical analysis, a method that sidesteps the intrinsic value of stocks to focus on price patterns, volume and other market indicators. The purpose? To predict future price movements and spot lucrative trading opportunities. …

Finance

77 min read

Technical Analysis to Predict Stock Movement
Technical Analysis to Predict Stock Movement
Finance

77 min read


May 14

Predicting stock returns by XGBoost

To predict stock returns over the next two days, we will use the XGBoost regressor. There were not many notebooks here. Feel free to remove this note if it is inappropriate. Among the key ideas in this work are: Using XGBoost to select the ten most important features, Using a…

Machine Learning

29 min read

Predicting stock returns by XGBoost
Predicting stock returns by XGBoost
Machine Learning

29 min read

Connor Roberts

Connor Roberts

1.5K Followers

Learning machine learning and writing about it.

Following
  • Andrew Van Dyk

    Andrew Van Dyk

  • Justine Jacob

    Justine Jacob

  • Sofien Kaabar, CFA

    Sofien Kaabar, CFA

  • Hariharan

    Hariharan

  • Shubham Kumar

    Shubham Kumar

See all (1,243)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams