squential-search
There are 4 repositories under squential-search topic.
moazmohamed20/Algorithms
Searching and Sorting Algorithms Implementations in C++
yanuarakhid/Aplikasi-Bank
Final Project Struktur Data
cool0009/Stock-Market-Predictions-with-LSTM-in-Python
This repository contains an implementation of a Stock Market Prediction model using Long Short-Term Memory (LSTM) networks in Python. The goal of this project is to forecast stock prices based on historical data, leveraging the powerful capabilities of LSTM, a type of recurrent neural network (RNN) that is well-suited for sequence prediction tasks
harmanveer-2546/Recognizing-Digits
I used the MNIST dataset for the implementation of a handwritten digit recognition app. To implement this, will be using a special type of deep neural network called Convolutional Neural Networks. In the end, I also build a Graphical user interface(GUI) where you can directly draw the digit and recognize it straight away.