├── GaussianMixtureModel.py ├── GradientDescent.py ├── NeuralNetwork.py ├── SVM.py ├── linearData.mat ├── newlinearData.mat └── nonlinearData.mat /GaussianMixtureModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/GaussianMixtureModel.py -------------------------------------------------------------------------------- /GradientDescent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/GradientDescent.py -------------------------------------------------------------------------------- /NeuralNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/NeuralNetwork.py -------------------------------------------------------------------------------- /SVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/SVM.py -------------------------------------------------------------------------------- /linearData.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/linearData.mat -------------------------------------------------------------------------------- /newlinearData.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/newlinearData.mat -------------------------------------------------------------------------------- /nonlinearData.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elayrocks/SimpleMachineLearning/HEAD/nonlinearData.mat --------------------------------------------------------------------------------