Pinned Repositories
-Football-playground-reservation-software-program-using-Java-without-interface-
-Handwritten-Digit-Recognizer-
Handwritten digit recognizer using different models to display the practical suitability of each one.
A.DenseNet
an implementation of Additive DenseNet
clustering-american-congress-votes
Clustering American Congress votes using K-means and C-means clustering techniques.
CNN-Image-Colourizer
CNN-based autoencoder network to colourize greyscale images.
Finetuning-YOLOv5
Finetuning YOLOv5 on Blood cell count dataset, in PyTorch using roboflow
ResNet-CIFAR10
An efficient Implementation of ResNet in PyTorch on CIFAR-10.
Semantic-Segmentation-Using-Unet
An implementation of semantic segmentation model utilising the U-Net architecture in Tensorflow.
U-ResNet-image-colourization
A U-Net model with residual connections for image colourization in pytorch.
VAE-pytorch
Variational Autoencoder in pytorch, there are two notebooks, one for training and the other implements a simple GUI.
Ali-12122's Repositories
Ali-12122/-Handwritten-Digit-Recognizer-
Handwritten digit recognizer using different models to display the practical suitability of each one.
Ali-12122/Finetuning-YOLOv5
Finetuning YOLOv5 on Blood cell count dataset, in PyTorch using roboflow
Ali-12122/VAE-pytorch
Variational Autoencoder in pytorch, there are two notebooks, one for training and the other implements a simple GUI.
Ali-12122/-Football-playground-reservation-software-program-using-Java-without-interface-
Ali-12122/A.DenseNet
an implementation of Additive DenseNet
Ali-12122/clustering-american-congress-votes
Clustering American Congress votes using K-means and C-means clustering techniques.
Ali-12122/CNN-Image-Colourizer
CNN-based autoencoder network to colourize greyscale images.
Ali-12122/Command-Line-Interface-Simulator
A CLI to simulate the functions of some linux commands.
Ali-12122/Denoising-Autoencoder-PyTorch
An implementation of a Denoising Autoencoder in PyTorch.
Ali-12122/DenseNeXt
DenseNeXt is a a CNN which integrates the inception module into the DenseNet architecture.
Ali-12122/Enhanced-Inception-Module
An Enhanced version of the famous Inception module, for a research paper that is yet to be published.
Ali-12122/PCA-image-compression-reconstruction
Using PCA to compress and reconstruct an image
Ali-12122/ResNet-CIFAR10
An efficient Implementation of ResNet in PyTorch on CIFAR-10.
Ali-12122/Semantic-Segmentation-Using-Unet
An implementation of semantic segmentation model utilising the U-Net architecture in Tensorflow.
Ali-12122/U-ResNet-image-colourization
A U-Net model with residual connections for image colourization in pytorch.
Ali-12122/Iris-GNB
Classification on the Iris dataset using the gaussian naive bayes classifier.
Ali-12122/ivy
The Unified Machine Learning Framework
Ali-12122/logistic-regression
Implementation of logistic regression.
Ali-12122/MNIST-handwritten-digit-recognizer-using-centroids
MNIST handwritten digit recognizer using image centroids as data features.
Ali-12122/N-bit-ALU-vl
Implementation of a Verilog program to simulate an N-bit ALU.
Ali-12122/Online-Library-System
An Online library system without an interface.
Ali-12122/Partial-DHCP-Server
text-based partial simulation of the behavior of a DHCP server.
Ali-12122/PCA-from-scratch
an implementation of PCA from scratch
Ali-12122/Robotic-arm-MSCAdams
Design of a Robotic arm in MSCAdams
Ali-12122/Sum-Avg-Assembly
Implementation of an assembly program to compute the sum and average of N floating point numbers.
Ali-12122/SWE-HW4-GoFo
this is the Software engineering assignment repo
Ali-12122/Treap-Mini-social-Network
Implementation of a mini-social network system based on the Treap data structure.
Ali-12122/Word2Vec
Implementation of word2vec using tensorflow