Pinned Repositories
amazon-reviews-scrapy
Scrapy spider to scrape amazon product reviews.
computer-vision-assignment
Zombie Detection and UNet Segmentation from Advanced Computer Vision with TensorFlow of TensorFlow: Advanced Techniques Specialization.
covid-fake-news-classification
A text classification project, implementing algorithms based on Machine Learning, Deep Learning and Transformers from HuggingFace.
covid19-xray-pytorch
Covid19 x-ray classification using mnasnet and alexnet in pytorch.
id3-weather-scratch
Decision Tree (ID3-Algorithm) Weather Dataset in Java from Scratch.
iufs-feature-selection
A Pandas implementation of Entropy, Gini and Information Gain(I.G).
neural-net-pso
A neural network trained for Iris flower data-set classification using Particle Swarm Optimization.
neural-net-scratch
A multi-layer perceptron trained using Backpropagation in Java for Multi-class Classification.
particle-swarm-optimization
An implementation of Particle Swarm Opimization(PSO) in C++ and Python lists, Numpy arrays and Numpy Vectorization in python.
sst-deep-tensorflow
A tensorflow 2.0 based implementation of RNN, LSTM, GRU, BI-LSTM and Conv-1d for Sentiment Tree Bank dataset by Richard Socher of Stanford University.
zeahmd's Repositories
zeahmd/neural-net-pso
A neural network trained for Iris flower data-set classification using Particle Swarm Optimization.
zeahmd/particle-swarm-optimization
An implementation of Particle Swarm Opimization(PSO) in C++ and Python lists, Numpy arrays and Numpy Vectorization in python.
zeahmd/amazon-reviews-scrapy
Scrapy spider to scrape amazon product reviews.
zeahmd/iufs-feature-selection
A Pandas implementation of Entropy, Gini and Information Gain(I.G).
zeahmd/computer-vision-assignment
Zombie Detection and UNet Segmentation from Advanced Computer Vision with TensorFlow of TensorFlow: Advanced Techniques Specialization.
zeahmd/covid-fake-news-classification
A text classification project, implementing algorithms based on Machine Learning, Deep Learning and Transformers from HuggingFace.
zeahmd/covid19-xray-pytorch
Covid19 x-ray classification using mnasnet and alexnet in pytorch.
zeahmd/gpt2-sentiment-analysis
A transfer learning approach for sentiment analysis using gpt2.
zeahmd/sst-deep-tensorflow
A tensorflow 2.0 based implementation of RNN, LSTM, GRU, BI-LSTM and Conv-1d for Sentiment Tree Bank dataset by Richard Socher of Stanford University.
zeahmd/sst-transformers
An implementation of transfer learning of state of the art transformer language models using hugging-face and pytorch.
zeahmd/vision-transformers
An unofficial implementation of Vanilla Vision Transformer and Cross Vision Transfromer.
zeahmd/id3-weather-scratch
Decision Tree (ID3-Algorithm) Weather Dataset in Java from Scratch.
zeahmd/neural-net-scratch
A multi-layer perceptron trained using Backpropagation in Java for Multi-class Classification.
zeahmd/calorie-tracker-android
Calorie Tracker keeps track of your calories intake for each day.
zeahmd/diffusion-models
An unofficial implementation of "Improved Denoising Diffusion Probabilistic Models" along with classifier-free guidance.
zeahmd/distilled-enr
zeahmd/flask-rest-api
A Flask REST API with signup, login, token authentication and upload images.
zeahmd/InterleavingStringsDynamicProgrammingJavaFx
Interleaving Strings Dynamic Programming JavaFx
zeahmd/inverse-rendering-report
MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
zeahmd/knowledge-distillation-tpu
A Satellite Images Classifier Knowledge Distillation performed using ResNet and simple ConvNet. The models were trained on TPU.
zeahmd/machine-learning-essential
An introduction to Numpy, Pandas & IPython widgets.
zeahmd/neural-net-pytorch
Some examples of neural networks designed and trained using pytorch.
zeahmd/panoptic-lifting
[CVPR23 Highlight] Implementation for Panoptic Lifting
zeahmd/platinum-business-analytics
A feedback tracking solution for Amazon, Rotten Tomatoes reviews and website keyword mentions.
zeahmd/retrofit-flask-android
This android project access Flask REST API using Retrofit.
zeahmd/rotten-tomatoes-reviews-scrapy
Scrapy spider scraping amazon movie or season reviews.
zeahmd/tensorflow-advance-techniques
Tensorflow: Advance Techniques (Coursera)