일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- https://stackoverflow.com/questions/38976217/what-is-the-meaning-of-include-lowest-in-reclassify-raster-package-r
- https://www.rdocumentation.org/packages/base/versions/3.5.1/topics/nrow
- https://stat.ethz.ch/R-manual/R-devel/library/base/html/table.html
- Latex is suck
- Today
- Total
목록Coursera/Machine Learning (6)
LearnMore
IntroductionImplement the anomaly detection algorithm and apply it to detect failing servers on a network.Files included in this exerciseex8.m - Octave/MATLAB script for rst part of exerciseex8 cofi.m - Octave/MATLAB script for second part of exerciseex8data1.mat - First example Dataset for anomaly detectionex8data2.mat - Second example Dataset for anomaly detectionex8 movies.mat - Movie Review ..
IntroductionImplement the K-means clustering algorithm and apply it to compress an image.Files included in this exerciseex7.m - Octave/MATLAB script for the rst exercise on K-meansex7 pca.m - Octave/MATLAB script for the second exercise on PCAex7data1.mat - Example Dataset for PCAex7data2.mat - Example Dataset for K-meansex7faces.mat - Faces Datasetbird small.png - Example ImagedisplayData.m - D..
IntroductionUsing support vector machines (SVMs) to build a spam classifi er.Files included in this exerciseex6.m - Octave/MATLAB script for the rst half of the exerciseex6data1.mat - Example Dataset 1ex6data2.mat - Example Dataset 2ex6data3.mat - Example Dataset 3svmTrain.m - SVM training functionsvmPredict.m - SVM prediction functionplotData.m - Plot 2D datavisualizeBoundaryLinear.m - Plot lin..
Introductionimplement regularized linear regression and use it to study models with different bias-variance properties.Files included in this exerciseex5.m - Octave/MATLAB script that steps you through the exerciseex5data1.mat - Datasetsubmit.m - Submission script that sends your solutions to our serversfeatureNormalize.m - Feature normalization functionfmincg.m - Function minimization routine (..
IntroductionImplement the back propagation algorithm for neural networks and apply it to the task of hand-written digit recognition.Files included in this exerciseex4.m - Octave/MATLAB script that steps you through the exerciseex4data1.mat - Training set of hand-written digitsex4weights.mat - Neural network parameters for exercise 4submit.m - Submission script that sends your solutions to our se..
IntroductionImplement one-vs-all logistic regression and neural networks to recognize hand-written digits.Files included in this exerciseex3.m - Octave/MATLAB script that steps you through part 1ex3 nn.m - Octave/MATLAB script that steps you through part 2ex3data1.mat - Training set of hand-written digitsex3weights.mat - Initial weights for the neural network exercisesubmit.m - Submission script..