Code Gallery: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* [[SVM (Support Vector Machine) in CSharp | Support Vector Machine (SVM) - thanks to Albert G.]] | * [[SVM (Support Vector Machine) in CSharp | Support Vector Machine (SVM) - thanks to Albert G.]] | ||
* [[Expectation-Maximization in CSharp | Expectation-Maximization (EM)]] | * [[Expectation-Maximization in CSharp | Expectation-Maximization (EM)]] | ||
* [https://www.proposable.com/ proposal software] | |||
* [[ANN MLP (Neural Network) in CSharp | Neural Network (ANN MLP) ]] | * [[ANN MLP (Neural Network) in CSharp | Neural Network (ANN MLP) ]] | ||
* [[Mushroom Poisonous Prediction (Decision Tree) in CSharp | Mushroom Poisonous Prediction (Decision Tree) ]] | * [[Mushroom Poisonous Prediction (Decision Tree) in CSharp | Mushroom Poisonous Prediction (Decision Tree) ]] |
Revision as of 07:32, 26 November 2011
Tutorial Code
C#
Image Processing Examples
- Hello World
- Camera Capture in 7 lines of code
- Shape (Triangle, Rectangle, Circle, Line) Detection
- SURF Feature Detector
- truck accident lawyer
- Delaunay's Triangulation and Voronoi Diagram
- WPF (Windows Presentation Foundation)
- Face detection in Csharp
- Traffic Sign Detection
- License Plate Recognition (LPR), Optical Character Recognition (OCR)
Machine Learning Examples
- Normal Bayes Classifier
- K Nearest Neighbors
- Support Vector Machine (SVM) - thanks to Albert G.
- Expectation-Maximization (EM)
- proposal software
- Neural Network (ANN MLP)
- Mushroom Poisonous Prediction (Decision Tree)