- Speech recognition , Natural language processing
- Computer vision
- Medical outcomes analysis
- Robot control
- Computational biology
- Sensor networks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/Rscript | |
# Name : Rosdyana Kusuma | |
# Student ID : s1056035 | |
# mail : [email protected] , [email protected] | |
# site : rosdyanakusuma.com | |
# read input data. | |
dataInput = read.csv("input.csv", header=F , sep=",") | |
# create confusion matrix. |
- All data is labeled and the algorithms learn to predict the output from the input data.
- Classification , Regression
- Linear regression and classification , Random forest , Support vector machine , Bayesian, Neural networks
- All data is unlabeled and the algorithms learn to inherent structure from the input data.
- Clusterring, Association
- K-means , Apriori Algorithm
- Some data is labeled but most of it is unlabeled and a mixture of supervised and unsupervised techniques can be used.
NewerOlder