태그>machinelearning(총 83개의 글)
'machinelearning' 관련 최근글
-
- 가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/11/16 08:37
가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝 준비 [keras → tf.keras]Anaconda3 (아나콘다3)? 아나콘다는 패키지 관리와 디플로이를 단순케 할 목적으로 과학 계산을 위해 파이썬과 R..
- 가장 쉬운 anaconda 설치: 파이썬 설치와 딥러닝..
-
- 표현자과 다양성에 대해서 [기계학습]
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/09/17 11:35
기계학습(machine learning), 표현자(representation)과 다양성(diversity)에 대해서 기계학습의 3요소: 표현자(representation), 성능지수(evaluation) , 최적화(optimization) ..
- 표현자과 다양성에 대해서 [기계학습]
-
- AI_in_Practice: Scikit-learn and Keras 가장 쉬운 기계학습 강의록 ..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/02/19 10:09
2021년 1월 6일 (5일 강의) 강의제목: Artificial Intelligence in Practice : Scikit-learn and Keras강의목적: 인공지능 기초 및 실습 ( scikit-learn, Xgboost, lightGBM, keras ) 상세내용은 하단 컨텐츠 참조. 한국표준과학연구원(KRISS) / 한국물리학회 통계..
- AI_in_Practice: Scikit-learn and Keras 가장 쉬운 기계학습 강의록 ..
-
- 가장 쉬운 가우시인 프로세스, 기대 향상, 그리고..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/02/14 19:03
가장 쉬운 가우시인 프로세스, 기대 향상, 그리고 베이지안 옵티마이제이션 (Bayesian optimization)https://en.wikipedia.org/wiki/Bayesian_optimizationhttps://github.com/krasserm/ba..
- 가장 쉬운 가우시인 프로세스, 기대 향상, 그리고..
-
- 가장 쉬운 회귀 (regression)
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/02/07 15:19
가장 쉬운 회귀 (regression) 영국의 유전학자 프랜시스 골턴은 부모의 키와 아이들의 키 사이의 연관 관계를 연구하였다. 부모와 자녀의 키사이에는 선형적인 관계가 있고 키가 커지거나 작아지는 것보다는 ..
- 가장 쉬운 회귀 (regression)
-
- 가장 쉬운 Adversarial AutoEncoder (AAE)
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/26 16:10
가장 쉬운 Adversarial AutoEncoder (AAE) 데이터 각각의 암호화와 연이어지는 데이터 각각의 복원 과정을 통해서 데이터 전체에 대한 일반적인 암호화와 복원의 공통된 규칙을 찾아내는 것이 autoenco..
- 가장 쉬운 Adversarial AutoEncoder (AAE)
-
- 가장 쉬운 가우시안 프로세스 회귀, 분류 [Gauss..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/24 10:32
가장 쉬운 가우시안 프로세스(Gaussian process) 회귀, 분류 가우시안 프로세스(Gaussian process)는 회귀, 분류 문제를 풀기 위한 지도학습 방법이다. 확률론적 예측을 가능하게 해준다. 예측..
- 가장 쉬운 가우시안 프로세스 회귀, 분류 [Gauss..
-
- 가장 쉬운 랜덤 포레스트 (Random forest)
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/19 09:29
가장 쉬운 랜덤 포레스트 (Random forest)https://en.wikipedia.org/wiki/Random_forest 기계 학습에서의 랜덤 포레스트(영어: random forest)는 분류, 회귀 분석 등에 사용되는 앙상블 학습 방법..
- 가장 쉬운 랜덤 포레스트 (Random forest)
-
- 가장 쉬운 denoising autoencoder
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/12 16:38
가장 쉬운 Denoising autoencoder 노이즈를 없애버리는 autoencoder, denoising autoencoder autoencoder의 변형으로 denosing autoencoder를 생각할 수 있다.아래의 왼쪽의 오염된 ..
- 가장 쉬운 denoising autoencoder
-
- 가장 쉬운 드랍아웃 [Keras]
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/10 11:16
가장 쉬운 드랍아웃 [Keras]딥러닝에서 과적합(overfitting)을 피할 수 있는 방법으로 드랍아웃 방법이 아주 유명하다. 2012년 탄생하였다.딥러닝의 역사와 함께 시작하였다.극도로 구현이 간단한 알고리..
- 가장 쉬운 드랍아웃 [Keras]
-
- 가장 쉬운 lightGBM 모델 [분류, 회귀] better ..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/06 19:41
가장 쉬운 lightGBM 모델 [분류, 회귀] better accuracyhttps://lightgbm.readthedocs.io/en/latest/https://github.com/microsoft/LightGBMhttps://www.programcreek.com/python/exa..
- 가장 쉬운 lightGBM 모델 [분류, 회귀] better ..
-
- 가장 쉬운 베이지안 옵티마이제이션 [Python]
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/06 08:57
가장 쉬운 베이지안 옵티마이제이션(Bayesian optimization)https://en.wikipedia.org/wiki/Bayesian_optimization #8: Bayesian optimization (borealisai.com)https://news.naver..
- 가장 쉬운 베이지안 옵티마이제이션 [Python]
-
- 가장 쉬운 XGBoost 모델 [분류, 회귀] battle-..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2020/01/02 13:46
가장 쉬운 XGBoost 모델 [분류, 회귀] battle-testedScalable, Portable and Distributed Gradient Boosting (GBM, GBRT, GBDT) Library". Gradient Boost를 먼저 고려한다...
- 가장 쉬운 XGBoost 모델 [분류, 회귀] battle-..
-
- 가장 쉬운 보팅 앙상블 (voting ensemble)
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/12/27 17:26
가장 쉬운 보팅 앙상블 (voting ensemble) 개별적인 모델들의 성능에 차이가 있다. 많은 독립적인 모델들의 출력을 평균하거나, 다수결로 정하는 방법을 고려할 수 있다.회귀의 경우 평균을 취하고 분류의..
- 가장 쉬운 보팅 앙상블 (voting ensemble)
-
- 가장 쉬운 CNN (convolutional neural netwo..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/10 14:55
가장 쉬운 CNN (convolutional neural network) 예제 필터를 자동으로 만드는 것. 완전히 연결된 신경망과 비교하면 정규화된 신경망을 활용하는 것으로 비교할 수 있다. 행렬로 표현된 필터의 각 요소가..
- 가장 쉬운 CNN (convolutional neural netwo..