Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAprioriClass to perform frequent itemset mining using the Apriori algorithm
 CConnectionRepresents a connection between neurons with a weight and a change in weight
 CDecisionTreeClassifierImplements a Decision Tree Classifier
 CDecisionTreeRegressorImplements a Decision Tree Regressor
 CEclatClass to perform frequent itemset mining using the Eclat algorithm
 CHierarchicalClusteringAgglomerative Hierarchical Clustering for clustering tasks
 CKMeansImplements the K-Means clustering algorithm with K-Means++ initialization
 CKNNClassifierK-Nearest Neighbors Classifier for classification tasks
 CKNNRegressorK-Nearest Neighbors Regressor for regression tasks
 CLogisticRegressionLogistic Regression model for binary classification tasks
 CMultilinearRegressionA class that implements Multilinear Regression for predicting values based on multiple features
 CNeuralNetworkRepresents the neural network consisting of layers of neurons
 CNeuronRepresents a single neuron in the neural network
 CPolynomialRegressionPolynomial Regression model for fitting polynomial curves
 CRandomForestClassifierImplements a Random Forest Classifier
 CRandomForestRegressorImplements a Random Forest Regressor
 CSupportVectorRegressionSupport Vector Regression using the ε-insensitive loss function