3. Packages and applicationsΒΆ
This part of the Scipy lecture notes is dedicated to various scientific packages useful for extended needs.
- 3.1. Statistics in Python
- 3.2. Sympy : Symbolic Mathematics in Python
- 3.3. Scikit-image: image processing
- 3.4. Traits: building interactive dialogs
- 3.5. 3D plotting with Mayavi
- 3.6. scikit-learn: machine learning in Python
- 3.6.1. Loading an example dataset
- 3.6.2. Classification
- 3.6.3. Clustering: grouping observations together
- 3.6.4. Dimension Reduction with Principal Component Analysis
- 3.6.5. Putting it all together: face recognition
- 3.6.6. Linear model: from regression to sparsity
- 3.6.7. Model selection: choosing estimators and their parameters