alireza1325
I love using AI and ML algorithms to solve real-world problems and have a great passion for microcontrollers, Matlab, and Simulink.
Canada
Pinned Repositories
ANC-secondary-path-estimation
The adaptive FIR filter is implemented to estimate acoustic secondary path in active noise cancelation in real-time.
CUDA-image-processing
In this repo, the image blur function is implemented using CUDA and OpenCV.
Energy-Harvesting-Backpack
An Efficient Design of an Energy Harvesting Backpack for Remote Applications
GPU-image-processing-with-OpenCL
GPU kernel is created for bluring an imaging using OpenCL
Just-for-fun
Voice controllable RC car
MNIST-dataset-classification-using-CUDA
This project aims to train a simple fully connected neural network with one hidden layer for MNIST dataset classification using CUDA programming in C++
MPI-image-blur
In this project we will be partitioning images over rows and sending pieces of images (collections of rows) to other processes for image processing.
Simscape-hydraulic-power-plant
The simscape model of a hydraulic power plant is provided in this repository.
Smart-anomaly-detection-device
A deep autoencoder is trained on the STM32 microcontroller to automatically detect the rotary machine's fault.
STM32-microcontroller-fault-detection-device
Development of a smart gadget for fault detection in rotating machines by implemention of Mahalanobis Distance on an MCU
alireza1325's Repositories
alireza1325/ANC-secondary-path-estimation
The adaptive FIR filter is implemented to estimate acoustic secondary path in active noise cancelation in real-time.
alireza1325/Energy-Harvesting-Backpack
An Efficient Design of an Energy Harvesting Backpack for Remote Applications
alireza1325/MNIST-dataset-classification-using-CUDA
This project aims to train a simple fully connected neural network with one hidden layer for MNIST dataset classification using CUDA programming in C++
alireza1325/Simscape-hydraulic-power-plant
The simscape model of a hydraulic power plant is provided in this repository.
alireza1325/CUDA-image-processing
In this repo, the image blur function is implemented using CUDA and OpenCV.
alireza1325/GPU-image-processing-with-OpenCL
GPU kernel is created for bluring an imaging using OpenCL
alireza1325/Just-for-fun
Voice controllable RC car
alireza1325/MPI-image-blur
In this project we will be partitioning images over rows and sending pieces of images (collections of rows) to other processes for image processing.
alireza1325/Smart-anomaly-detection-device
A deep autoencoder is trained on the STM32 microcontroller to automatically detect the rotary machine's fault.
alireza1325/STM32-microcontroller-fault-detection-device
Development of a smart gadget for fault detection in rotating machines by implemention of Mahalanobis Distance on an MCU
alireza1325/Object-tracking-using-MNC
Maximal Nucleus Clusters (MNC) was utilized to track location of cars in street with MATLAB
alireza1325/Parallel-bucket-sort
In this repo, the parallel bucket sort is implemented using MPI. Furthermore, one function is written to find the desired median and broadcast the median value and the processor rank that has it to all processors.
alireza1325/Parallel-Cellular-Automata
Serial and parallel Elementary Cellular Autometa (ECA) is implemented with MPI.
alireza1325/Simulation-of-Vibrations-of-particle-sensing-MEMS
Calculate the tip deflection of micro-cantilevers and micro-bridges that have numerous applications in scanning microscopy, energy harvesting, wafer probes, and bio-sensors.
alireza1325/Stock-Prices-Prediction
Developed simple RNN, LSTM and GRU networks for predicting future google and yahoo stock prices.