MY MEMO
+) this post is based on the lecture and content in the coursera(https://www.coursera.org/) machine learning class (professor)+) you can make new algorithm using original gradient descent function so you can find this functions are sameFeature ScalingWe can speed up gradient descent by having each of our input values in roughly the same range.−1 ≤ x(i) ≤ 1or−0.5 ≤ x(i) ≤ 0.5These aren't exact re..
+) this post is based on the lecture and content in the coursera(https://www.coursera.org/) machine learning class (professor) Supervised Learning=> regression problem : we are trying to predict results within a continuous output, meaning that we are trying to map input variables to some continuous function. => classification problem : we are instead trying to predict results in a discrete outpu..
문제 출처 : https://code.google.com/codejam/contest/6254486/dashboard#s=p2+)i solve only small dataset (Cannot solve problem perfectly)ProblemA jamcoin is a string of N ≥ 2 digits with the following properties:Every digit is either 0 or 1.The first digit is 1 and the last digit is 1.If you interpret the string in any base between 2 and 10, inclusive, the resulting number is not prime.Not every strin..