Posts by Category

BOJ

Intro

Date:

본 페이지는 ‘BOJ’ 카테고리의 Intro 페이지입니다.

Back to top ↑

Android

[Room DB] 중복 데이터 없이 DB 초기화하기

Date:

DAO를 이용해 DB와 통신할 때, @Insert를 이용하여 DB에 INSERT Query를 보내는 함수를 만드는 경우가 있다. 이때 onConflict = IGNORE를 뒤에 붙여주면 중복 데이터 없이 DB를 초기화할 수 있다.

Back to top ↑

AI

[DL/Tabular] CTR Prediction - Avazu Dataset

Date:

Click-through rate prediction is the task of predicting the likelihood that something on a website (such as an advertisement) will be clicked. (출처: Papers...

Back to top ↑