240
笔下虽有千言,胸中实无一策
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: Description: There is a straight highway with villages alongside the highway. The highway is represented as an integer axis, and the position of each 阅读全文
posted @ 2017-11-29 05:54 CasperWin 阅读(914) 评论(0) 推荐(0) 编辑
摘要: Double ended queue deque (usually pronounced like "deck") is an irregular acronym of double-ended queue. Double-ended queues are sequence containers w 阅读全文
posted @ 2017-11-15 04:50 CasperWin 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Multiple-key set Multisets are containers that store elements following a specific order, and where multiple elements can have equivalent values. Comp 阅读全文
posted @ 2017-11-15 04:11 CasperWin 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Kalman Filter Overview: Steps: First measurement - receive initial measurements of the object's position, which usually comes from a ranger like a rad 阅读全文
posted @ 2017-11-02 01:35 CasperWin 阅读(828) 评论(0) 推荐(0) 编辑
摘要: A Dog Breed Classifier Setting Jupyter Notebook Keras Model ResNet50 Implementation normalization the mean pixel must be subtracted from every pixel i 阅读全文
posted @ 2017-10-25 10:38 CasperWin 阅读(321) 评论(0) 推荐(0) 编辑
摘要: Day 3: Sense the world We will show how to add sensors to our basic differential drive model. Once equipped with sensors, our robot will be sufficient 阅读全文
posted @ 2017-09-28 11:05 CasperWin 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Textbook: A Mathematical Introduction to Robotic Manipulation, Richard M. Murray, Zexiang Li, S. Shankar Sastry In short as RM in the following descri 阅读全文
posted @ 2017-09-27 03:11 CasperWin 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: Artificial Intelligence for Robotics Overview Lesson 1 - Localization Overview (9/22/2017 - 10/1/2017) Lesson 2 - Kalman Filters (10/3/2017 - ) Lesson 阅读全文
posted @ 2017-09-23 03:38 CasperWin 阅读(410) 评论(0) 推荐(0) 编辑
摘要: Udacity CarND Term 2: Sensor Fusion, Localization and Control Overview (10/12/2017 - 1/5/2018) Notes 14. Implementation of a Particle Filter Reference 阅读全文
posted @ 2017-09-20 23:23 CasperWin 阅读(533) 评论(0) 推荐(0) 编辑
摘要: [Problem] Given a 2D grid, each cell is either a wall 2, an house 1 or empty 0 (the number zero, one, two), find a place to build a post office so tha 阅读全文
posted @ 2017-09-13 23:21 CasperWin 阅读(963) 评论(0) 推荐(0) 编辑
摘要: [Probelm] (link) Given a 2D grid, each cell is either a wall 2, a zombie 1 or people 0 (the number zero, one, two).Zombies can turn the nearest people 阅读全文
posted @ 2017-08-31 02:08 CasperWin 阅读(373) 评论(0) 推荐(0) 编辑
摘要: [Problem] Given a knight in a chessboard (a binary matrix with 0 as empty and 1 as barrier) with a source position, find the shortest path to a destin 阅读全文
posted @ 2017-08-30 22:59 CasperWin 阅读(963) 评论(0) 推荐(0) 编辑
摘要: [Problem] Given a undirected graph, a node and a target, return the nearest node to given node which value of it is target, return NULL if you can't f 阅读全文
posted @ 2017-08-30 04:42 CasperWin 阅读(565) 评论(0) 推荐(0) 编辑
摘要: (Udacity Learning Note: CarND-Term1 Project 4) Camera Calibration & Distortion Correction Two Types of Distortion Radial Distortion Tangential Distort 阅读全文
posted @ 2017-08-24 02:38 CasperWin 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: rsync -avhu --progress /source/folder/* /target/folder/* 阅读全文
posted @ 2017-08-11 05:06 CasperWin 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页