Pinned Repositories
allihaider
course-v3
The 3rd edition of course.fast.ai
docs
TensorFlow documentation
Google-Images-scraping-tool
The following code uses the fast.ai library to scrape images from a google image search
Image-Classification-using-Resnet34
The following notebook trains a neural network classifier based on Resnet34 that is able to differentiate between 120 different species of dogs with over 85% accuracy. The network is trained using the fast.ai library which is built on top of pytorch. The Stanford Dogs Dataset is utilized for training.
image-preprocessing-techniques
Jupyter notebook containing various image preprocessing techniques and their implementations in python.
Semantic-Segmentation-on-Medical-Images
The repository contains code that was used to semantically segment dental pathologies on a real-world dental radiograph dataset
Semantic-Segmentation-using-Unet
The following colab notebook attempts scene parsing using a pre-trained U-net architecture
spacy-example-medium-article
The jupyter notebook is meant to be a complementary resource to my medium article on semantic analysis with spacy
SVM-example-for-medium-article
This repository contains code that visualizes the decision boundary of a support vector machine model on a 3-D dataset. It is meant to be a supplement to the related medium article.
allihaider's Repositories
allihaider/Image-Classification-using-Resnet34
The following notebook trains a neural network classifier based on Resnet34 that is able to differentiate between 120 different species of dogs with over 85% accuracy. The network is trained using the fast.ai library which is built on top of pytorch. The Stanford Dogs Dataset is utilized for training.
allihaider/spacy-example-medium-article
The jupyter notebook is meant to be a complementary resource to my medium article on semantic analysis with spacy
allihaider/Google-Images-scraping-tool
The following code uses the fast.ai library to scrape images from a google image search
allihaider/Semantic-Segmentation-on-Medical-Images
The repository contains code that was used to semantically segment dental pathologies on a real-world dental radiograph dataset
allihaider/allihaider
allihaider/course-v3
The 3rd edition of course.fast.ai
allihaider/docs
TensorFlow documentation
allihaider/image-preprocessing-techniques
Jupyter notebook containing various image preprocessing techniques and their implementations in python.
allihaider/Semantic-Segmentation-using-Unet
The following colab notebook attempts scene parsing using a pre-trained U-net architecture
allihaider/SVM-example-for-medium-article
This repository contains code that visualizes the decision boundary of a support vector machine model on a 3-D dataset. It is meant to be a supplement to the related medium article.
allihaider/docs-1
allihaider/facial-keypoint-detection
allihaider/fastai-v3
Starter app for fastai v3 model deployment on Render
allihaider/Intercity-Planning-Dijkstra-Java-
allihaider/K-Nearest-Neighbors
A quick and easy K-Nearest Neighbors implementation
allihaider/keras-io
Keras documentation, hosted live at keras.io
allihaider/leetcode-solutions
allihaider/load-tracking
allihaider/PepsiCo-Potato-Chip-Quality-Control
allihaider/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
allihaider/Social-media-sentiment-analysis
Under development
allihaider/spacy-NER
allihaider/stream-object-detection
allihaider/TransUNet-KP
This repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
allihaider/YOLOv3-Object-Detection
YOLOv3 Object Detection in Keras