본문 바로가기

STUDY/인공지능

[실습 ML] Gradient descent algorithm

728x90

텐서플로우로 Gradient descent algorithm을 구현해보자.

 

1. cost function in pure python

2. cost function in tensorflow

3. Cost(W), W의 그래프

4. Gradient descent 

5. Gradient descent (2)


*부스트 코스 강의 학습 내용입니다.

 

텐서플로우로 시작하는 딥러닝 기초

부스트코스 무료 강의

www.boostcourse.org

728x90

'STUDY > 인공지능' 카테고리의 다른 글

albumentations library  (0) 2023.02.24
[ML 책] 머신러닝이란?  (0) 2022.11.05
[기초 ML] Gradient descent algorithm  (0) 2022.02.07
[실습 ML] Simple Linear Regression  (0) 2022.02.03
[기초 ML] Linear Regression 개념  (0) 2022.02.03