Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Mathimatics-Numerical algorithms matlab

machineLearning-master

  • Category : matlab
  • Tags :
  • Update : 2018-05-02
  • Size : 15.29mb
  • Downloaded :0次
  • Author :anku*****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Machine Learning algorithm
Packet file list
(Preview for download)
FilenameSizeUpdate
machineLearning-master 0 2018-04-21
machineLearning-master\LICENSE.txt 1075 2018-04-21
machineLearning-master\README.md 2119 2018-04-21
machineLearning-master\diagnosticTests 0 2018-04-21
machineLearning-master\diagnosticTests\README.md 1553 2018-04-21
machineLearning-master\diagnosticTests\ex5.m 6771 2018-04-21
machineLearning-master\diagnosticTests\ex5data1.mat 1321 2018-04-21
machineLearning-master\diagnosticTests\featureNormalize.m 510 2018-04-21
machineLearning-master\diagnosticTests\fmincg.m 8742 2018-04-21
machineLearning-master\diagnosticTests\learningCurve.m 2374 2018-04-21
machineLearning-master\diagnosticTests\linearRegCostFunction.m 944 2018-04-21
machineLearning-master\diagnosticTests\plotFit.m 804 2018-04-21
machineLearning-master\diagnosticTests\polyFeatures.m 668 2018-04-21
machineLearning-master\diagnosticTests\submit.m 17211 2018-04-21
machineLearning-master\diagnosticTests\submitWeb.m 807 2018-04-21
machineLearning-master\diagnosticTests\trainLinearReg.m 714 2018-04-21
machineLearning-master\diagnosticTests\validationCurve.m 1746 2018-04-21
machineLearning-master\imagesForExplanation 0 2018-04-21
machineLearning-master\imagesForExplanation\ArtificialNeuronModel.jpg 58035 2018-04-21
machineLearning-master\imagesForExplanation\ArtificialNeuronSimulateLogicalAND.jpg 64235 2018-04-21
machineLearning-master\imagesForExplanation\CostFunctionExampleWithTheta_0AndTheta_1.jpg 234397 2018-04-21
machineLearning-master\imagesForExplanation\GradientDescentWithMutlipleLocalMinimum.jpg 271359 2018-04-21
machineLearning-master\imagesForExplanation\LabeledNeuron.jpg 77836 2018-04-21
machineLearning-master\imagesForExplanation\NeuralNetwork.jpg 94312 2018-04-21
machineLearning-master\imagesForExplanation\NeuralNetworkEquations.jpg 55180 2018-04-21
machineLearning-master\imagesForExplanation\UnderFitAndOverFit.jpg 63736 2018-04-21
machineLearning-master\imagesForExplanation\equations 0 2018-04-21
machineLearning-master\imagesForExplanation\equations\gradientDescentUpdateTheta_j.gif 1480 2018-04-21
machineLearning-master\supervisedLearning 0 2018-04-21
machineLearning-master\supervisedLearning\LinearAlgebraReview.md 1122 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable 0 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\README.md 2173 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\computeCost.m 845 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\gradientDescent.m 1336 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\inputTrainingSet.txt 1359 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\plotData.m 665 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionIn1Variable\run.m 2679 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables 0 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\README.md 5471 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\computeCostMulti.m 922 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\featureNormalize.m 1614 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\gradientDescentMulti.m 1118 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\inputTrainingSet.txt 657 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\normalEquation.m 371 2018-04-21
machineLearning-master\supervisedLearning\linearRegressionInMultipleVariables\run.m 2687 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression 0 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\README.md 6240 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\costFunction.m 1287 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\costFunctionExample.m 189 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\costFunctionReg.m 1817 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\inputTrainingSet1.txt 3775 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\inputTrainingSet2.txt 2233 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\mapFeature.m 508 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\plotData.m 887 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\plotDecisionBoundary.m 1451 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\predict.m 660 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\runExample.m 3601 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\runRegularizedExample.m 2787 2018-04-21
machineLearning-master\supervisedLearning\logisticRegression\sigmoid.m 298 2018-04-21
machineLearning-master\unsupervisedLearning 0 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks 0 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition 0 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\README.md 3109 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\Theta1AndTheta2.mat 79592 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\costFunctionRegularized.m 2002 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\displayData.m 1502 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\fmincg.m 8742 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\inputTrainingSetOf5000HandwrittenDigitsAndLabels.mat 7511764 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\oneVsAll.m 1795 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\predict.m 870 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\predictOneVsAll.m 1336 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\runMultiClassLogisticRegressionNeuralNetwork.m 1609 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\runMultiClassNeuralNetworkWith3Layers.m 2337 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\digitRecognition\sigmoid.m 137 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation 0 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\README.md 380 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\checkNNGradients.m 1950 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\computeNumericalGradient.m 1095 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\debugInitializeWeights.m 841 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\displayData.m 1502 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\ex4.m 7868 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\ex4data1.mat 7511764 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\ex4weights.mat 79592 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\fmincg.m 8742 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\nnCostFunction.m 4126 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\predict.m 585 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\randInitializeWeights.m 855 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\sigmoid.m 137 2018-04-21
machineLearning-master\unsupervisedLearning\neuralNetworks\learningWithBackpropagation\sigmoidGradient.m 651 2018-04-21
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.