معرفی شرکت ها


fdc-1.15


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fast Density Clustering in low-dimension
ویژگی مقدار
سیستم عامل -
نام فایل fdc-1.15
نام fdc
نسخه کتابخانه 1.15
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alexandre Day
ایمیل نویسنده alexandre.day1@gmail.com
آدرس صفحه اصلی https://alexandreday.github.io/
آدرس اینترنتی https://pypi.org/project/fdc/
مجوز MIT
# Fast density clustering (fdc) Python package for clustering low-dimensional data using kernel density maps and density graph. Examples for gaussian mixtures and some benchmarks are provided. Our algorithm solves multiscale problems (multiple variances/densities and population sizes) and works for non-convex clusters. It uses cross-validation and is regularized by two main global parameters : a neighborhood size and a noise threshold measure. The later detects spurious cluster centers while the former guarantees that only local information is used to infer cluster centers. The underlying code is based on fast KD-trees for nearest-neighbor searches. For low-dimensional spaces, the algorithm has a O(n log n), where n is the size of the dataset. Is also has a memory complexity of O(n). # Installing I suggest you install the code using ```pip``` from an [Anaconda](https://conda.io/docs/user-guide/tasks/manage-environments.html) Python 3 environment. From that environment: ``` pip install fdc ``` That's it ! You can now import the package ```fdc``` from your Python scripts. Check out the examples in the file ```example``` and see if you can run the scripts provided. # Examples and comparison with other methods Check out the example for gaussian mixtures (example.py). You should be able to run it directly. It should produce a plot similar to this: ![alt tag](https://github.com/alexandreday/fast_density_clustering/blob/master/example/result.png) In another example (example2.py), the algorithm is benchmarked against some sklearn datasets (note that the same parameters are used across all datasets). This is to be compared with other clustering methods easily accesible from [sklearn](http://scikit-learn.org/stable/modules/clustering.html). ![alt tag](https://github.com/alexandreday/fast_density_clustering/blob/master/example/sklearn_datasets.png) # Citation If you use this code in a scientific publication, I would appreciate citation/reference to this repository. Also, for further references on clustering and machine learning check out our machine learning review: ``` @article{mehta2018high, title={A high-bias, low-variance introduction to Machine Learning for physicists}, author={Mehta, Pankaj and Bukov, Marin and Wang, Ching-Hao and Day, Alexandre GR and Richardson, Clint and Fisher, Charles K and Schwab, David J}, journal={arXiv preprint arXiv:1803.08823}, year={2018} } ```


نیازمندی

مقدار نام
>=0.19 scikit-learn


نحوه نصب


نصب پکیج whl fdc-1.15:

    pip install fdc-1.15.whl


نصب پکیج tar.gz fdc-1.15:

    pip install fdc-1.15.tar.gz