Found 14 repositories(showing 14)
sammanthp007
Basic Stock Price Prediction Using KNN Algorithm. #Python
Recent business research interests concentrated on areas of future predictions of stock prices movements which make it challenging and demanding. Researchers, business communities, and interested users who assume that future occurrence depends on present and past data, are keen to identify the stock price prediction of movements in stock markets (Kim, 2003). However, financial data is considered as complex data to forecast and or predict. Predicting market prices are seen as problematical, and as explained in the efficient market hypotheses (EMH) that was put forward by Fama (1990), the EMH is considered as bridging the gap between financial information and the financial market; it also affirms that the fluctuations in prices are only a result of newly available information; and that all available information reflected in market prices. In this project, we attempt to do such an analysis but with an emphasis of using a machine learning algorithm. We applied k-nearest neighbour algorithm in order to predict stock prices for a sample of five major companies listed on the NASDAQ stock market to assist investors, management, decision makers, and users in making correct and informed investments decisions. According to the results, the k-NN algorithm is mildly robust with a good accuracy; consequently, the results were rational and also reasonable. In addition, depending on the actual stock prices data; the prediction results were close and fairly parallel to actual stock prices.
mgottliebUF
This is the final project for Introduction to Machine Learning, Supervised Learning. This project involves developing a stock price prediction and trading signal generation system using the k-Nearest Neighbors (kNN) algorithm.
Bhagatsidhu2007
This project uses the K-Nearest Neighbors (KNN) algorithm to predict stock prices and classify future stock movements (buy/sell) using historical data from the NSE.
Sugheeshan
Stock price prediction using the K-Nearest Neighbors (KNN) algorithm based on historical market data.
aimsat
Stock price prediction using K-Nearest Neighbors (KNN) algorithm with a practical implementation in Python.
Savan2202
Stock Price Prediction is a basic Machine Learning project that involves the use of Heatmap, KNN Algorithm, and Linear Regression.
MauricioSalinas04
Stock price prediction using custom K-Nearest Neighbors (KNN) and Quadratic Regression implemented from scratch. Features hyperparameter optimization (Elbow Method), feature importance analysis, and trend modeling using Least Squares and the Montante Algorithm.
BathulaAvinash
Developed stock price prediction model in Python using Linear Regression, SVM, De cision Tree, and KNN algorithms. Evaluated performance with metrics: MAE, MSE, R2 Score, offering insights on accuracy and effectiveness.
AryanThodupunuri
This project uses the K-Nearest Neighbors (KNN) algorithm to predict stock prices. It includes both classification (buy/sell signals) and regression (closing price prediction) models. The project covers data collection, feature engineering, model training, and evaluation, demonstrating KNN's effectiveness in financial forecasting.
ShubhrangiD
This project uses the K-Nearest Neighbors (KNN) algorithm to predict Tata Global stock prices through classification (buy or sell signals) and regression (actual closing prices). We optimize the KNN model’s performance by experimenting with various hyperparameters and evaluating predictions against historical data.
RiyaKumari-2416
**Stock Market Predictor using Machine Learning Algorithms** This project predicts stock price movement (**UP or DOWN**) using machine learning models such as Logistic Regression, Decision Tree, Random Forest, KNN, and SVM. Historical stock data is processed and different models are trained and evaluated to compare their prediction performance.
Venkatesh169
This is a Machine learning Project. we have used a machine learning technique called KNN algorithm in predicting the future price of a stock. Stock prediction has always been a challenging problem for statistics experts and finance. The main reason behind this prediction is buying stocks that are likely to increase in price and then selling stocks
aadeepaggarwal
This GitHub repository contains a machine learning project focused on stock price prediction using the K-Nearest Neighbors (KNN) algorithm. It includes data preprocessing, feature engineering, model training, and evaluation scripts. Detailed instructions are provided for easy replication and experimentation.
All 14 repositories loaded