machineLearning-master

所属分类:matlab编程
开发工具:matlab
文件大小:15653KB
下载次数:2
上传日期:2018-05-02 19:35:54
上 传 者ankuron18
说明:  Machine Learning algorithm

文件列表:
LICENSE.txt (1075, 2018-04-21)
diagnosticTests (0, 2018-04-21)
diagnosticTests\ex5.m (6771, 2018-04-21)
diagnosticTests\ex5data1.mat (1321, 2018-04-21)
diagnosticTests\featureNormalize.m (510, 2018-04-21)
diagnosticTests\fmincg.m (8742, 2018-04-21)
diagnosticTests\learningCurve.m (2374, 2018-04-21)
diagnosticTests\linearRegCostFunction.m (944, 2018-04-21)
diagnosticTests\plotFit.m (804, 2018-04-21)
diagnosticTests\polyFeatures.m (668, 2018-04-21)
diagnosticTests\submit.m (17211, 2018-04-21)
diagnosticTests\submitWeb.m (807, 2018-04-21)
diagnosticTests\trainLinearReg.m (714, 2018-04-21)
diagnosticTests\validationCurve.m (1746, 2018-04-21)
imagesForExplanation (0, 2018-04-21)
imagesForExplanation\ArtificialNeuronModel.jpg (58035, 2018-04-21)
imagesForExplanation\ArtificialNeuronSimulateLogicalAND.jpg (64235, 2018-04-21)
imagesForExplanation\CostFunctionExampleWithTheta_0AndTheta_1.jpg (234397, 2018-04-21)
imagesForExplanation\GradientDescentWithMutlipleLocalMinimum.jpg (271359, 2018-04-21)
imagesForExplanation\LabeledNeuron.jpg (77836, 2018-04-21)
imagesForExplanation\NeuralNetwork.jpg (94312, 2018-04-21)
imagesForExplanation\NeuralNetworkEquations.jpg (55180, 2018-04-21)
imagesForExplanation\UnderFitAndOverFit.jpg (63736, 2018-04-21)
imagesForExplanation\equations (0, 2018-04-21)
imagesForExplanation\equations\gradientDescentUpdateTheta_j.gif (1480, 2018-04-21)
supervisedLearning (0, 2018-04-21)
supervisedLearning\LinearAlgebraReview.md (1122, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable (0, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable\computeCost.m (845, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable\gradientDescent.m (1336, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable\inputTrainingSet.txt (1359, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable\plotData.m (665, 2018-04-21)
supervisedLearning\linearRegressionIn1Variable\run.m (2679, 2018-04-21)
supervisedLearning\linearRegressionInMultipleVariables (0, 2018-04-21)
supervisedLearning\linearRegressionInMultipleVariables\computeCostMulti.m (922, 2018-04-21)
... ...

# Machine Learning If you take online classes but find it lonely checkout [www.infinity2o.com](https://www.infinity2o.com/)!!!!! ## Why The majority of the material here was created while taking Andrew Ng's free online [Machine Learning class](https://www.coursera.org/learn/machine-learning) which I highly recommend! *"A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E."* ~ Definition of Machine Learning by Tom Mitchell ## How 1. Install [Octave free here](https://db.tt/J97Im052) or [Matlab not free here](http://www.mathworks.com/products/matlab/). Note that Octave = Matlab without the nice graphical user interface. I use Octave so don't feel like you are missing anything if you don't have money for Matlab. 2. Fork this repository and clone it locally! Navigate into specific folders (made them very specific) and look at the `README.md` file for that specific folder for which file(s) to run to see examples of what machine learning algorithms can do for you. Enjoy! ## What each file/folder in this repo is for - [diagnosticTests](./diagnosticTests) = tests that will give you insight into what is & isn't working with a learning algorithm - imagesForExplanation = contains images used in other folder's `README.md` files for explanation so don't worry about this folder - supervisedLearning = teach the computer how to learn + [linearRegressionIn1Variable](./supervisedLearning/linearRegressionIn1Variable) + [linearRegressionInMultipleVariables](./supervisedLearning/linearRegressionInMultipleVariables) + [logisticRegression](./supervisedLearning/logisticRegression) + [LinearAlgebraReview.md](./supervisedLearning/LinearAlgebraReview.md) - unsupervisedLearning = let the computer learn by itself + neuralNetworks - [digitRecognition](./unsupervisedLearning/neuralNetworks/digitRecognition) - [learningWithBackpropagation](./unsupervisedLearning/neuralNetworks/learningWithBackpropagation) - README.md = the file you are reading right now

近期下载者

相关文件


收藏者