Pinned Repositories
applied-linear-algebra-lab
Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.
AIC20-Game
game server, maps, and documents of AI Challenge 2020
CAI-Spring-2023
factorizing-mmvae
Multimodal Mixture-of-Experts VAE
Karatsuba-Multiplication
MIDI-Player
C code for reading and playing MIDI file.
Quoridor-with-enhanced-min-max
This homework is about Implementing a smart agent to play Quoridor, using Min-max, a heuristic function, Transposition Table and forward pruning. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
SeaBattle-game
Strassen-s-Matrix-Multiplication
Unsupervised-Visual-Feature-Learning-with-DCGAN-and-AE
Using Deep Convolutional GAN's discriminator and Encoder of AE as a feature extractor to classify DomainNet images with a random forrest (the "real" domain))
hamedrq7's Repositories
hamedrq7/MIDI-Player
C code for reading and playing MIDI file.
hamedrq7/Karatsuba-Multiplication
hamedrq7/AIC20-Game
game server, maps, and documents of AI Challenge 2020
hamedrq7/Quoridor-with-enhanced-min-max
This homework is about Implementing a smart agent to play Quoridor, using Min-max, a heuristic function, Transposition Table and forward pruning. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
hamedrq7/SeaBattle-game
hamedrq7/Strassen-s-Matrix-Multiplication
hamedrq7/TicTacToe-MiniMax
hamedrq7/CAI-Spring-2023
hamedrq7/Computer-Vision-HW2
This is a homework about filtering images in frequency domain for Computer vision course @ FUM.
hamedrq7/factorizing-mmvae
Multimodal Mixture-of-Experts VAE
hamedrq7/Magnet-puzzle-as-a-CSP
This is a homework about Formulating a game called "Magnet Puzzle" into CSP, then using Backtracking, Forward Checking to solve it. Various heuristics such as MRV, LCV, Arc consistency (AC3) is used to improve the searching performance. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
hamedrq7/Solving-Problems-by-Searching
This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
hamedrq7/Unsupervised-Visual-Feature-Learning-with-DCGAN-and-AE
Using Deep Convolutional GAN's discriminator and Encoder of AE as a feature extractor to classify DomainNet images with a random forrest (the "real" domain))
hamedrq7/Canonical-Huffman-coding
Encodes .txt file into a binary file using canonical huffman coding and decodes binary file into original text.
hamedrq7/Classification-using-MLP-and-kernel-trick
This is a homework about supervised learning and kernel trick for machine learning course @ FUM.
hamedrq7/Clustering-practice
This is a homework about Clustering for machine learning course @ FUM.
hamedrq7/Computer-Vision-HW1
This is a homework about Edge detection, various image filters and image transformation for Computer vision course @ FUM.
hamedrq7/Computer-vision-HW4
This is a homework about Color Image Processing for Computer Vision course @ FUM.
hamedrq7/hamedrq7.github.io
personal website
hamedrq7/hold-me-tight-CL-exps
Source code of "Hold me tight! Influence of discriminative features on deep network boundaries"
hamedrq7/microscopic-language-antlr
microscopic language with ANTLR4
hamedrq7/NFA-to-minimal-DFA-Java
Java code to transform NFA to minimal DFA and check string acceptance.
hamedrq7/Reinforcement-Learning-Spring-2023
This repo contains HomeWorks of Reinforcement Learning graduate course at Ferdowsi University of Mashhad
hamedrq7/Sentiment-Classification-on-Amazon-review-dataset
hamedrq7/Transfer-Learning-for-image-classification