Pinned Repositories
BooksWeb
Django, tutorial for learning how to register and create accounts
DeepLearning
My implementations for deep learning
EnglishAimlessly2
The purpose of this application is to practice WPF and create a functional app; albeit it is a simple and not innovative app but it is stimulating active reading and helps learning
Flower_Classification
Flower classification via transfer learning
Machine-Learning-Algorithms
These are my implementations of Machine Learning algorithms
MineSweeperPython
I used pygame module to design mine sweeper
NMT-Project
Neural Machine translation project using Transformers to translate English to Persian
ProjectEuler
Answers to Project Euler's website. These are proper but not necessarily efficient ones. Problems < 100 will be sent here.
Reinforcement_Learning
Implementation of the algorithms from the book "Reinforcement Learning" by Richard S. Sutton
SudokuComputerVision
This repository implements a Sudoku solver with Opencv
AlirezaKamyab's Repositories
AlirezaKamyab/EnglishAimlessly2
The purpose of this application is to practice WPF and create a functional app; albeit it is a simple and not innovative app but it is stimulating active reading and helps learning
AlirezaKamyab/ProjectEuler
Answers to Project Euler's website. These are proper but not necessarily efficient ones. Problems < 100 will be sent here.
AlirezaKamyab/BooksWeb
Django, tutorial for learning how to register and create accounts
AlirezaKamyab/DeepLearning
My implementations for deep learning
AlirezaKamyab/Machine-Learning-Algorithms
These are my implementations of Machine Learning algorithms
AlirezaKamyab/MineSweeperPython
I used pygame module to design mine sweeper
AlirezaKamyab/NLP
Implementations from nlp course from university (SRTTU)
AlirezaKamyab/Reinforcement_Learning
Implementation of the algorithms from the book "Reinforcement Learning" by Richard S. Sutton
AlirezaKamyab/simple_socket_test
a very simple socket for learning how to use socket programming in python
AlirezaKamyab/Transformer_Model
Implementation of transformer model from the paper [Attention is all you need] and [Self-Attention with Relative Position Representation]
AlirezaKamyab/Computer-Vision
Practices for learning computer vision tasks
AlirezaKamyab/Flower_Classification
Flower classification via transfer learning
AlirezaKamyab/NMT-Project
Neural Machine translation project using Transformers to translate English to Persian
AlirezaKamyab/SudokuComputerVision
This repository implements a Sudoku solver with Opencv
AlirezaKamyab/Tasks
AlirezaKamyab/AnswerSheet_Vision
AlirezaKamyab/AudioClassification
Audio classification for classifying numbers from 0 to 9 in persian
AlirezaKamyab/BankProjectCpp
This is the end-semester project for OOP with c++
AlirezaKamyab/Face_recognition
A project that implements a model that learns to find faces that are similar
AlirezaKamyab/Housing-Price-Prediction
Use multiple learning algorithm to optimize some problem
AlirezaKamyab/License_Plate_OCR
Reads Licence plates with CTC Approach
AlirezaKamyab/PythonOOPAndDatabaseProject
This is a project to know whether I have learned python properly
AlirezaKamyab/Recommender-System
Implements recommender-system using tensorflow
AlirezaKamyab/rnn-notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
AlirezaKamyab/Tensorflow_Advanced_Techniques
Implementations from coursera.org/specializations/tensorflow-advanced-techniques
AlirezaKamyab/Tensorflow_RNN
Tensorflow practices from the "Tensorflow Course" in Coursera