Posts
Data Include Me
Cancel

URL : https://www.hackerrank.com/challenges/map-and-lambda-expression/problem{target=”_blank”} Let’s learn some new Python concepts! You have to generate a list of the first N fib...

URL : https://www.hackerrank.com/challenges/calendar-module/problem The calendar module allows you to output calendars and provides additional useful functions for them. class calendar.TextCal...

판다스(Pandas) 컬럼과 행 길게 보기 1.1 판다스 컬럼과 행 길게 보기 import numpy as np import pandas as pd sample = pd.DataFrame(np.zeros((30,30))) sample 0 1 2 3 4 ...

1. Porto Seguro Safe Driver Prediction 1.1 Porto Seguro Safe Driver Prediction Porto Seguro는 브라질의 자동차 보험회사로, 어떤 차주가 내년에 보험을 청구할지에 대한 예측을 하는것 https://www.kaggle.com/c/porto-seguro-safe-driver...

1 Introduction 2 Load and check data 2.1 load data 2.2 Outlier detection 2.3 joining train and test set 2.4 check for null and missing values 3 Feature a...

The sinking of the Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out...

1. 신경 스타일 전이 1.1 신경 스타일 전이 2015년 딥러닝과 예술의 만남으로 큰 화제가 됨 그림의 스타일을 학습하여, 사진에 전이시킴 고흐 작품의 스타일을 학습해서, 사진에 전이를 시킨것 1.2 텍스쳐 합성 한 장의 이미지를 원본으로 삼아 해당 텍스쳐를 재생성하는 작업 2. 텍스쳐 실습 2.1...

1. 특징 추출기 1.1 특징 추출기 미리 훈련된 모델에서는 데이터의 특징만 추출 그 특징을 작은 네트워크에 통과시켜 예측하는 방법 학습할때 전체 네트워크의 계산을 반복할 필요가 없음 1.2 Inception V3 Inception은 2014년 구글이 ImageNet이라는 대회에서 GoogleNet이름으로 발표한 CNN 기...

1. 사전훈련모델 1.1 사전훈련모델 좋은 성능을 보이는 모델들은 아주 무겁고, 훈련시간도 오래걸린다 ResNet-50은 8개의 P100 GPU를 29시간 학습해서 얻은 모델 FaceBook의 인공지능팀이 이를 1시간으로 줄였는데, 대신 GPU를 256개 사용함 보통 많은 연구자들이 자신이 학...

1. Cat and Dogs 1.1 Cat and Dgos PCA 할때 사용했던 데이터. https://hmkim312.github.io/posts/강아지와_고양이_분류기_on_PCA/ kaggle : https://www.kaggle.com/c/dogs-vs-cats/data 위의 링크에서 Donwload all 버튼을 눌러 dog...