MahanVeisi8's Stars
explainingai-code/DDPM-Pytorch
This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch
navidadkhah/puzzle-maze-game
A simple maze puzzle that contains sub-puzzles to solve to unlock walls and the player can pass to reach the goal.
MehdiShahbazi/AirSim-Multirotor-Bug2-Algorithm
Python implementation of Bug2 algorithm to navigate a quadcopter/multirotor in the AirSim simulator.
mohammadhashemii/Bug-Algorithms-Simulation
Python implementation of Bug algorithms on 3-wheel omnidirectional and Webots simulation.
MehdiShahbazi/Webots-reinforcement-navigation
Implementing obstacle avoidance and path planning for the Pioneer 3-DX robot using Python, PyTorch, and the deep reinforcement learning algorithm REINFORCE in the Webots Simulator.
taindp98/ConAN-FGW
🧬 Official implementation of Structure-Aware E(3)-Invariant Molecular Conformer Aggregation Networks [ICML 2024]
ChengyiLIU-cs/Generative-Diffusion-Models-on-Graphs
kiananvari/CMRRecon
Mohammad-Momeni/Hand-of-the-King
MortezaMahdaviMortazavi/SoftPrompTuning
bndr/pipreqs
pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
DarrenPan/Awesome-ICCV2023-Low-Level-Vision
A Collection of Papers and Codes in ICCV2023/2021 about low level vision
i4mShayan/Lord-of-the-Coins
A game implementing three search agents (DFS, BFS, and A*) to solve puzzles
hellopipu/PromptMR-plus
Rethinking Deep Unrolled Model for Accelerated MRI Reconstruction
Andrew0613/X-Restormer
ECCV2024:A Comparative Study of Image Restoration Networks for General Backbone Network Design
kiananvari/ComputerVision-TA
cschenxiang/NeRD-Rain
Bidirectional Multi-Scale Implicit Neural Representations for Image Deraining (CVPR 2024)
cschenxiang/DRSformer
Learning A Sparse Transformer Network for Effective Image Deraining (CVPR 2023)
Amazingren/AnyIR
The official Pytorch Implementation of AnyIR for All in One Image Restoration
Bahram03/RISC-V-Microprogrammed
Amirmohammadpiran/Deep-Reinforcement-Learning
In this repo, I implemented some popular Deep-RL algorithms like DQN and SARSA. Hope you enjoy!
Amirmohammadpiran/AR-Carpet
In this repo, I implemented a demo that uses state-of-the-art models to visualize carpets inside images!
longzilicart/pip_universal
kiananvari/Statistical-Distance-Guided-Unsupervised-Domain-Adaptation-for-Automated-Multi-Class-CMR-IQA
This repository contains the official implementation of the paper titled "Statistical Distance-Guided Unsupervised Domain Adaptation for Automated Multi-Class Cardiovascular Magnetic Resonance Image Quality Assessment".
MortezaMahdaviMortazavi/LLM-TuneEval
LLM-TuneEval is a powerful toolkit for fine-tuning, inference, evaluation, and preprocessing of large language models. It offers easy-to-use scripts and utilities to help customize, deploy, and assess language models efficiently. Perfect for researchers and developers looking to streamline their NLP workflows
Stability-AI/StableCascade
Official Code for Stable Cascade
hiddify/hiddify-app
Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free.
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
i4mShayan/Persian-Name-Gender-Prediction
An exploration of various models and approaches for predicting gender based on Persian names
MahanVeisi8/Readahead-Optimization-Using-ML-Models
Implements Decision Trees, Neural Networks, and Random Forests to optimize the Readahead feature in Linux. Includes data preprocessing, feature selection, and model training for dynamic workload classification and system performance improvement.