WHAT is SHAP? SHAP(SHapley Additive exPlanations) values are used to explain the output of any machine learning model. They are based on concepts from cooperative game theory, specifically the Shap...
Gradient Tape VS Model.fit
When we build a deep-learning based architecture, model.compile() and model.fit(), which are the Built-in Solution, are mostly used. we can find model.fit() in Beginners Guide of Tensorflow! The ...
Recommender System (2) Types
So we have talked about the introduction of Recommender Systems. We are going to deal with types of recommender(recommendation) systems and how we are going to handle some chanllenges and what to c...
Recommender System (1) Intro
What is Recommender System? A recommendation system is a machine learning algorithm, often associated with artificial intelligence, that leverages large datasets to provide personalized suggestion...
GAN
GAN(Generative Adversarial Networks)