신경망(6)
-
[DL Wizard] Feedforward Neural Network with PyTorch 번역 및 정리
https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_feedforward_neuralnetwork/ Feedforward Neural Networks (FNN) - Deep Learning Wizard Feedforward Neural Network with PyTorch About Feedforward Neural Network Logistic Regression Transition to Neural Networks Logistic Regression Review Define logistic regression model Import our relevant torch modules. import torch import t..
2020.02.04 -
[Learning PyTorch with Examples] 예시로 배우는 파이토치 정리
https://pytorch.org/tutorials/beginner/pytorch_with_examples.html#tensors Learning PyTorch with Examples — PyTorch Tutorials 1.4.0 documentation Learning PyTorch with Examples Author: Justin Johnson This tutorial introduces the fundamental concepts of PyTorch through self-contained examples. At its core, PyTorch provides two main features: An n-dimensional Tensor, similar to numpy but can run on..
2020.02.03 -
[PyTorch Tutorials] 파이토치 튜터리얼 정리/번역
https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#sphx-glr-beginner-blitz-tensor-tutorial-py What is PyTorch? — PyTorch Tutorials 1.4.0 documentation Note Click here to download the full example code What is PyTorch? It’s a Python-based scientific computing package targeted at two sets of audiences: A replacement for NumPy to use the power of GPUs a deep learning research platfor..
2020.02.03 -
밑바닥부터 시작하는 딥러닝 2권 : Chapter 1-2 2020.01.24
-
밑바닥부터 시작하는 딥러닝 1권 : Chapter 7 [CNN] 2019.12.27
-
밑바닥부터 시작하는 딥러닝 1권 : Chapter 2-4 [퍼셉트론과 신경망] 2019.12.24