Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Mathematics of Machine Learning

Contents

  • Statistical learning theory for classification and regression (PAC model, empirical risk minimization, Vapnik-Chervonenkis theory)
  • Linear approaches for classification (perceptron, logistic regression, support vector machines, kernel trick)
  • Feedforward neural networks
  • Training via stochastic optimization, regularization, validation, and testing

Pre-requisites

Recommended are basic knowledge of:

  • Mathematical optimization
  • Numerical analysis
  • Probability theory

Contribution

Contributions are welcome! Please follow these steps:

  • Fork the repository
  • Create a new branch for your feature or bug fix
  • Submit a pull request with a clear description of the changes

License

This project is licensed under the GNU General Public License (GPL). For more details, refer to the GNU License.