[Machine Learning] 오버피팅의 개념과 해결
Overfitting(과적합), Data Augmentation
Posted by
Wonyong Jang
on September 04, 2022 ·
5 mins read
[Machine Learning] 분류(Classification) 모델 지표(metrics)의 의미와 계산법
Confusion Matrix / TP, FP, TN, FN / accuracy, precision, recall / ROC AUC
Posted by
Wonyong Jang
on September 01, 2022 ·
13 mins read
[Gradle] Kotlin DSL 를 이용하여 Gradle 설정하기
멀티 모듈 프로젝트에서 Kotlin DSL / project, allprojects, subprojects / 특정 모듈에서 shadowJar
Posted by
Wonyong Jang
on July 18, 2022 ·
10 mins read
[Gradle] Gradle task 이해와 Gradle Wrapper 사용하기(Groovy DSL)
gradle wrapper / up to date / 빌드시 Plain jar 와 Executable jar
Posted by
Wonyong Jang
on July 17, 2022 ·
10 mins read
[AWS] VPC 와 Subnet 이해하기
VPC, Subnet, VPC 방화벽(Network ACL, Security Group) / IAM
Posted by
Wonyong Jang
on July 10, 2022 ·
6 mins read
[Spring] MockMvc를 이용하여 controller 테스트하기
standaloneSetup, webAppContextSetup / ContentType 과 Accept
Posted by
Wonyong Jang
on July 08, 2022 ·
19 mins read
[Spring] MockWebServer 외부 API 테스트하기
WebClient, RestTemplate 재처리 테스트 / spock @SpringBean
Posted by
Wonyong Jang
on June 28, 2022 ·
9 mins read
[Spring] Non-Blocking 방식의 WebClient 이해하기
WebClient와 RestTemplate 비교 / HttpClient 모듈 / Blocking, Non-Blocking / 동기, 비동기
Posted by
Wonyong Jang
on June 26, 2022 ·
9 mins read