Pinned Repositories
ai-simple-task
یک پروژه ساده برای کارآموزی
AI_booklet_CE-AUT
Booklet and exam of Artificial Intelligence Master Degree at Amirkabir University of technology.
computer_architecture_project
exmine and modify cache structure.
corridor_game_ai_project
coridor game implementation using min-max tree with genetic optimization.
Cursed_Station_ML_Project
A simple machine learning project that uses regression in GMM (Gaussian Mixture Model ) space in order to estimate population in different stations.
Facial_Image_Morphing
Morphing faces together using triangulation and affine transformation for natural geometric transform of the faces.
Facial_Recognition_Frequency_Domain
Recognize face images using MACE (Minimum Average Correlation Energy) Filter in the Fourier Domain.
Image_Blending_Using_Laplacian_And_Guassian_Filters
Mixing two image using a mask. We make a set of Laplace transformed images and blend them using Gaussian transformed masks to make a natural boundary.
usb_nao_bot
Reinforcement learning experiments in webots environment. DDPG, TD3 and PPO-Clip algorithms are written in python language.
usb_omni_bot
Shahid Beheshti University omni directional robot proto with a simple wall following controller.
KKMOfficial's Repositories
KKMOfficial/Facial_Image_Morphing
Morphing faces together using triangulation and affine transformation for natural geometric transform of the faces.
KKMOfficial/Facial_Recognition_Frequency_Domain
Recognize face images using MACE (Minimum Average Correlation Energy) Filter in the Fourier Domain.
KKMOfficial/Image_Blending_Using_Laplacian_And_Guassian_Filters
Mixing two image using a mask. We make a set of Laplace transformed images and blend them using Gaussian transformed masks to make a natural boundary.
KKMOfficial/usb_nao_bot
Reinforcement learning experiments in webots environment. DDPG, TD3 and PPO-Clip algorithms are written in python language.
KKMOfficial/ai-simple-task
یک پروژه ساده برای کارآموزی
KKMOfficial/AI_booklet_CE-AUT
Booklet and exam of Artificial Intelligence Master Degree at Amirkabir University of technology.
KKMOfficial/computer_architecture_project
exmine and modify cache structure.
KKMOfficial/corridor_game_ai_project
coridor game implementation using min-max tree with genetic optimization.
KKMOfficial/Cursed_Station_ML_Project
A simple machine learning project that uses regression in GMM (Gaussian Mixture Model ) space in order to estimate population in different stations.
KKMOfficial/deepnn_project
NAS algorithm used to find an optimum architecture for image classifier.
KKMOfficial/usb_omni_bot
Shahid Beheshti University omni directional robot proto with a simple wall following controller.
KKMOfficial/Digital_Image_Processing_Project_Global_Image_Denoising_Paper_Implementation
In this project, a global image denoising algorithm [H. Talebi and P. Milanfar, “Global Image Denoising,” IEEE Transactions on Image Processing, vol. 23, no. 2, pp. 755–768, Feb. 2014.] is implemented and results are provided in the report file.
KKMOfficial/dynaGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
KKMOfficial/embedded_systems_project
complete implementation of a hypothetical heating system, all V-pattern design desciplines are considered. also test results are attached.
KKMOfficial/Image_Stitching
Stitch Images together using SIFT algorithm to find features, Euclidian norm to assess features' similarity, RANSAC to image registration and Image Blending to make the final image.
KKMOfficial/Information_Retrieval_Mini_Projects
Tensor-Based implementation of vector-based, BMI, BM25, W2V, Unigram and Bigram models from my information retrieval course.
KKMOfficial/logic_circuits_8bit_processor
description of a simple 8bit processor.
KKMOfficial/logic_circuits_shiftAndAdd_Multiplier
gate level description of a simple 8bit shift and add multiplier.
KKMOfficial/Main-Project-2
KKMOfficial/microprocessors_project
Implementation of a simple oscilloscope, read attached pdf file to gain more info.
KKMOfficial/modular-diffusion-modified
Python library for designing and training your own Diffusion Models with PyTorch.
KKMOfficial/PIDNet-Modified
A modified version of the PIDNet fine tuned on our customized dataset.
KKMOfficial/Pipeline-Processor
Implementation of a pipeline processor in verilog language.
KKMOfficial/robotics_bug_algo
robotics project, contains bug1 and bug2 algorithms.
KKMOfficial/Simple_Verilog_Modules
BCD ADDER, ALU74181 and 32BitMultiplier are implemented in verilog language.
KKMOfficial/Single-Cycle-Mini-Processor
Description of a mini-processor in verilog!
KKMOfficial/Tetris-Assmebly
Some Good'Ol Tetris game!
KKMOfficial/vq-vae-dynamic
Implementation of VQ-VAE, originally made for audio but modified for dynamic state representation.
KKMOfficial/VQVAE-Dynamic-State
VQVAE model forked from other repositories used in the context of encoding and decoding of the state space of humanoid robots
KKMOfficial/yolact-modified
A modified version of the yolact model with a simple framework for sanity check of training procedure.