240
笔下虽有千言,胸中实无一策
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 云数据时代,我早已不记得上一次用移动硬盘或者优盘的时间。习惯于想看电影就在线看个电影,想看个书也可以在线看个书,做个书签,随时随地继续。这种“随时随地继续”的习惯蔓延到了书写和记录上。我特别渴求有这样一类工具可以代替个人电脑,让我可以随时更新我的想法,点子甚至是论文。 有一些工具,我近来用的确实很享 阅读全文
posted @ 2019-08-22 04:33 CasperWin 阅读(645) 评论(0) 推荐(0) 编辑
摘要: 长时间不提笔,有种文思枯竭的无力感.就如同"胸中有千言,笔下无点墨". 算了,就不勉强旁征博引了. 对工程师来说,如果学习了很多东西,不能系统化以及图谱化,大脑是很难负荷的,更难以做到举一反三.看了很多别人的工作,优秀的论文也好,精巧的代码也好,如果不在自己这里进行总结,消化成自己的文字,那么那些东 阅读全文
posted @ 2019-08-09 13:55 CasperWin 阅读(148) 评论(0) 推荐(0) 编辑
摘要: As a software engineer, I mainly work on C++ and Python under Ubuntu system. Sometimes I may also want to use Matlab, but not very often. I will go th 阅读全文
posted @ 2018-11-06 09:57 CasperWin 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Install Octave on Ubuntu 16.04 Please Follow this commands sudo add-apt-repository ppa:octave/stablesudo apt-get updatesudo apt-get install octave If 阅读全文
posted @ 2018-10-27 05:48 CasperWin 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Machine/Deep Learning Interview Questions Algorithms/Theory Q1- What’s the trade-off between bias and variance? More reading: Bias-Variance Tradeoff ( 阅读全文
posted @ 2018-02-28 14:00 CasperWin 阅读(553) 评论(0) 推荐(0) 编辑
摘要: random.sample(population, k) Return a k length list of unique elements chosen from the population sequence. Used for random sampling without replaceme 阅读全文
posted @ 2018-02-20 10:33 CasperWin 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Udacity: Introduction to Operating System Overview 1.Course Readiness Survey 2.P1L1: Course Overview 3.P1L2: Introduction to Operating Systems 4.P2L1: 阅读全文
posted @ 2018-01-29 10:24 CasperWin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: It is interesting and aslo necessary to disscuss about the two types in ROS, std_msgs/Empty and std_srv_msgs/Empty. The two message type are indicatin 阅读全文
posted @ 2018-01-24 02:16 CasperWin 阅读(780) 评论(0) 推荐(0) 编辑
摘要: Commonly used functions tf.saved_model.loader.load(sess, tags, export_dir) tf.get_default_graph() # Return the default Graph being used in the current 阅读全文
posted @ 2018-01-16 05:14 CasperWin 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Overview OpenAI-gym (Git Repo) provides a great toolkit and a playgroud for research on Deep Reinforcement Learning. Furtherly, gym-gazebo (Git Repo), 阅读全文
posted @ 2018-01-15 09:39 CasperWin 阅读(583) 评论(0) 推荐(0) 编辑
摘要: Step 1: GPU Instance and AMI The first thing we'll do is select the AMI and an instance with a GPU: Top Left: Service -> EC2 Left Side Bar: Spot Reque 阅读全文
posted @ 2018-01-14 12:43 CasperWin 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Use dict.get(key[, default]) to assign default values The code below is functionally equivalent to the original code above, but this solution is more 阅读全文
posted @ 2018-01-11 06:41 CasperWin 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Udacity CarND Term3: Path Planning, Concentration and Systems Overview (1/4/2018 - 4/10/2018) Note 2. Search A* Algorithm Dynamic Programming 3. Predi 阅读全文
posted @ 2018-01-02 09:02 CasperWin 阅读(839) 评论(0) 推荐(0) 编辑
摘要: Overview Searching and Sorting (12/30/2017 - ) Note Career: Strategy Career: Networking Career: Technical Interview 1. Introduction and Efficiency 2. 阅读全文
posted @ 2017-12-30 12:19 CasperWin 阅读(122) 评论(0) 推荐(0) 编辑
摘要: template<typename _MatrixType, int _UpLo>class Eigen::LLT< _MatrixType, _UpLo > Standard Cholesky decomposition (LL^T) of a matrix and associated feat 阅读全文
posted @ 2017-12-08 05:05 CasperWin 阅读(547) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页