Pinned Repositories
Advanced-Programming-Assignments
A collection of assignments from advanced programming course.
Clustering-with-Genetic-Algorithm
Clustering the Iris Dataset with Genetic Algorithm.
Credit-Card-Fraud-Detection
Detecting credit card fraud using K-means and Logistic Regression.
Data-Structures-Course-Assignments
A collection of assignments from data structures and algorithms course.
GAN
Implementation of Generative Adversarial Networks (GAN) using PyTorch.
Machine_Learning_and_Data_Mining_Course_Assignment
Repository containing assignments and projects for the Machine Learning and Data Mining course.
Modified-PSO-for-finding-gapped-motifs-in-DNA
Modified PSO Algorithm for Identifying Gapped Motifs in DNA Sequences.
Neuromatch_DeepLearning_Project_Embedding_Evaluation
Extracting and comparing embeddings from EEG signals, images, and objects within images using respective pre-trained foundation models.
NFA-to-DFA
A Python script that converts a Non-deterministic Finite Automaton (NFA) to a Deterministic Finite Automaton (DFA) and checks string acceptance.
Pacman-with-Minimax
A minimax-based program that makes pacman rational.
sarinaheshmati's Repositories
sarinaheshmati/Clustering-with-Genetic-Algorithm
Clustering the Iris Dataset with Genetic Algorithm.
sarinaheshmati/Data-Structures-Course-Assignments
A collection of assignments from data structures and algorithms course.
sarinaheshmati/Modified-PSO-for-finding-gapped-motifs-in-DNA
Modified PSO Algorithm for Identifying Gapped Motifs in DNA Sequences.
sarinaheshmati/NFA-to-DFA
A Python script that converts a Non-deterministic Finite Automaton (NFA) to a Deterministic Finite Automaton (DFA) and checks string acceptance.
sarinaheshmati/Advanced-Programming-Assignments
A collection of assignments from advanced programming course.
sarinaheshmati/Credit-Card-Fraud-Detection
Detecting credit card fraud using K-means and Logistic Regression.
sarinaheshmati/encoder-and-decoder-for-MNIST-using-Convolution
sarinaheshmati/GAN
Implementation of Generative Adversarial Networks (GAN) using PyTorch.
sarinaheshmati/Kakuro-backtracking-AC-3
An implementation of the Kakuro game using simple Backtracking and backtracking with AC-3 algorithm.
sarinaheshmati/Minimum-cost-flow-3-algorithms
Implementation of three algorithms (Cycle canceling, Successive shortest path, Capacity scaling) to solve the Minimum Cost Flow problem.
sarinaheshmati/MLP_without_numpy
sarinaheshmati/Pacman-with-Minimax
A minimax-based program that makes pacman rational.
sarinaheshmati/Preprocess-and-SVM-KNN-Decision-tree-for-predicting-weather
sarinaheshmati/sample_postgres_api
sarinaheshmati/Image-Processing-Course-Assignment
Repository for assignments related to the Image Processing course.
sarinaheshmati/Numerical-Linear-Algebra-Course-Assignment
A repository for assignments related to a Numerical Linear Algebra course.
sarinaheshmati/Machine_Learning_and_Data_Mining_Course_Assignment
Repository containing assignments and projects for the Machine Learning and Data Mining course.
sarinaheshmati/Neuromatch_DeepLearning_Project_Embedding_Evaluation
Extracting and comparing embeddings from EEG signals, images, and objects within images using respective pre-trained foundation models.
sarinaheshmati/Artificial-Intelligence-Course-Assignment
A collection of course assignments and projects for exploring key concepts in Artificial Intelligence.
sarinaheshmati/Lecture-Slides-Data-Mining-Artificial-Intelligence-AUT-Conference
Lecture Slides on Data Mining in Artificial Intelligence at AUT Conference: Discussing pseudocounts for transcription factor binding sites.
sarinaheshmati/sarinaheshmati
sarinaheshmati/Simple-KAN
Simple KAN: Kolmogorov-Arnold Networks - A simple implementation of Kolmogorov-Arnold Networks.