Difference between revisions of "Sofware and Skills"

From cluster group wiki
Jump to navigation Jump to search
 
Line 12: Line 12:


* HDBSCAN [https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html Package] (Brief introduction by Lu Li [[:File:HDBSCAN.pdf|pdf]])
* HDBSCAN [https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html Package] (Brief introduction by Lu Li [[:File:HDBSCAN.pdf|pdf]])
* DBSCAN [https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html Package]


==Plotting==
==Plotting==

Latest revision as of 10:41, 27 December 2021

Programing


Algorithms and Packages

  • Robust Gaussian Process Package ADS (Brief introduction by Lu Li pdf)

Plotting

  • interactive plotting
 1. plotly.py is an interactive, open-source, and browser-based graphing library for Python. 
Libary
 2. from ipywidgets import interact Link
  • 3D plots
 1. from mpl_toolkits import mplot3d Link


Presenation

  • try this website for fancy presentations [4]
  • Latex beamer of SHAO File:SBeamer.zip(Credit: Yunliang Zheng)


Writing