태그>machinelearning(총 83개의 글)
'machinelearning' 관련 최근글
-
- 파이썬 3.11.0
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/10/27 09:26
파이썬 3.11.0 파이썬 3.11.0 버전 공개.속도 및 편의성 향상 (naver.com)Python Release Python 3.11.0 | Python.orgPython 3.11 Performance Benchmarks Show Huge Improvement - Pho..
- 파이썬 3.11.0
-
- openCV super-resolution
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/10/10 11:33
OpenCV super-resolution Super Resolution in OpenCV (learnopencv.com) EDSR Super-resolution benchmarking -import cv2import matplotlib.pyplot as plt img1 = img.imread..
- openCV super-resolution
-
- 하사비스, 결국 노벨상 수상으로 가나?
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/09/23 15:42
데미스 하사비스, 결국 노벨상 수상으로 가나? 브레이크스루상을 수상하므로써, 향후, 그의 노벨상 수상이 유력해진 상황이다. 기존의 인공지능 튜링상 수상자들(힌튼, 벤지오, 르쿤)과 달리 하사비스는 그야말로 과학문제 풀이에 집중하고 성과를 낸 사람이다. 딥러닝을 ..
- 하사비스, 결국 노벨상 수상으로 가나?
-
- 가장 쉬운 Self Organizing Maps (SOM) [Tr..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/09/17 08:54
가장 쉬운 Self Organizing Maps (SOM) [Travelling Salesman Problem] Intelligence is to distinguish things. 비지도 학습 방법으로 뉴런(노드)으로 구성된 네트워크를 훈련시켜서 분류/..
- 가장 쉬운 Self Organizing Maps (SOM) [Tr..
-
- functional model 사용법
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/07/08 14:27
Functional model 사용법 functional model의 가장 간단한 경우가 Sequential model이라고 볼 수 있다. 인공신경망은 두 가지로 만들 수 있다. sequential model, functional model Imagination is more important than knowledge (지식보다 상상) : 가장 쉬운..
- functional model 사용법
-
- Kullback-Leibler divergence
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/07/01 09:50
Kullback-Leibler divergence = relative entropy [D_{KL} ] Kullback–Leibler divergence - Wikipedia KL divergence 는 cross entropy 와 상수만큼만 차이가 난다. 상수는 데이터의 성질에 지나지 않는다. 따라서, 아래와 같이 분류 문제 풀이에 두 ..
- Kullback-Leibler divergence
-
- Parallel Computing & Artificial Intelligence
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/06/26 10:18
Parallel Computing & Artificial Intelligence https://cac.kias.re.kr/2022/https://github.com/inholeegithub/summer2022
- Parallel Computing & Artificial Intelligence
-
- 가장 쉬운 Mahalanobis distance
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/04/12 11:27
가장 쉬운 Mahalanobis distancehttps://en.wikipedia.org/wiki/Mahalanobis_distancehttps://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.cdist.ht..
- 가장 쉬운 Mahalanobis distance
-
- 가장 쉬운 autoencoder(자동암호기)를 이용한..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/03/16 09:41
가장 쉬운 autoencoder(자동암호기)를 이용한 차원 축소https://en.wikipedia.org/wiki/Autoencoderhttps://machinelearningmastery.com/autoencoder-for-regression/https://github..
- 가장 쉬운 autoencoder(자동암호기)를 이용한..
-
- 가장 쉬운 GCN (graph convolutional netwo..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2022/02/23 20:17
가장 쉬운 GCN (graph convolutional network) GCN (convolutional neural network) : 그래프가 입력이다. 필터를 그래프에 대해 통과시켜 그래프 내에서 중요한 노드와 엣지로부터 정보를 취합...
- 가장 쉬운 GCN (graph convolutional netwo..
-
- DM21 (DeepMind 21)
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/12/10 09:02
DM21 (DeepMind 21) 결국, DeepMind가 density functional theory (DFT) 분야까지 일을 하고 말았습니다. alphafold 2 까지 만들어낸 사람들입니다. 결국, 데미스 하시비스는 소위, 과학 분야 ..
- DM21 (DeepMind 21)
-
- 수학과 기계학습
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/12/03 09:54
수학과 기계학습 Advancing mathematics by guiding human intuition with AI | NatureGenerating conjectures on fundamental constants with the Ramanujan Machine | NatureImagination is mo..
- 수학과 기계학습
-
- U-net
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/12/02 11:20
U-netImage segmentation with a U-Net-like architecture (keras.io)U-Net - Wikipedia U-net은 수축경로와 확장경로를 가지고 있다. 의도적인 정보량의 수축과 확장을 각각 이용한다. 학습..
- U-net
-
- 가장 쉬운 cycleGAN
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/11/27 10:22
가장 쉬운 cycleGAN [unpaired image-to-image translation] How to Develop a CycleGAN for Image-to-Image Translation with Keras (machinelearningmastery.com)A Gentle In..
- 가장 쉬운 cycleGAN
-
- 가장 쉬운 기울기 소실 문제(vanishing gradien..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/11/19 09:11
가장 쉬운 기울기 소실 문제 (vanishing gradient problem) 이해하기 [인공신경망][deep learning의 시작]Visualizing the vanishing gradient problem (machinelearningmastery.co..
- 가장 쉬운 기울기 소실 문제(vanishing gradien..