반응형
Notice
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 네트워크보안
- 소프트웨어
- 딥러닝
- 머신러닝
- 프로그래밍
- 빅데이터
- 코딩
- 네트워크
- 컴퓨터과학
- 데이터과학
- 프로그래밍언어
- 컴퓨터공학
- I'm Sorry
- 보안
- 데이터베이스
- 자바스크립트
- 사이버보안
- 파이썬
- 웹개발
- 클라우드컴퓨팅
- Yes
- 알고리즘
- 버전관리
- 2
- 데이터구조
- 인공지능
- 자료구조
- 소프트웨어공학
- 데이터분석
- 컴퓨터비전
Archives
- Today
- Total
목록RMSProp (1)
스택큐힙리스트
Adam optimizer를 직관적으로 이해해보세요.
Adam의 의사 코드에 따르면:나는 일부 코드를 작성했습니다. from matplotlib import pyplot as pltimport numpy as np# np.random.seed(42)num = 100x = np.arange(num).tolist()# The following 3 sets of g_list stand for 3 types of gradient changes:# g_list = np.random.normal(0,1,num) # gradient direction changes frequently in positive and negtive # g_list = x # gradient direction always positive and gradient value becomes larg..
카테고리 없음
2023. 3. 28. 14:07