You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
The Machine Learning project including ML/DL projects, notebooks, cheat codes of ML/DL, useful information on AI/AGI and codes or snippets/scripts/tasks with tips.
🎬 Movie Recommender System using Collaborative Filtering 🔍 Suggests movies based on user ratings and similarity with others 🤖 Step-by-step ML pipeline: preprocessing → similarity calculation → recommendations 📊 Tools: Python, Pandas, Scikit-learn, Jupyter Notebook
This repository consists of notebook, backtesting logs and dataset along with the Problem Statement. This is was our approach to KDSH 2024 by Zelts Labs
This notebook is part of the first assignment for the Deep Reinforcement Learning (DRL) course. It implements a simplified grid-world environment modeled as a deterministic Markov Decision Process (MDP). The purpose of the notebook is to practice key reinforcement learning concepts, including state transitions, rewards, and termination conditions.