Become a member
Sign in
Get started
Trung Tran
Trung Tran

Trung Tran

Follow

Hello, World!

15 Following
3 Followers
·
  • Profile
  • Claps

Latest

Trung Tran
Trung Tran
Apr 5, 2017 · 1 min

AIND 6

Hill Climbing: we can just do a lot of random restarts, hill climb until we reach the local peak, and then take the maximum of all iterations.

1
Trung Tran
Trung Tran
Apr 4, 2017 · 1 min

AIND 5

“Do stupid thing first, and only add intelligence when necessary”

1
Trung Tran
Trung Tran
Apr 4, 2017 · 2 min

AIND 4

A* algorithm: combines best part of Greedy search, which explores a small number of nodes in many cases, and Uniform Cost Search, which is guaranteed to find the shortest path.