딥러닝 참고 사이트

2021. 7. 2. 10:21Python/설정

 

1. Google cloud Vision AI

  이미지의 정보를 도출할 수 있는 사이트

https://cloud.google.com/vision?hl=ko 

 

Vision AI | 머신러닝을 통한 이미지 정보 도출  |  Cloud Vision API  |  Google Cloud

AutoML을 사용하여 클라우드나 에지 이미지에서 유용한 정보를 도출하거나 선행 학습된 Vision API 모델을 사용하여 감정, 텍스트 등을 인식합니다.

cloud.google.com

 

2. Image Kernels

  합성곱의 커널(필터)이 적용되는 형태

https://setosa.io/ev/image-kernels/

 

Image Kernels explained visually

An image kernel is a small matrix used to apply effects like the ones you might find in Photoshop or Gimp, such as blurring, sharpening, outlining or embossing. They're also used in machine learning for 'feature extraction', a technique for determining the

setosa.io

 

3. CNN explainer

  CNN 작동 원리

https://poloclub.github.io/cnn-explainer/

 

CNN Explainer

An interactive visualization system designed to help non-experts learn about Convolutional Neural Networks (CNNs).

poloclub.github.io