
ML
In machine learning and statistics , feature selection , also known as variable selection , attribute selection or variable subset selection , is the process of selecting a subset of relevant features for use in model construction. The central assumption when using a feature selection technique is that the data contains many redundant or irrelevant features. Redundant features are those which provide no more information than the currently selected features, and irrelevant features provide no useful information in any context.
Feature selection
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes. Found only on the islands of New Zealand, the Weka is a flightless bird with an inquisitive nature.
Weka 3 - Data Mining with Open Source Machine Learning Software in Java
by Kardi Teknomo In this tutorial, you will discover step by step how an agent learns through training without teacher (unsupervised) in unknown environment. You will find out part of reinforcement learning algorithm called Q-learning . Reinforcement learning algorithm has been widely used for many applications such as robotics, multi agent system, game, motion planning, navigation, and etc.
Q-Learning By Examples
Reinforcement Learning - Algorithms
K-Means Clustering Tutorial: Matlab Code
By Kardi Teknomo, PhD. < Previous | Next | Contents > Purchase the latest e-book with complete code of this k means clustering tutorial here For you who like to use Matlab, Matlab Statistical Toolbox contain a function name kmeans .sponser links:
k_means.m - Classical data mining algorithm matlab c - Source Codes Reader - HackChina
Project
The project describes teaching process of multi-layer neural network employing backpropagation algorithm. To illustrate this process the three layer neural network with two inputs and one output,which is shown in the picture below, is used: Each neuron is composed of two units. First unit adds products of weights coefficients and input signals. The second unit realise nonlinear function, called neuron activation function.
Backpropagation
FLD - Fisher Linear Discriminant
CS340 Winter 2010
Loading ... For curve fitting using linear regression, there exists a minor variant of Batch Gradient Descent algorithm, called Stochastic Gradient Descent. In the Batch Gradient Descent , the parameter vector is updated as, (loop over all elements of training set in one iteration) For Stochastic Gradient Descent , the vector gets updated as, at each iteration the algorithm goes over only one among

