Home
Sefidian Academy
Filter by
Categories
Tags
Authors
Show all
All
Apache Kafka
Artificial Intelligence
Bayesian Statistics
Big Data
Cassandra
Computer Vision
Data Engineering
Data Science
Database
Deep Learning
DevOps
Django
Docker
ELK
Feature Engineering
Finance
Keras
Linear Algebra
Linux
Machine Learning
Mathematics
MLOps
NLP
Python
PyTorch
Recommendation Systems
Reinforcement Learning
Software Engineering
Spark
Statistics and Probability
Tensorflow
Time Series
Uncategorized
All
Apache Kafka
Big Data
Cython
Elasticsearch
ELK
Exception Handling
GPU
GRU
Logging
lstm
MinIO
monte carlo
Pandas
PySpark
Python
PyTorch
Reinforcement Learning
remover
S3
separator
transfer learning
Tutorial
Ubuntu
vocal
All
Amir Masoud Sefidian
2022-09-06
Categories
Artificial Intelligence
Machine Learning
Reinforcement Learning
Understand Q-Learning in Reinforcement Learning with a numerical example and Python implementation
14
mins read
This tutorial introduces the concept of Q-learning through a simple but comprehensive numerical example. The example describes an agent which
[…]
2019-12-07
Categories
Artificial Intelligence
Machine Learning
Python
Reinforcement Learning
Upper Confidence Bound (UCB) Algorithm Explained with Python code
6
mins read
In this tutorial, I will explain to you the application of the Upper Confidence Bound(UCB) algorithm to solve the Multi
[…]
2019-12-07
Categories
Artificial Intelligence
Machine Learning
Reinforcement Learning
Difference between model-based and model-free reinforcement learning
3
mins read
To answer this question, let’s revisit the components of an MDP, the most typical decision-making framework for RL. An MDP
[…]