Skip to content
View MohammadYasinKarbasian's full-sized avatar
🎯
Always bet on yourself.
🎯
Always bet on yourself.

Block or report MohammadYasinKarbasian

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hi 👋, I'm Mohammad Yasin

Mohammad Yasin Karbasian

views

Github stats

MohammadYasinKarbasian MohammadYasinKarbasian

Languages and Tools

Contact me

Pinned Loading

  1. Community-Detection-On-OGBN-Arxiv Community-Detection-On-OGBN-Arxiv Public

    This repository contains the code and results of my Machine Learning on Graphs course project, where I applied various community detection methods to the OGBN-ArXiv dataset.

    Jupyter Notebook 1

  2. Top-Trading-Cycle Top-Trading-Cycle Public

    This repository contains a Python implementation of the Top Trading Cycle Algorithm, a mechanism for solving the problem of allocating indivisible items or resources among agents with preferences. …

    Python 3 1

  3. Stable-Marriage Stable-Marriage Public

    This repository contains a Python implementation of the Stable Marriage Algorithm, a mechanism for solving the stable marriage problem. The algorithm is widely used in the field of matching theory …

    Python 1

  4. Bank-system Bank-system Public

    This is my banking system project. This project uses PostgreSQL and python to track financial flows in the bank.

    PLpgSQL 1

  5. MAX-SAT-solver MAX-SAT-solver Public

    My MAX-SAT solver uses stochastic local search, tabu search, and simulated annealing.

    Python 2 1

  6. Sudoku-solver Sudoku-solver Public

    My sudoku solver using python

    Python