美文网首页
CV作业(四)

CV作业(四)

作者: 就是果味熊 | 来源:发表于2020-02-25 20:01 被阅读0次

Reading

In NN code we shown in class, there are some points that you need to understand.
a. Tanh and the corresponding derivative.
双曲函数:
(shx)' = chx (chx)' = shx (thx)' = 1/(chx)^2
b. axis and keepdims
c. bp in coding

d. NO NEED to know Softmax yet. We’ll meet that again in CNN.
But you NEED to understand after 5 weeks.

Coding

Please do review the code what we have met in course.
If you choose to use python, please make sure your code in modern Python’s Way.
If you choose to use C++, please make sure you can code what we’ve told in C++ without hesitating.
Never forget to do coding exercise with Leetcode or Lintcode.

Reading

We were not talking about the solution of SVM. If you have interests in that, especially in Lagrange Multiplier (LM), try to find out your own solution. If you are too busy to do that, never mind, we’ll revisit LM in PCA study.
You have to grab this knowledge in this course. Good Luck!

Preparation

Have you ever forgotten our target for a very single moment? Our dream is to do CV by leveraging the advantages of CNN.
预习CNN基本知识,在电脑中准备Caffee or Pytorch等环境。

相关文章

网友评论

      本文标题:CV作业(四)

      本文链接:https://www.haomeiwen.com/subject/xdnfchtx.html