본문 바로가기
tools/Python

Kernel Density Estimation 관련 참고 자료s

by ㄱ ㄴ 2021. 7. 10.

0. 참고

https://knanote.tistory.com/26

 

1. scikit-learn

https://scikit-learn.org/stable/modules/density.html#

 

2.8. Density Estimation — scikit-learn 0.24.2 documentation

2.8. Density Estimation Density estimation walks the line between unsupervised learning, feature engineering, and data modeling. Some of the most popular and useful density estimation techniques are mixture models such as Gaussian Mixtures (GaussianMixture

scikit-learn.org

 

2. 함수만들기 참고

https://stackoverflow.com/questions/41577705/how-does-2d-kernel-density-estimation-in-python-sklearn-work

 

how does 2d kernel density estimation in python (sklearn) work?

I am sorry for the probably stupid question but I am trying now for hours to estimate a density from a set of 2d data. Let's assume my data is given by the array: sample = np.random.uniform(0,1,siz...

stackoverflow.com

 

3. 기타

https://mglerner.github.io/posts/histograms-and-kernel-density-estimation-kde-2.html?p=28 

 

Histograms and kernel density estimation KDE 2

You can download this whole post as a Jupyter notebook here Why histograms¶As we all know, Histograms are an extremely common way to make sense of discrete data. Whether we mean to or not, whe

mglerner.github.io

 

'tools > Python' 카테고리의 다른 글

대기과학과 해양학을 위한 파이썬  (0) 2021.11.26
NetCDF4-python  (0) 2021.07.10
KDE를 구하기 위한 python package  (0) 2020.08.28
숫자 서식  (0) 2020.08.24
reshape(-1,1)  (0) 2020.08.23

댓글