vanishing gradient problem
Post
원문 보기 →vanishing gradient problem
vanishing gradient problemVisualizing the vanishing gradient problem (machinelearningmastery.com) 인공신경망의 성공, 즉, deep learning의 성공은 바로 vanishing gradient problem을 해결한 것에서 시작한다. 즉, 역전파 방법에서의 혁신이 이루어졌기 때문이다. 컴퓨터의 발전이 이것을 이루어 낸 것이 아니다. 매우 많은 수의 hidden layer들이 있을 때, 기울기가 감소하는 문제는 무엇인가? 이것은 학습을 진행하는데 어려움을 이야기 하는 것이다. 학습의 방향이 전달되지 않는 현상을 의미한다. 분명이 가중치를 변경시켜야하는 방향을 알고 있지만, 실제로 가중치를 바꾸지 못하는 현상을 말한다. 다시
Related Posts
3 posts파이썬 3.11.0
파이썬 3.11.0 파이썬 3.11.0 버전 공개...속도 및 편의성 향상 (naver.com)Python Release Python 3.11.0 | Python.orgPython 3.11 Performance Benchmarks Show Huge Improvement - Phoronix 보다 쉬운 오류찾기조금 더 빨라진 파이썬 파이썬 언어는, 누가 평가하더라도, 최고 인기 컴퓨터 언어가 되었다.인공지능의 인기 때문에 사실상 강제로 최고 인기 프로그램으로 등극했다. 우리는 이 컴퓨터 언어의 특징을 잘 이해해야한다. 실제로 사용해보면 쉽게 들어가서 쉽게 사용할 수 있는 언어이다. 하지만, 계속해서 연습을 해야만하는 언어이다. 기본에서 변형된 형식들이 다수 존재한다. 전문가들의 서비스 정신을 제대로 잘
openCV super-resolution
OpenCV super-resolution Super Resolution in OpenCV (learnopencv.com) EDSR Super-resolution benchmarking ---------------------------------------------------------------------------------------------------------------------import cv2import matplotlib.pyplot as plt img1 = img.imread( ''C:/Users/Inho Lee/testAI/data/denoising2/2021.08.09/line/Line 50x_001.tif'')# img1=img1[0:target_height,0:tar
가장 쉬운 autoencoder(자동암호기)를 이용한 차원 축소
가장 쉬운 autoencoder(자동암호기)를 이용한 차원 축소https://en.wikipedia.org/wiki/Autoencoder 자동암호기 (autoencoder, AE)의 용도:data denoisingdimensionality reductionimage recognition anomaly detection semantic segmentationrecommendation engines If linear activations are used, or only a single sigmoid hidden layer, then the optimal solution to an autoencoder is strongly related to principal component analysis (PCA).



