2025/02 20

SK네트웍스 AI캠프 34일차 - 파이토치 텐서보드, 분류기

py -3.12 -m venv .venv .\.venv\Scripts\activate py -m pip install --upgrade pip pip install torch torchvision torchaudio pip install jupyter torch torchvision torchinfo matplotlib tqdm pip freeze > requirements.txt ls py -3.12 -m venv .venv .\.venv\Scripts\activate py -m pip install --upgrade pip pip install -r .\requirements.txt data_setup.pyfrom pathlib import Pathfrom torchvision import datas..

SK네트웍스 AI캠프 31일차 - 이미지처리

https://www.pexels.com/ko-kr/무료 그림파일 다운로드  https://neptune.ai/blog/image-processing-python Image Processing in Python: Algorithms, Tools, and Methods You Should KnowExplore Python image processing with classic algorithms, neural network approaches, tool overview, and network types.neptune.aihttps://pytorch.org/vision/main/auto_examples/index.html Examples and tutorials — Torchvision main documen..

SK네트웍스 AI캠프 29일차 - 분류, 모델링, 학습, 평가

https://kr.mathworks.com/help/deeplearning/ug/multilabel-image-classification-using-deep-learning.html Multilabel Image Classification Using Deep LearningYou clicked a link that corresponds to this MATLAB command: Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.kr.mathworks.comhttps://playground.tensorflow.org/#activation=relu&batchSize=10..

SK네트웍스 AI캠프 26일차 - PyTorch, 딥러닝, Loss Function, 역전파, 텐서

https://www.assemblyai.com/blog/pytorch-vs-tensorflow-in-2023/ PyTorch vs TensorFlow in 2023Should you use PyTorch vs TensorFlow in 2023? This guide walks through the major pros and cons of PyTorch vs TensorFlow, and how you can pick the right framework.www.assemblyai.com허깅플레이스는 AI용 깃허브임.파이토치를 텐서프로보다 더 많이 씀. https://light-tree.tistory.com/category/%EA%B3%B5%EB%B6%80/Deep%20Learning '공부/Deep Lear..