• Stars
    star
    1
  • Language
    PHP
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In there I have stored all my edited class and functions for my web development works

More Repositories

1

Stock-Price-Prediction-using-the-LSTM-neural-network

Machine learning has significant applications in the stock price prediction. In this machine learning project, I will be talking about predicting the returns on stocks. This is a very complex task and has uncertainties. I will develop this project into two parts: First, we will learn how to predict stock prices using the Long short-term memory(LSTM) neural network. Then we will build a dashboard using Plotly dash for stock analysis. To build the stock price prediction model, we will use the NSE TATA GLOBAL dataset. This is a dataset of Tata Beverages from Tata Global Beverages Limited, National Stock Exchange of India: Tata Global Dataset. To develop the dashboard for stock analysis we will use another stock dataset with multiple stocks like Apple, Microsoft, Facebook.
Python
2
star
2

Iris-Flowers-Classification-Project

A well known data set that contains 150 records of three species of Iris flowers Iris Setosa , Iris Virginica and Iris Versicolor. There are 50 records for each Iris species and every record contains four features, the pedal length and width, the sepal length and width. We are going to use a k-Nearest neighbors algorithm to classify these species based on these four features.
Python
1
star
3

Handwritten-Digit-Recognition-using-CNN-architecture

In this project, I am going to implement a handwritten digit recognition app using the MNIST dataset which is probably one of the most popular datasets among machine learning and deep learning enthusiasts. The MNIST dataset contains 60,000 training images of handwritten digits from zero to nine and 10,000 images for testing. So, the MNIST dataset has 10 different classes. The handwritten digits images are represented as a 28Γ—28 matrix where each cell contains grayscale pixel value. I will be using a special type of deep neural network that is Convolutional Neural Networks(CNN). In the end, I am going to build a GUI in which you can draw the digit and recognize it straight away.
Python
1
star
4

Financial-Mathematics

Financial Mathematics Essential Graph , Binomial Tress, Strangle, winner process etc plotting and calculating.
MATLAB
1
star
5

AESPython

AES Implementation from Scratch in Python
Python
1
star
6

Algorithm

My Practise on C++, Python, Java, Matlab
Python
1
star