카페검색 본문
카페글 본문
-
2026년 1학기용 U1 Boosting 학생용워크북실행지 제출합니다. 2026.04.26해당카페글 미리보기
U1 Boosting 학생용워크북 실행지 자율설계학부 22670053.hwp 181.00KB 요즘 날씨도 좋은 하루하루입니다~^^ 22670053 유지영 입니다.과제 제출합니다. 오늘도 좋은하루되세요 .
-
# < 1204 배깅방법> R 코드 _ R4.1.3 버전 2025.12.02해당카페글 미리보기
adabag) data(iris) sub <- sample(1:150,100) train_data = iris[sub,] test_data = iris[-sub,] iris.adaboost <- boosting(Species~., data=train_data, boos=TRUE, mfinal=10) iris.adaboost iris.adaboost$importance # 변수의 상대적인 중요도 iris...
-
Samsung in urgent need of boosting foundry yield 삼성, AI 프로세서 파운드리 수율 향상시급 2024.09.13해당카페글 미리보기
증대를 통해 3분기에 5조5,000억원 감소한 반도체 사업의 영업이익이 회복되기를 기대합니다. Samsung in urgent need of boosting foundry yield for AI processors 삼성, AI 프로세서를 위한 파운드리 수율 향상이 시급 By Nam Hyun-woo 남현우 기자...
-
2026년 발효 리뷰 논문 --> 발효한약 탐구 2026.05.15해당카페글 미리보기
sorghum, and sourdough-fermented rye, where free phenolics like caffeic, ferulic, and p-coumaric acids increased, boosting antioxidant activity. This process is attributed to microbial enzymes like feruloyl esterases, which hydrolyze...
-
Re: 오늘의 마지막 문제. wine2.csv 데잍터를 분류하는 앙상블 모델을 생성하세요 ~ 2024.07.29해당카페글 미리보기
# Accuracy with boosting: # mfinal = 5 : 0.9375 # mfinal = 10 : 0.9375 # mfinal = 15 : 0.9375 # mfinal = 20 : 1 # mfinal = 25 : 1 ##### 예제) 앙상블 (와인) # 데이터 로드 data <- read.csv("c:\\data\\wine2.csv", stringsAsFactors = TRUE...