Hamza-101's Stars
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
openhardwaremonitor/openhardwaremonitor
Open Hardware Monitor
idealo/image-super-resolution
🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
portapack-mayhem/mayhem-firmware
Custom firmware for the HackRF+PortaPack H1/H2/H4
corellium/projectsandcastle
Supporting tools for Android/Linux on the iPhone
oxen-io/session-android
A private messenger for Android.
ivan-vasilev/neuralnetworks
java deep learning algorithms and deep neural networks with gpu acceleration
Re4son/Kali-Pi
Sticky Fingers Kali Pi
mcuee/libusb-win32
libusb-win32 project official github repo
amirhosseinh77/Flocking-Multi-Agent
Python implementation of "Flocking for multi-agent dynamic systems: Algorithms and theory" by Olfati-Saber for multi-agent triangular formation.
chongchonghe/Python-solar-system
0015/ESP32-S2-S3-Projects
Using the native USB interface of ESP32 S2/S3
hbonnavaud/sciborg
Reinforcement learning framework.
TaqiRaza512/Auto-Growing-Arrays
Implemented auto growing arrays (also known as dynamic Arrays) and vector List in C++.
TaqiRaza512/Canny-Edge-Detection-Implementation
Implementation of the Canny Edge Detection algorithm, a widely-used technique in image processing for detecting edges in images.
TaqiRaza512/Car-Price-Prediction
Used multiple machine learning algorithms and compared their results
TaqiRaza512/ClockClass
The ClockClass project is an example of applying object-oriented programming concepts in C++. It serves as a practical demonstration of how classes and objects can be used to model real-world entities (like a clock) and provides a foundation for understanding key OOP concepts such as encapsulation, abstraction, and inheritance in C++.
TaqiRaza512/Doss_Shell_Project
Designed and implemented a DOS/Command Window-like shell and Notepad using C++. A tree-based architecture to represent folders and files. Implemented Notepad functionality for file editing, including write data, undo, and redo operations, using Linked List data structure.
TaqiRaza512/Face-Detection-App
This project is a web-based application designed for face detection. It utilizes advanced JavaScript techniques to identify faces within images.
TaqiRaza512/HugeIntegerClass
The HugeIntegerClass is designed to explore and demonstrate the capabilities of C++ in handling large numbers, often required in high-precision calculations or cryptographic applications. This project is a great resource for understanding the implementation of custom data types and operator overloading in C++.
TaqiRaza512/Iterators-In-Linked-List
Implemented iterators in linked list in c++ for easy retrieval.
TaqiRaza512/Linked-List
Implemented double ended Linked List in c++ with functions like insert, delete, Insert at.
TaqiRaza512/Matrix_Calculator
The Matrix Calculator is an excellent tool for anyone looking to understand matrix operations in computer science. It provides practical experience in implementing mathematical concepts in programming and offers a hands-on approach to learning C++.
TaqiRaza512/MuhammadTaqiRaza
Professional portfolio on GitHub
TaqiRaza512/Plants-Disease-Detection
To identify and classify plant diseases from images.
TaqiRaza512/Queue_Dequeue_CircularQueue
Implementation of Queue, Double ended queue and Circular Queue in C++
TaqiRaza512/Smart-Contracts-in-solidity
Blockchain
TaqiRaza512/Tower-Of-Hanoi
The Tower of Hanoi is a puzzle that involves moving a stack of disks from one rod to another, adhering to specific rules.
TaqiRaza512/Vector3dClass
The Vector3dClass is a foundational C++ project showcasing object-oriented programming principles. It serves as an educational tool for those learning how to implement basic class structures in C++ and perform operations on 3D vectors. The project is kept simple and clear to assist in understanding the core concepts of C++ classes and operator.