태그>keras(총 23개의 글)
'keras' 관련 최근글
-
- 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
-
- 가장 쉬운 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..
-
- 내 PC에 Google Colab 처럼 구축하기
-
Basilica android by sharku|2022/01/30 01:15
로컬 딥러닝 환경 구축을 할 예정입니다.로컬에 Colab 을 구축한다고 보면 됩니다. 환경구성은 - GPU: nvidia 그래픽카드 외장(CUDA) - OS: 윈도우 10, 11 - 배포환경: 아나콘다 - IDE: jupyter noteboo..
- 내 PC에 Google Colab 처럼 구축하기
-
- 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..
-
- GPU 장비의 중요성 그리고 시장의 반응
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/11/15 09:21
딥러닝에서 GPU 장비의 중요성, 그림과 관련된 데이터 취급에서 GPU 장비는 매우 중요한 역할을 한다. 기계학습 모델의 성능을 GPU 장비가 직접적으로 결정한다. 보다 많은 데이터를 이용하고 보다 빨리 기..
- GPU 장비의 중요성 그리고 시장의 반응
-
- 또 다른 생성모델: VQ-VAE
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/09/12 14:58
Vector-Quantized Variational Autoencoders (keras.io)https://keras.io/examples/generative/vq_vae/VQ-VAEs: Neural Discrete Representation Learning | Paper + PyTorch..
- 또 다른 생성모델: VQ-VAE
-
- 인공신경망을 활용한 결정구조 데이터 기반 결정구..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2021/04/11 08:53
인공신경망을 활용한 결정구조 데이터 기반 결정구조 탐색Crystal structure prediction in a continuous representative space - ScienceDirect rdfsearchhttps://github.com/inholeegithub/w..
- 인공신경망을 활용한 결정구조 데이터 기반 결정구..
-
- 가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/11/16 08:37
가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝 준비 [keras → tf.keras]Anaconda3 (아나콘다3)? 아나콘다는 패키지 관리와 디플로이를 단순케 할 목적으로 과학 계산을 위해 파이썬과 R..
- 가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝..
-
- Keras에서 매우 큰 모델 그래프를 SVG로 저장하기
-
shotgunlee의 블로그 by shotgunlee|2020/04/24 17:33
Keras에서 매우 큰 모델의 경우 plot_model 함수를 이용해 PNG 이미지로 저장하면 DPI가 낮아서 문서에 사용하기 부적합한 경우가 있다. 이런 경우 다음과같이 SVG 파일로 저장하면 웹브라우저에서 열어서 고해상도 이미지를 얻을 수 있다. 그래프가 너무 커서 SVG에서 일부가..
- Keras에서 매우 큰 모델 그래프를 SVG로 저장하기
-
- AI_in_Practice: Scikit-learn and Keras 가장 쉬운 기계학습 강의록 ..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/02/19 10:09
2021년 1월 6일 (5일 강의) 강의제목: Artificial Intelligence in Practice : Scikit-learn and Keras강의목적: 인공지능 기초 및 실습 ( scikit-learn, Xgboost, lightGBM, keras ) 상세내용은 하단 컨텐츠 참조. 한국표준과학연구원(KRISS) / 한국물리학회 통계..
- AI_in_Practice: Scikit-learn and Keras 가장 쉬운 기계학습 강의록 ..
-
- 가장 쉬운 드랍아웃 [Keras]
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/10 11:16
가장 쉬운 드랍아웃 [Keras]딥러닝에서 과적합(overfitting)을 피할 수 있는 방법으로 드랍아웃 방법이 아주 유명하다. 2012년 탄생하였다.딥러닝의 역사와 함께 시작하였다.극도로 구현이 간단한 알고리..
- 가장 쉬운 드랍아웃 [Keras]
-
- 가장 쉬운 CNN (convolutional neural netwo..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/10 14:55
가장 쉬운 CNN (convolutional neural network) 예제 필터를 자동으로 만드는 것. 완전히 연결된 신경망과 비교하면 정규화된 신경망을 활용하는 것으로 비교할 수 있다. 행렬로 표현된 필터의 각 요소가..
- 가장 쉬운 CNN (convolutional neural netwo..