Pinned Repositories
Advancing-Image-Classification-in-CIFAR-10-with-CNN-and-MobileNetV2-Transfer-Learning
Deep Learning Image Classification with CIFAR-10 Dataset Using CNN (with Transfer learning using MobileNetV2 architecture, pre-trained on the ImageNet dataset, for object detection on CIFAR-10 )
DataMining-Python
A series of Jupyter-Notebook files which explains fundamentals of python programming and famous libraries and also implementing data mining methods based on "Discovering Knowledge in Data-An Introduction to Data Science" book.
easy21
Solving easy21 assigment from RL class by David Silver; A practical guide to get started with RL for beginners.
Exploring-Neural-Network-Fundamentals-Image-Compression-with-Multi-Layer-Perceptron
Multi Layer Perceptron Image Compression: Implementation from Scratch
Perceptrone-and-Adaline-Implementation-from-Scratch
Perceptrone and Adaptive Linear Neuron (Adaline) Implementation from Scratch
Polynomial-Interpolation-using-QR-Decomposition-with-Gram-Schmidt-in-python
Polynomial Interpolation using QR Decomposition with Gram-Schmidt in python
Reinforced-Recommender-Systems
RL-movie-recommender
The purpose of our research is to study reinforcement learning approaches to building a movie recommender system. We formulate the problem of interactive recommendation as a contextual multi-armed bandit.
Sentiment-Analysis-in-Text-using-LSTM-Neural-Network
Transformer-Embedding
Transformer-Scratch
kiarashgeraili's Repositories
kiarashgeraili/Advancing-Image-Classification-in-CIFAR-10-with-CNN-and-MobileNetV2-Transfer-Learning
Deep Learning Image Classification with CIFAR-10 Dataset Using CNN (with Transfer learning using MobileNetV2 architecture, pre-trained on the ImageNet dataset, for object detection on CIFAR-10 )
kiarashgeraili/DataMining-Python
A series of Jupyter-Notebook files which explains fundamentals of python programming and famous libraries and also implementing data mining methods based on "Discovering Knowledge in Data-An Introduction to Data Science" book.
kiarashgeraili/easy21
Solving easy21 assigment from RL class by David Silver; A practical guide to get started with RL for beginners.
kiarashgeraili/Exploring-Neural-Network-Fundamentals-Image-Compression-with-Multi-Layer-Perceptron
Multi Layer Perceptron Image Compression: Implementation from Scratch
kiarashgeraili/Perceptrone-and-Adaline-Implementation-from-Scratch
Perceptrone and Adaptive Linear Neuron (Adaline) Implementation from Scratch
kiarashgeraili/Polynomial-Interpolation-using-QR-Decomposition-with-Gram-Schmidt-in-python
Polynomial Interpolation using QR Decomposition with Gram-Schmidt in python
kiarashgeraili/Reinforced-Recommender-Systems
kiarashgeraili/RL-movie-recommender
The purpose of our research is to study reinforcement learning approaches to building a movie recommender system. We formulate the problem of interactive recommendation as a contextual multi-armed bandit.
kiarashgeraili/Sentiment-Analysis-in-Text-using-LSTM-Neural-Network
kiarashgeraili/Transformer-Embedding
Transformer-Scratch
kiarashgeraili/Traveling-Salesman-Problem-TSP-Solution-using-Genetic-Algorithm
Traveling Salesman Problem (TSP) Solution using Genetic Algorithm