Sciweavers

page 1 / 4
» tutorials
Sort
View

Tutorial
1113views
11 years 11 months ago
Snakes, Shapes, and Gradient vector flow
Active contours, or snakes, are computer-generated curves that move within images to find object boundaries. Its 3D version is often known as deformable models or active surfaces ...

Tutorial
2744views
13 years 8 months ago
Correlation based similarity measures-Summary
Correlation based matching typically produces dense depth maps by calculating the disparity at each pixel within a neighborhood. This is achieved by taking a square window of certa...

Tutorial
3234views
13 years 10 months ago
Nguyen-Widrow and other Neural Network Weight/Threshold Initialization Methods
Neural networks learn by adjusting numeric values called weights and thresholds. A weight specifies how strong of a connection exists between two neurons. A threshold is a value,...
Jeff Heaton

Tutorial
4472views
14 years 2 months ago
An Introduction to Encog Neural Networks for Java
This article provides a basic introduction to neural networks and neural network programming using the Encog Artificial Intelligence Framework. Encog is an AI framework that is ava...
Jeff Heaton

Tutorial
3787views
14 years 3 months ago
Introduction to the Calculus of Variations
This is a self-contained paper which introduces a fundamental problem in the calculus of variations, the problem of nding extreme values of functionals. The reader should have a...
Jim Fischer