Pinned Repositories
8-puzzle-solver
Using Informed and Uninformed Search Algorithms to Solve 8-Puzzle
data-classification
Different classification models for MAGIC Gamma Telescope Data Set.
FaceRecognition-Eigenfaces
A simple face recognition model trained on a faces dataset and gave a very promising accuracy in identifying the people. PCA and LDA were used for dimensionality reduction and in finding the most dominant Eigenfaces. The results were predicted with a basic KNN classifier.
file-compressor
A program that compresses and decompresses files using huffman encoding and decoding
Image-Segmentation
A program that performs image segmentation; grouping similar pixels together. This program studies the effect of using K-Means and Spectral Clustering on the clustering results.
iris-dataset-visualization
A project that visualizes the Iris dataset using various techniques.
K_means-clustering
Implementing K-Means Clustering on CIFAR-10 Dataset
leetcode
Collection of LeetCode questions I solved!
naive-bayes
new-ids-generator
IngyBadawi's Repositories
IngyBadawi/8-puzzle-solver
Using Informed and Uninformed Search Algorithms to Solve 8-Puzzle
IngyBadawi/data-classification
Different classification models for MAGIC Gamma Telescope Data Set.
IngyBadawi/FaceRecognition-Eigenfaces
A simple face recognition model trained on a faces dataset and gave a very promising accuracy in identifying the people. PCA and LDA were used for dimensionality reduction and in finding the most dominant Eigenfaces. The results were predicted with a basic KNN classifier.
IngyBadawi/file-compressor
A program that compresses and decompresses files using huffman encoding and decoding
IngyBadawi/Image-Segmentation
A program that performs image segmentation; grouping similar pixels together. This program studies the effect of using K-Means and Spectral Clustering on the clustering results.
IngyBadawi/iris-dataset-visualization
A project that visualizes the Iris dataset using various techniques.
IngyBadawi/K_means-clustering
Implementing K-Means Clustering on CIFAR-10 Dataset
IngyBadawi/leetcode
Collection of LeetCode questions I solved!
IngyBadawi/naive-bayes
IngyBadawi/new-ids-generator
IngyBadawi/pencil
Simple paint simulation app using Angular framework and Firebase for user authentication
IngyBadawi/Simple-ATM-Simulator