Xiaoye's Blog

The Logic Behind Matplotlib & Seaborn

TOC TOC Introduction Matplotlib Seaborn Reference Introduction Seaborn is a Python package to make statistical graph. It’s built on matplotlib and is closely intergrated with pandas pa...

XGBoost Explain

TOC TOC Introduction Mathematical Formulation Define an Objective Function Train Loss Part Regularization Part Optimization ...

Reinforcement Learning Basic - Concepts and Taxonomy

Deep Reinforcement Learning Course Note (Part 2)

TOC TOC Introduction Key Concepts and Terminology States, Observations, Action Spaces and Trajectories Markov Decision Process (MDP) Policies Reward and Return ...

Recurrent Neural Networks

Deep Learning Course Note (Part 5)

TOC TOC Introduction Intuition & Definition Theory & Implementation Types of RNN Normal Recurrent Neural Network Gated Recurrent Unit(GRU) LSTM Bi...

Supervised Learning of Behaviors - Imitation Learning

Deep Reinforcement Learning Course Note (Part 1)

TOC TOC Introduction Intuition, Definition and Notation Algorithms Behavior Cloning Direct Policy Learning (by interactive demonstrator) Inverse Reinforcement Learnin...

Regular Expression and Python re Module

TOC TOC Introduction Regular Expression Basics Metacharacters Group and Backreference Lookahead Assertion Python re Module Basic Methods ...

Deploy Sklearn Model with Pipeline and joblib

TOC TOC Introduction Training and Deployment with Pipeline and joblib in sklearn Error & Solution Error: module __main__ has no attribute Introduction This post ill...

Leetcode-Greedy Algorithms Problems

Introduction Greedy algorithm is an algorithm that computes the solution in steps at each step, it makes decision that is locally optimum The greedy algorithm does not necessarily produce th...

Leetcode-Single Number

Problem Leetcode problems: 136 sinlge number 137 single number II 260 single num III Solution There are two aprroches to solve these problems Hash table: hash table is a very important ...

Agile Development

How many time did you fail your long-term plans for the next year?

TOC TOC Basic Concepts Agile and Lean Agile Development Scrum, Extrem Programming (XP) & Kanban Planning Poker & Cause-Effect Di...