ShivaSaleh81's Stars
als1379/Movies-Analysis
Ali-Noghabi/git-workshop
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/Data-Structures-Course-Assignments
A collection of assignments from data structures and algorithms course.
aparsak/Simple-2048
A classic implementation of the 2048 puzzle game using HTML, CSS, and JavaScript.
aparsak/CPU-Scheduling-Algorithms-in-Rust
This repository contains implementations of three CPU scheduling algorithms written in Rust.
aparsak/Employee-Absenteeism-Analysis
An analytical project focused on exploring and predicting employee absenteeism using data mining and statistical techniques. It aims to identify patterns, trends, and potential factors contributing to workplace absences.
aparsak/Bankers-Algorithm-Simulator
Python implementation of the Banker's Algorithm for deadlock avoidance in resource management.
aparsak/FraudDetection-Classification-Clustering
A project for detecting credit card fraud using classification and clustering techniques. This repository includes data preprocessing, model training, and evaluation for effective fraud detection.
aparsak/CLI-Todo-List
A basic CLI task manager implemented in Golang, featuring task addition, listing, editing, deletion, and completion marking.
aparsak/Rainfall-Prediction-with-Machine-Learning
This project uses data preprocessing, feature engineering, and machine learning algorithms including K-Nearest Neighbors (KNN), Support Vector Machines (SVM), and Decision Trees to predict rainfall based on meteorological data.
aparsak/aparsak
aparsak/CORD19-TopicExtraction-TextMining
Text mining and analysis on the CORD-19 dataset, featuring tokenization, lemmatization, dimensionality reduction, clustering to find similar articles, and search optimization.
aparsak/Email-Verifier
A web-application that validates email addresses by checking their format, MX records, and domain. It provides detailed output on email validity and domain status.
maryamjbr/kakuropuzzle
backtracking algorithm with forward checking for solving Kakuro puzzle
maryamjbr/Pacman
use minimax algorithm for deciding Pacman move
maryamjbr/simple-calculator
simple calculator with java
maryamjbr/cpu_scheduling
task scheduler implemented in Rust
maryamjbr/chess-game
It's a simple version of chess game with java
maryamjbr/article_analysis
analyzing articles related to the coronavirus
maryamjbr/GAN
Generative Adversarial Network (GAN) for MNIST Digits
maryamjbr/Encoder-Decoder
Encoder-Decoder for Image Reconstruction
maryamjbr/classification_weather_condition_dataset
This project aims to perform clustering on a weather condition dataset and evaluate the clustering performance using ARI and NMI metrics
maryamjbr/MLP
This project involves the implementation of Multilayer Perceptron (MLP) and the Backpropagation Algorithm for the Neural Networks course. The project was completed collaboratively by a group. Other members of the group include Helia Sahabghadam and Shiva Saleh.
maryamjbr/clustering-and-classification
This GitHub project focuses on the analysis, clustering, and classification of credit card data.
maryamjbr/GA_clustering
use genetic algorithm for clustering
heliasah/Encoder-Decoder-on-MNIST-Dataset
PyTorch implementation of a convolutional autoencoder for MNIST
heliasah/classification-models-implementation
Implementation of KNN, Decision Tree and SVM for classification
heliasah/CPU-Scheduling-Algorithms
Rust implementation of CPU scheduling algorithms: FCFS, Round Robin, and SRTF.
sarinaheshmati/encoder-and-decoder-for-MNIST-using-Convolution