Posts

Showing posts with the label Deep Learning

"Deep Learning" (1) Curriculum - Overview and Hands-on Practice

Image
  reference - http://hunkim.github.io/ml/ 모두를 위한 머신러닝/딥러닝 강의 -   홍콩과기대 김성훈- 시즌 1 - 딥러닝의 기본 (TF 1.X lab 완료!)  비디오 리스트 수업에 사용하는 코드  https://github.com/hunkim/DeepLearningZeroToAll 수업의 개요  비디오    슬라이드  머신러닝의 개념과 용어  비디오   (TensorFlow의 기본  Lab 비디오  )  강의 슬라이드    Lab 슬라이드  Linear Regression 의 개념  비디오   (TensorFlow 로 구현  Lab 비디오  )  강의 슬라이드    Lab 슬라이드  Linear Regression cost함수 최소화  비디오   (TensorFlow 로 구현  Lab 비디오  )  강의 슬라이드    Lab 슬라이드  여러개의 입력(feature)의 Linear Regression  비디오   (TensorFlow 로 구현  Lab1 비디오  ) (파일 데이타 로딩  Lab2 비디오  )  강의 슬라이드    Lab 슬라이드  Logistic (Regression) Classification  강의 슬라이드    실습 슬라이드  Hypothesis 함수 소개  비디오  Cost 함수 소개  비디오  TensorFlow 에서의 구현  비디오  Softmax Regression (Multinomial Logist...