/MachineLearningPractice

Machine Learning Algorithm and Practice

Primary LanguagePython

MachineLearningPractice

Machine Learning Algorithm and Practice

  • DecisionTree

    • ID3
    • C4.5
    • CART
  • MNIST

    use MNIST data set to complement basic neural network function

    • BP network
    • stochastic gradient descent
    • regularization
    • cross-entropy cost function
    • tensorflow

Reference