基于试验的启发式树搜索
[TOC]
概念
给定一个MDP,一个agent可以访问:
[TOC]
给定一个MDP,一个agent可以访问:
[TOC]
乍一听“蒙特卡罗”这个词,完全不知所云,我感到很奇怪,一个搜索算法Monte Carlo Tree Search为什么叫蒙特卡罗。 于是,就有了下面的文字。
本篇文章主要介绍MonteCarlo方法的由来,及简单的一个应用-求π的值。 下篇将会介绍:什么是Monte Carlo Tree Search算法。
[TOC]
本篇文章介绍Greedy Best Fisrt Search算法。实现GBFS算法时使用了上篇文章介绍的优先队列。 下篇文章将尝试介绍著名的A star算法。
[TOC]
本篇文章主要介绍优先队列(Priority Queue)和嵌套类(nested class)的基本用法。 接下来的文章会介绍在实现例如Greedy Best First Search和AStar搜索算法中使用priority queue。
[TOC]
本篇开始,逐一介绍一些概率编程相关内容。首先介绍贝叶斯网的相关基础知识和应用。
本篇导读:
本篇主要介绍了贝叶斯定理,贝叶斯网以及相关应用:
颜色很重要,如果使用的好,就会帮助你突出数据的特征。
下面是使用seaborn的color palettes的一些例子,这些例子官网上面都已经有详细的介绍。
网址为:http://seaborn.pydata.org/tutorial/color_palettes.html#palette-tutorial
Drawing attractive figures is important. When making figures for yourself, as you explore a dataset, it’s nice to have plots that are pleasant to look at. Visualizations are also central to communicating quantitative insights to an audience, and in that setting it’s even more necessary to have figures that catch the attention and draw a viewer in.