2021. 7. 2. 10:21ㆍPython/설정
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
'Python > 설정' 카테고리의 다른 글
[colab] 구글 코랩에서 실행하기 (하이퍼링크) (0) | 2021.06.18 |
---|---|
[jupyter] 디렉토리 변경 (0) | 2021.05.16 |
[KoNLPy] 설치 (자연어처리, NLP) (0) | 2021.05.13 |
[jupyter] 테마 변경 (0) | 2021.05.08 |
[anaconda] 가상환경 (64bit에서 32bit) (0) | 2021.05.03 |