Logo

  • Home
  • User Guide
  • Book Figures
    • 2nd edition
    • 1st edition
  • Example Plots
  • Notebooks
Previous
Cross Validat... Cross Validation Examples: Part 4
 
Up
Textbook Figures Textbook Figures

This documentation is for astroML version 0.4

This page

  • Chapter 9: Classification

Links

astroML Mailing List

GitHub Issue Tracker

Videos

Scipy 2012 (15 minute talk)

Scipy 2013 (20 minute talk)

Citing

If you use the software, please consider citing astroML.

Chapter 9: Classification¶

This chapter covers supervised classification of data, using a number of generative and discriminative classifiers.

../../_images/fig_bayes_DB_1_thumb.png

Bayes Decision Boundary¶

../../_images/fig_simple_naivebayes_1_thumb.png

Simple Gaussian Naive Bayes Classification¶

../../_images/fig_rrlyrae_naivebayes_1_thumb.png

Gaussian Naive Bayes Classification of photometry¶

../../_images/fig_rrlyrae_lda_1_thumb.png

LinearDiscriminantAnalysis Classification of photometry¶

../../_images/fig_rrlyrae_qda_1_thumb.png

QuadraticDiscriminantAnalysis Classification of photometry¶

../../_images/fig_rrlyrae_GMMbayes_1_thumb.png

Gausian Mixture Bayes Classification of photometry¶

../../_images/fig_rrlyrae_knn_1_thumb.png

K-neighbors Classification of photometry¶

../../_images/fig_rrlyrae_logreg_1_thumb.png

Logistic Regression of photometry¶

../../_images/fig_svm_diagram_1_thumb.png

SVM Diagram¶

../../_images/fig_rrlyrae_svm_1_thumb.png

SVM Classification of photometry¶

../../_images/fig_rrlyrae_kernelsvm_1_thumb.png

Kernel SVM Classification of photometry¶

../../_images/fig_rrlyrae_treevis_1_thumb.png

Decision Tree for RR Lyrae Classification¶

../../_images/fig_rrlyrae_decisiontree_1_thumb.png

Decision Tree Classification of photometry¶

../../_images/fig_photoz_tree_1_thumb.png

Photometric Redshifts by Decision Trees¶

../../_images/fig_photoz_forest_1_thumb.png

Photometric Redshifts by Random Forests¶

../../_images/fig_photoz_boosting_1_thumb.png

Photometric Redshifts by Random Forests¶

../../_images/fig_neural_network_1_thumb.png

Neural Network Diagram¶

../../_images/fig_photoz_nn_1_thumb.png

fig_photoz_nn.py¶

../../_images/fig_cnn_1_thumb.png

Convolutional Neural Network¶

../../_images/fig_morph_nn_1_thumb.png

fig_morph_nn.py¶

../../_images/fig_vae_1_thumb.png

Variational AutoEncoder¶

../../_images/fig_sdss_vae_1_thumb.png

fig_sdss_vae.py¶

../../_images/fig_ROC_curve_1_thumb.png

RR Lyrae ROC Curves¶

../../_images/fig_star_quasar_ROC_1_thumb.png

Star/Quasar Classification ROC Curves¶

This documentation is relative to astroML version 0.4
© 2012-2019, Jake Vanderplas & AstroML Developers. Created using Sphinx 2.1.2. Design by Web y Limonada. Show this page source