Skip to content

Welcome to the documentation for our machine learning project!⚓︎

Implementations⚓︎

Neural Network Classifier⚓︎

A neural network for use in classification problems.

Decision Tree Classifier⚓︎

A decision tree for use in classification problems.

  • Node - A tree node used by the decision tree classifier, is either leaf or not.

  • Impurtiy Criterion - The impurity function to use when decision whether to split nodes in the decision tree