[딥러닝] Norm, 노름 이해하기
Norm : 원점과 벡터 x와의 거리 L1-Norm : 벡터x 요소들의 절대값의 합 (x=[1,-2,3] / L1-Norm = 1+(-2)+3 =2 ) import pandas as pd import numpy as np from numpy import linalg...
황트루치
Norm : 원점과 벡터 x와의 거리 L1-Norm : 벡터x 요소들의 절대값의 합 (x=[1,-2,3] / L1-Norm = 1+(-2)+3 =2 ) import pandas as pd import numpy as np from numpy import linalg...
[Kaggle] Titanic 데이터 분석 import pandas as pd train = pd.read_csv(‘input/train.csv’) test = pd.read_csv(‘input/test.csv’) print(“=============train==============”) print(train.head()) print(“=============test==============”) print(test.head()) print(train.shape) #891개 데이터, 12개 컬럼 print(test.shape) #418개 데이터, 12개 컬럼 print(train.info()) #데이터...
publicId와 systemId 사이에는 공백이 필요합니다. pom.xml 파일의 상단 xsi설정에 중복으로 들어간 내용이 있는지 확인할 것.
What three words would you use to describe today? 오늘을 세단어로 표현한다면, 어떤 단어? I woulld describe today as having been “productive” “생산적”이라는 단어로 오늘을 표현할 수 있겠다. It seemed...
[Swift] Gif이미지로 Activity Indicator 사용하기 다양한 방법이 있겠지만,, 커스터마이징에 제한이 있는기존의 Activity Indicator View를 빼고 UIImageView에 이미지를 셋팅해서 Alpha 조정으로 구현 할 생각을 하였다.. 우선 UIImageView가 Gif를 지원하지 않으므로, CocoaPods에서...
where would you like to visit the most?? 가장 방문해보고 싶은곳은 어디? I would most like to visit OO. 나는 ㅇㅇ을 가장 방문해보고 싶다.. It is one of the most...
구글 코드랩 / 구글 기술들에 대한 교육, 튜토리얼 사이트랄까 하나씩 따라해봐도 괜찮을 것 같다. https://codelabs.developers.google.com/
온라인에서 플로우차트, UML, 다이어그램 등 그릴때 주로 사용. 클라우드, xml등으로 저장하여 공유할 수 있음. https://www.draw.io/
무료 디자인 템플릿, PSD등을 제공함. 쩐다.. http://sourcetree.kr/ 다양한 무료 아이콘. 개쩜. https://icons8.com/ 템플릿 콜렉션으로 모아놨음. 앱서비스에서 쓸만한게 많음. https://www.template.net/design-templates/buttons/ui-button-designs-elements-kits/
More
최근 댓글