Pinned Repositories
beacon-defense-strategies
Adaline
ADALINE (Adaptive Linear Neuron) implementation for predicting X and O characters in python
Conditional-DCGAN
Conditional Deep Convolutional GAN implementation using pytorch on MNIST dataset.
Iris-Identification
This project is an implementation of iris dataset identification using edge detection, Hough transform, and Daugman normalization. We also employ a Siamese network with contrastive loss for identification.
Object-Detectives
A survey of object detection papers with notes, links, and other details, along with run experiments and results.
Object_Detection_Counting_RetinaNet
Object Detection and Counting them by pretrained RetinaNet model on COCO dataset
Reinforcement-Learning-Playground
Implementation of various RL algorithms in Python using Gym and Pytorch.
Road-Optimization
Optimize roads on infraworks to not disrupt coverages
Solving-Porblems-By-Searching-BFS-DFS-UCS-DLS-IDS-BS-
This repo contains different search algorithms(BFS, DFS, UCS, DLS, IDS, BS) implemented from scratch in python.
U-Net-Semantic-Segmentation
U-Net semantic segmentation implementation on Cam-Vid dataset using pytorch.
sobhanshukueian's Repositories
sobhanshukueian/Conditional-DCGAN
Conditional Deep Convolutional GAN implementation using pytorch on MNIST dataset.
sobhanshukueian/Iris-Identification
This project is an implementation of iris dataset identification using edge detection, Hough transform, and Daugman normalization. We also employ a Siamese network with contrastive loss for identification.
sobhanshukueian/Object-Detectives
A survey of object detection papers with notes, links, and other details, along with run experiments and results.
sobhanshukueian/Adaline
ADALINE (Adaptive Linear Neuron) implementation for predicting X and O characters in python
sobhanshukueian/Object_Detection_Counting_RetinaNet
Object Detection and Counting them by pretrained RetinaNet model on COCO dataset
sobhanshukueian/River-Crossing-Problem-by-DLS
Solving River Crossing Problem using Depth-Limited-Search algorithm in python.
sobhanshukueian/Solving-Porblems-By-Searching-BFS-DFS-UCS-DLS-IDS-BS-
This repo contains different search algorithms(BFS, DFS, UCS, DLS, IDS, BS) implemented from scratch in python.
sobhanshukueian/Twitter-Text-Classification-Using-ML
This repository contains machine learning models in Python for classifying Twitter text data.
sobhanshukueian/U-Net-Semantic-Segmentation
U-Net semantic segmentation implementation on Cam-Vid dataset using pytorch.
sobhanshukueian/BYOL
BYOL unsupervised learning model implementation using pytorch on CIFAR10 dataset
sobhanshukueian/DCGAN
Deep Convolutional GAN implementation using pytorch on MNIST dataset.
sobhanshukueian/Reinforcement-Learning-Playground
Implementation of various RL algorithms in Python using Gym and Pytorch.
sobhanshukueian/Variational-Auto-Encoder
Variational Auto Encoder implementation on MNIST using pytorch.
sobhanshukueian/Can-U-net-learn-pose-estimation
sobhanshukueian/Denoising-AutoEncoder
Clean up data using AE that is implemented using pytorch.
sobhanshukueian/Dog_Breed_Detection
Dog Breed Detection Implementation using Transfer Learning in Python and Tensorflow
sobhanshukueian/Face-Identification-using-Siamese
Face Identification using Siamese Networks on AT&T dataset.
sobhanshukueian/FCN-semantic-segmentation
FCN semantic segmentation implementation in CamVid dataset using pytorch
sobhanshukueian/first-MLOPS-
sobhanshukueian/GAN
Simple generative adversarial network implementation using pytorch on MNIST dataset.
sobhanshukueian/Machine-Learning-Projects-from-scratch
This repo contains some machine learning algorithm's projects
sobhanshukueian/me
sobhanshukueian/ML-exercises
sobhanshukueian/Perceptron
Perceptron ( single layer neural network ) Implementation in Python
sobhanshukueian/personal-site
My personal site implementation using ReactJs.
sobhanshukueian/SimCLR
SimCLR unsupervised learning model implementation using pytorch on CIFAR10 dataset.
sobhanshukueian/Simple-classification-using-deep-learning-on-MNIST
Simple classification implementation on MNIST dataset using pytorch
sobhanshukueian/Starting-Go
I've got my spurs on and I'm ready to practice some Go code in this here repository!
sobhanshukueian/Style-Transfer
Transfer Style of images using neural networks
sobhanshukueian/TSP-GA
Solve traveling sales man problem using genetic algorithms in python.