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
Design Pattern
DevOps
Django
Docker
ELK
English
Feature Engineering
Finance
Java
Java Script
Keras
Linear Algebra
Linux
Machine Learning
Mathematics
MLOps
NLP
Python
PyTorch
Recommendation Systems
Reinforcement Learning
Research
Software Engineering
Spark
State of the art technologies
Statistics and Probability
Tensorflow
Time Series
Uncategorized
All
Apache Kafka
Big Data
boltzman
broadcasting
Cython
Deploy
Django
Docker
Elasticsearch
ELK
Exception Handling
Feature Engineering
GPU
GRU
Linux
Logging
lstm
MinIO
monte carlo
numpy
Pandas
PySpark
Python
PyTorch
Reinforcement Learning
remover
S3
scikit-learn
Self-Driving Car
separator
sklearn
tmux
transfer learning
Tutorial
Ubuntu
vocal
All
Amir Masoud Sefidian
2023-01-11
Categories
Artificial Intelligence
Big Data
Data Science
Machine Learning
NLP
Python
Recommendation Systems
Spark
Time Series
Machine Learning for Big Data using PySpark with real-world projects
10
mins read
Introduction I have prepared a GitHub Repository that provides a set of self-study tutorials on Machine Learning for big data
[…]
2022-01-25
Categories
Artificial Intelligence
Data Science
Machine Learning
Python
Recommendation Systems
Understanding Alternating Least Squares algorithm for implicit collaborative filtering recommendations
23
mins read
Overview We’re going to write a simple implementation of an implicit (more on that below) recommendation algorithm. We want to
[…]
2021-03-23
Categories
Artificial Intelligence
Data Science
Machine Learning
Recommendation Systems
Review of important offline evaluation metrics for recommendation systems
28
mins read
We are in an era of personalization. The user wants personalized content and businesses are capitalizing on the same. Recommendation
[…]
2021-02-04
Categories
Artificial Intelligence
Machine Learning
Mathematics
Recommendation Systems
Implicit Recommender Systems with Alternating Least Squares
13
mins read
In today’s post, we will explain a certain algorithm for matrix factorization models for recommender systems which goes by the
[…]
2020-11-24
Categories
Artificial Intelligence
Deep Learning
Machine Learning
Recommendation Systems
A review of Deep learning based recommendation systems
20
mins read
INTRODUCTION The number of research publications on deep learning-based recommendation systems has increased exponentially in the past recent years. In
[…]
2020-11-09
Categories
Artificial Intelligence
Data Science
Deep Learning
Machine Learning
Recommendation Systems
Restricted Boltzmann Machines (RBMs) Simply Explained
16
mins read
Table of Content: Definition & Structure Reconstructions Probability Distributions Code Sample: Stacked RBMS Parameters & k Continuous RBMs Next Steps
[…]
2020-11-05
Categories
Artificial Intelligence
Machine Learning
Recommendation Systems
A tutorial on the basics of Collaborative Filtering based Recommendations with Python implementation
29
mins read
Collaborative Filtering is the most common technique used when it comes to building intelligent recommender systems that can learn to
[…]