kaggle

CT(Iamages using Contrast Classification CNN with Keras(tensorflow))¶ RI / CT 를 찍게 되면 조영제(Contrast)를 사용하게 되는데 사용한 그림인지 아닌지 구분하는 코드. In [66]: import dicom # dicom file handling library import numpy as np # matrix tools import matplotlib.pyplot as plt # for basic plots import seaborn as sns # for nicer plots import pandas as pd import re from skimage.io import imread import os import keras Using T..
QVC Analysis (E-Commerce 판매 데이터 분석)¶ 전처리 과정은 Jupyter 메모리상 중간에 되지를 않게 되어 .R 내용을 확인 Data_Handling Making OrderData Clustering Recommand System 발표 자료¶ PPT 필요한 파일.¶ Customer master2.csv order_data.csv product.csv timezone.csv zipcode.csv Product airtime.csv pre_order_data.csv *.txt 파일 In [46]: library(stringr) library(arules) library(dplyr) library(maps) library(ggplot2) library(ggmap) library(gridE..
NASA Astronauts, 1959-PresentWhich American Astronaut has spent the most time in space? 1. Prepare Data Alma Mater : 모교 (졸업학교인듯) Undergraduate Major : 학부 전공 Graduate Major : 대학원 전공 Military Rank : 군 계급 Military Branch : 군 분류 Space Flights : 우주 비행 횟수 Space Flight (hr) : 우주 비행 총 시간 Space Walks : 비행선 밖에서의 임무 수행 횟수 인듯 Space Walks (hr) : 비행선 밖에서의 임무 수행 시간 In [78]: import numpy as np import pandas as ..
StudentAlcohol 결론 : 당연한 결과가 나온 것 같음. 집과 학교가 거리가 멀고, 친구들과 밖으로 자주 놀러 나가는 남자 아이가 술을 먹을 확률이 높다. 주중에 먹는애가 주말에 먹고, 주말에 먹는 아이가 주중에 먹을 확률 또한 높다. (당연한 소리) 결석을 자주하는 아이 또한 가능성은 있지만 높은 편은 아니다. Attributes for both student-mat.csv (Math course) and student-por.csv (Portuguese language course) datasets:¶ school - student's school (binary: 'GP' - Gabriel Pereira or 'MS' - Mousinho da Silveira) sex - student's s..
IMDB 5000 Movies BackgroundHow can we tell the greatness of a movie before it is released in cinema?This question puzzled me for a long time since there is no universal way to claim the goodness of movies. Many people rely on critics to gauge the quality of a film, while others use their instincts. But it takes the time to obtain a reasonable amount of critics review after a movie is released. A..
J_Today
'kaggle' 태그의 글 목록