Functional Programming in Scala, Chapter 4
2014-10-07, Functional Programming in Scala, Coursera Types and Pattern Matching Functions as Objects In fact function values are treated as objects in Scala trait Function1[A, B] { def...
2014-10-07, Functional Programming in Scala, Coursera Types and Pattern Matching Functions as Objects In fact function values are treated as objects in Scala trait Function1[A, B] { def...
Machine Learning by Andrew Ng, Coursera What is Machine Learning? Field of study that gies computers the abiliry to learn without being explicitly programmed. (1959, Arthur Samuel) Well-posed...
2014-09-29, Functional Programming in Scala, Coursera 3.1 Class Hierarchies Abstract Classes abstract class 는 다른 언어의 그것과 같다. abstract class IntSet { def contains(x: Int): Boolean def incl(x:...
2014-09-27, Functional Programming in Scala, Coursera 2.1 Higher-Order Functions Higher-Order Functions Functional PL 에서는 함수를 first-class 로 다루는데, 이는 함수를 파라미터로 넘기거나 결과로 리턴할 수 있다는 소리다. 이렇게...
목차 블로그의 슬로건도 "Learn to do. Learn by doing."로 정해놓고는 최근 컨디션이 좋지 않아 블로깅을 한동안 쉬고 있었다.(사실 쉬고있는 것이 한 두개가 아니다ㅠㅠ) 컨디션 이외에도 무언가 잘못 하고...
몇 달전 코세라에서 스타트업 엔지니어링이란 온라인 강의를 들었을 때 강의가 무척이나 유익하다는 생각이 들었고, 그 이후 처음 여러 개의 온라인 강의를 신청하였다. 그러나, 스타트업 엔지니어링을 수강할 때와는 달리...