Pinned Repositories
Anamoly_detection_matlab
Coursera-Machine_Learning
Machine Learning in MATLAB
Coursera_Reinforcement_Learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Data-Compressor-on-FPGA
Analytical Reading and VHDL implementation of Huffman Coding on FPGA
Deep-Learning-Coursera
Detection_weld_defect
Detection of weld defect types using CNN
DPS_AI
project_landmark_classification_geotagging
Classification problem for 50 classes. Uses transfer learning, CNN, data preprocessing, augmentation.
Robotics
MATLAB codes for robotiks projects in university. The simulator used is coppeliasim.
VHDL-FPGA
These are some programs that I wrote in VHDL for FPGA programming. Zynq Soc-7000 series
Sam4896's Repositories
Sam4896/Robotics
MATLAB codes for robotiks projects in university. The simulator used is coppeliasim.
Sam4896/Data-Compressor-on-FPGA
Analytical Reading and VHDL implementation of Huffman Coding on FPGA
Sam4896/Anamoly_detection_matlab
Sam4896/Coursera-Machine_Learning
Machine Learning in MATLAB
Sam4896/Deep-Learning-Coursera
Sam4896/project_landmark_classification_geotagging
Classification problem for 50 classes. Uses transfer learning, CNN, data preprocessing, augmentation.
Sam4896/VHDL-FPGA
These are some programs that I wrote in VHDL for FPGA programming. Zynq Soc-7000 series
Sam4896/Coursera_Reinforcement_Learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Sam4896/Detection_weld_defect
Detection of weld defect types using CNN
Sam4896/DPS_AI
Sam4896/ESP8266-and-websocket
This is a small project that I attempted. I want to make a websocket or socketio, flask server and deploy it online. Then I wish to make a socket connection on ESP8266 connected to an arduino. By this, I wish to control the lights and sounds, remotely using WiFi, which is a gift that I wish to present to my friend. It's still under work.
Sam4896/GANs
Generative Adversarial Network
Sam4896/GaussianFilters.jl
Julia Package for discrete-time linear Gaussian parametric filtering systems, namely KF, EKF, UKF, GM-PHD
Sam4896/Mileage-prediction-autompg
A kaggle dataset "Autompg". Curve fitting using linear regression and neural network. Statistical analysis.
Sam4896/molecule-GNN-diffusion
Sam4896/niologic
911 call prediction.
Sam4896/nordic-probai-2024
Materials of the Nordic Probabilistic AI School 2024.
Sam4896/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Sam4896/Udacity_DNN_Pytorch
All the assignments done during Udacity course on deep learning. The repository include projects on DNN, CNN, Pytorch, Transfer Learning, Weight Initialisation and more
Sam4896/XML-PARSER
XML parser for the configuration files for FPGA on which NoC is implemented. The repository contains the XML schema, C++ parser for the same. Port and Hardware configuration files are produced as the output. The specifications of the parser were given by the mentor.