Wei-Hsiang (Matt) Wang

@mattwang44

Joined on Jul 31, 2018

  • Rust Programming Language Ch.8 Common Collections Matt Wang slides: https://hackmd.io/@mattwang44/BJ6KDktBo Collections Allocated on the heap -> size can grow or shrink Covered topics:
     Like  Bookmark
  • # 台灣人工智慧學校(台北)第三期技術領袖培訓班資格考試考古題 參考解答會在選項前以星號(*)標記,不過目前有很多缺漏、有作答的也並不保證一定正確,各位高手可以自行編輯(需登入)更正答案或提供各題詳解。 感謝一同討論解題的各位: 怡中, 劉豐源, yogurt ## Calculus 1. Suppose we have $\sigma (x)=\dfrac{1}{1+e^{-x}}$, find $\dfrac{d\sigma (x)}{dx}$. ($A$) $\sigma(x)^2$ *($B$) $\sigma(x)(1-\sigma(x))$ ($C$) $(1-\sigma(x))^2$ ($D$) $\dfrac{1}{1-\sigma(x)}$ ($E$) None of above 2. Find the $x$-coordinates for local minimum and local maximum of $f(x)=x^5-6x^3-8x+4$. ($A$) Doesn't have one ($B$) $(2,-2,1,-1)$ ($C$) $
     Like  Bookmark
  • # 台灣人工智慧學校(台北)第二期技術領袖培訓班資格考試考古題 參考解答會在選項前以星號(*)標記,不過目前並不保證一定正確,各位高手可以自行編輯(需登入)更正答案或提供各題詳解。 感謝**Anio俊傑**提供題目和一同討論解題的各位: **Sean, Moony Hsieh, johnson, 怡中, Jacky Chang, Aellen, Yvon Wong, Victor Lin** ## Calculus 1. $f(w,b)=e^{-(2w+b)}$, find $\dfrac{\partial f(w,b)}{\partial w}$ at $w=1$, $b=-2$ ($A$) $2$ ($B$) $1$ ($C$) $e^{-2}$ *($D$) $-2$ ($E$) $-e^{-1}$ >$\dfrac{\partial f(w,b)}{\partial w}=e^{(-2w-b)}*(-2)$ $\dfrac{\partial f(1,-2)}{\partial w}=e^{0}*(-2)=-2$ 2. Estimate the extreme v
     Like 1 Bookmark
  • # 台灣人工智慧學校新竹分校第一期技術領袖培訓班資格考試考古題 參考解答會在選項前以星號(*)標記,不過目前並不保證一定正確,各位高手可以自行編輯(需登入)更正答案或提供各題詳解。 感謝一同討論解題的各位: **Paul, 陳彥吉, 游聲峰Robert, Sean, Moony Hsieh, johnson, 怡中** ## Calculus 1. Let the function $f(x)=ax^3+bx^2+cx+d$. Suppose that $f(0)=4$ is a critical point of $f$ and $f(1)=-2$ is a point of inflection, find $a$, $b$, $c$ and $d$. Hint: The critical point of $f$ is the point such that $f'(x)=0$, and the point of inflection of $f$ satify $f''(x)=0$. ($A$) $a=1$, $b=5$, $c=8$, $d=6$ ($B$) $
     Like  Bookmark