摘要: What is an optimizer? Minimization example How to defeat a minimizer Convex problems Building a parameterized model Minimizer finds coefficients What 阅读全文
posted @ 2019-06-04 12:12 ecoflex 阅读(106) 评论(0) 推荐(0) 编辑
摘要: A closer look at daily returns Histogram of daily returns gaussian => kurtosis = 0 How to plot a histogram Computing histogram statistics Select the o 阅读全文
posted @ 2019-06-04 10:59 ecoflex 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Lesson outline Pandas makes it very convenient to compute various statistics on a dataframe: Global statistics: mean, median, std, sum, etc. [more] Ro 阅读全文
posted @ 2019-06-04 09:31 ecoflex 阅读(247) 评论(0) 推荐(0) 编辑
摘要: Lesson outline Lesson outline Here's an overview of what you'll learn to do in this lesson. Documentation links are for reference. Read in multiple st 阅读全文
posted @ 2019-06-04 09:04 ecoflex 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Python vs R and Matlab You will be using the Python data analysis library pandas extensively. You will also occasionally need to dabble in NumPy, SciP 阅读全文
posted @ 2019-06-04 08:17 ecoflex 阅读(162) 评论(0) 推荐(0) 编辑
摘要: The mobility provided by wireless networks has made a huge difference in the lives of most citizens of the internet. However, several challenges have 阅读全文
posted @ 2019-06-04 06:25 ecoflex 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Finally! This lecture covers the glue that holds the entire internet together. After some discussion of the theoretical possibilities available in a n 阅读全文
posted @ 2019-06-04 05:26 ecoflex 阅读(180) 评论(0) 推荐(0) 编辑
摘要: TCP is an interesting protocol for many reasons, one of which I find fascinating is that it can employ many different behavioral algorithms at the end 阅读全文
posted @ 2019-06-04 04:50 ecoflex 阅读(123) 评论(0) 推荐(0) 编辑
摘要: The algorithm behind TCP must deal with more than merely moving lots of bytes from application to application. It must also ensure that it acts in a m 阅读全文
posted @ 2019-06-04 04:21 ecoflex 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Understanding the Transport Control Protocol (TCP) is essential to a thorough understanding of network communication and for any development of distri 阅读全文
posted @ 2019-06-04 02:56 ecoflex 阅读(184) 评论(0) 推荐(0) 编辑
摘要: As discussed in last lecture, UDP does not provide any reliability guarantees beyond being able to detect bit-level errors. Transport-layer protocols 阅读全文
posted @ 2019-06-04 02:06 ecoflex 阅读(125) 评论(0) 推荐(0) 编辑