반응형

Deep Learning/Pytorch 5

[Pytorch] Deep Learning Frameworks

* 참고 : 이 글은 colab의 .ipynb 파일을 통하여 실험하였습니다. 1. Deep Learning Basics Deep Learning Learn hierarchical representations and the prediction model simultaneously, that are optimal for given task. Deep in the sense that it has multiple levels of non-linear feature transformations. Artificial Neural Networks Systems of interconnected neurons which learns parameters that non-linearly converts some inputs..

[Python] Class

딥러닝에서 python을 이용하여 다양하게 프로그램을 할 수 있지만 Class를 만들어 관리하는 것이 간편하고 중요하다. 이에 대하여 간단히 알아본다. * 참고 : 이 글은 colab의 .ipynb 파일을 통하여 실험하였습니다. Class and objects Class Class is a frame which can create identical things Object Things generated by a class Features of Python Class In object-oriented programming, the composition of the program is made around objects A class is a frame that defines the properties an..

반응형