随笔分类 -  Basis

BP, Gradient descent and Generalisation
摘要:For each training pattern presented to a multilayer neural network, we can computer the error: yd(p)-y(p) Sum-Squared Error squaring and summing acros 阅读全文

posted @ 2016-10-25 16:08 归海七音

Note for Computer Networks_Circuit Switching & Packet Switching
摘要:Packet Switching: - In a packet switched network data is transmitted in blocks(packets), typically less than 1KB in length. - Each packet contains a c 阅读全文

posted @ 2016-04-25 08:51 归海七音 阅读(328) 评论(0) 推荐(0)

Note for Computer Networks
摘要:Network Hardware 1. A computer network is a collection of computers connected by communication links 2. communication link: 1.Point to Point 2.Broadca 阅读全文

posted @ 2016-04-25 07:33 归海七音 阅读(239) 评论(0) 推荐(0)

Note for Defensive Programming
摘要:1.Check Parameters 参数检查 –Don’t trust the inputs –Fail quickly and cleanly –Document exceptions that will be thrown including unchecked exceptions -For 阅读全文

posted @ 2016-03-16 03:14 归海七音 阅读(149) 评论(0) 推荐(0)

导航