일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- FreeCAD
- roslaunch
- turtlebot3
- Linux
- ax200
- 전이학습
- amcl
- CuDNN
- rqt
- autorace
- CUDA
- darknet_ros
- RGB-D
- linetracing
- sources.list
- YoLO
- ubuntu
- ROS
- gcc
- webots
- Installation
- G++
- 부분공간
- error
- roslib
- turtlebot
- Gazebo
- opencv
- Kinetic
- 촉각센서
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
stackoverflow.com/questions/42479902/how-does-the-view-method-work-in-pytorch How does the "view" method work in PyTorch? I am confused about the method view() in the following code snippet. class Net(nn.Module): def __init__(self): super(Net, self).__init__() self.conv1 = nn.Conv2d(3, 6, 5) stackoverflow.com
velog.io/@gwkoo/%ED%81%B4%EB%9E%98%EC%8A%A4-%EC%83%81%EC%86%8D-%EB%B0%8F-super-%ED%95%A8%EC%88%98%EC%9D%98-%EC%97%AD%ED%95%A0 클래스 상속 및 super 함수의 역할 파이썬 클래스 상속 및 super 함수의 역할에 대해 정리해 보았습니다. velog.io rednooby.tistory.com/56 [Python] 파이썬 super 기초 개념 및 예제 먼저 super를 사용하기전 상속, 오버라이딩 의 개념이 잡혀있어야 이해하기 쉽습니다. (상속, 오버라이딩 클릭시 페이지 이동) 개념 super() - 자식 클래스에서 부모클래스의 내용을 사용하고 싶을 rednooby.tistory.com dojang.io/mo..
blog.naver.com/wideeyed/221614354947 [Numpy] MinMaxScaler(0~1 스케일링) MinMaxScaler에 대해서 알아보겠습니다.각 Feature마다 값의 범위가 다릅니다. 예를들어 물품 구매 ... blog.naver.com scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html#sklearn.preprocessing.StandardScaler sklearn.preprocessing.StandardScaler — scikit-learn 0.24.1 documentation scikit-learn.org
bearwoong.tistory.com/65 파이썬 DataFrame 인덱싱 하는 방법(df[ ], df.loc[ ], df.iloc[ ]) DataFrame은 python list 나 numpy array 처럼 여러 값을 저장할 때 쓴다. 하지만 DataFrame은 저장되는 자료형에 제약이 없고, column 이름이나 row 이름을 지정해줄 수 있어서 데이터를 관리하기에 훨씬 편리 bearwoong.tistory.com
m.blog.naver.com/PostView.nhn?blogId=magnking&logNo=221322459837&proxyReferer=https:%2F%2Fwww.google.com%2F [Numpy]matrix slice 선택하기 matrix만들기 array([[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [10, 11, 12, 13, 14, 15, 16, 17, 18, 19], [20, ... blog.naver.com
doorbw.tistory.com/144 딥러닝(DeepLearning) #4_ ReLU::Rectified Linear Unit 안녕하세요. 문범우입니다. 오늘은 ReLU(Rectified Linear Unit)에 대해서 알아보겠습니다. * 해당 포스트의 모든 내용은 김성훈 교수님의 '모두를 위한 딥러닝'을 바탕으로 제작되었습니다. 관련한 상 doorbw.tistory.com
stellarway.tistory.com/24 신경망에서의 최적화(optimization), 옵티마이저(optimizer) 정복하기 목차 확률적 경사 하강법(SGD, Stochastic Gradient Descent) 모멘텀(Momentum) AdaGrad(Adaptive Gradient) Adam 신경망 학습의 목적은 손실 함수의 값을 낮추는 매개변수를 찾는 데에 있었다. 매개변수의 최적값.. stellarway.tistory.com
leejiyoon52.github.io/Support-Vecter-Regression/ Support Vector Regression Describe your website here. leejiyoon52.github.io
www.geeksforgeeks.org/linear-regression-python-implementation/ Linear Regression (Python Implementation) - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. www.geeksforgeeks.org