Alireza Moazeni's repositories
computer-vision-practices
This repository contains all resources and practices for computer vision tasks
cyclic-graph-to-spanning-tree
In this python script, you can create an undirected graph then convert it to a acyclic graph
gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
Intrinsic-PAPR
Official implementation for "Intrinsic PAPR for Point-level 3D Scene Albedo and Shading Editing"
object-detection-ssd
In this project we are going to implement a system which use CNN to detect objects in a picture using SSD algorithm
predict-airline-passangers
international airline passenger time series prediction
Reinforcement_Learning_Specialization
This repository contains my programming assignment for the Reinforcement Learning Specialization course of the University of Alberta on Coursera
IR-search-engine
Information retrieval course project
ADOP
Original ADOP source code -> baseline comparison for NeurIPS 2023
amoazeni75.github.io
Personal Homepage and Resume
build-caffe-compute-canada
How to build Caffe on Compute Canada servers. (Beluga and Cedar)
cmpt769_project
Final Project of CMPT 769, computational photography
data-mining-HWs
This repository contains HWs of data mining course
dciknn_cuda
This is the CUDA GPU implementation + Python interface (using PyTorch) of DCI. The paper can be found at https://arxiv.org/abs/1512.00442.
diabetes-classification
Creating simple ANN with the help of Keras library for binary-classification
Digital_Geometry_Processing_HWs
Homeworks and Labs for the Digital Geometry Processing. Intstructor: Andrea Tagliasacchi, Spring 2023, SFU
DSS
Differentiable Surface Splatting, NeurIPS 2023 baseline comparison
handwritng-digit-CNN
In this project we will discover how to develop a deep learning model to achieve near state-of-the-art performance on the MNIST handwritten digit recognition task
image-poisson-blending
Poisson blending of images
image-processing-dithering
In this project, we are going to implement some common algorithms in image processing field specifically image dithering
keras-models-general-ML
In this project we will discover how we can use deep learning models from Keras with the scikit-learn library in Python
multiclass-Classification-ML
In this project tutorial we will discover how we can use Keras to develop and evaluate neural network models for multiclass classification problems
NST_BS_Project
My B.S. project codes, thesis, etc. "Neural Style Transfer Web Application"
OptimalTransportModeling
The repository contains reproducible PyTorch source code of our paper Generative Modeling with Optimal Transport Maps, ICLR 2022.
predict-sentiment-movie-reviews
In this project we will discover how we can predict the sentiment of movie reviews as either positive or negative in Python using the Keras deep learning library
sequence-classification-movie-reviews
In this project we are going to create a network to predict a category for the sequence.
web-programming-Reyhoon
Developing Reyhoon website front-end and back-end for web programming course