Simple Solution For Fast Programming Of Data Mining ,Deep Learning And Machine Learning Models As Well As CSV Management.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
There are a few Deep Learning And Machine Learning C++ libraries out there, but none of them in my mind were simple enough to use and required the user to install loads of additional dll's and waste a lot of time of linking all the parts together. At that moment the idea is to create a simple plug and play C++ header file which can be simply dragged into the folder of any project and functionality of all the tools that the Pickaxe library can be quickly and easily accessed and used.
Here's Why Pickaxe :
- It's As Simple As Drag And Drop and you are ready to code!
- Function and methods are named meaningful names that way it is always clear what are the parameters or what does the method do!
- CSV handling is all included in the library working with them made much easier trough java code!
- Developing complex matrix algorithms ? we've got you covered with a dynamic Matrix class filled with quick usful methods strating from eigen value/vector extraction trough basic operations up to decompositions.
- Download All Headerfiles From The Repository Go To Repository Folder
- Copy Headerfiles Into Your Projects Folder
- Include "CPP_Pickaxe.h" and "CPP_Sipl.h" (for image processing and visual elements like plots)
- You Are Ready To Code!
Pickaxe Offers you a method which is a part of the Neural_Net class which allows you to visualize you neural network topology inorder for you to validate that the topology you have specified in the Neural_Net class constructor is indeed the topology created and set.
- Linear Regression using Static Formula (Only supported for single variable linear regression)
- Linear Regression using Gradient Descent (Multivariable regression supported using matrix with Lasso Regression and L1 Regularization)
- Logistic Regression of binary variable as well as multivariable equations
- Validation Of Logistic Regression - Confusion Matrix
- K-Means calculation (up to 3-dimensional data variables)
- kNN - k Nearest Neighbors
- Fully Connected Neural Network Constructor class accepting all forms of network topologies for dynamic use
- Q Learning "Custom-fit" Class applicable for any use
- Error computations such as MSE,MAE,MPE
- Correlation computations such as R^2, Adj-R^2, Pearsons,Spearman -
- Confusion Matrix Construction For A Given Model Weights
- Some of the models have supported validation methods which will automatically compare machine guesses against actual values
- Principal Component Analysis
- Corpus And Bag Of Words Containers
- Sentiment Analysis (Vader Algorithm)
- Reading/Writing CSV Files
- CSV Importation From Web URL's
- Column Classification (Numeric/Categorical/Date-Time/Text)
- Single Block/Column/Row Manipulations
- Removal and Addition of columns and rows
- Pattern Replacment
- Pulling and pushing values into csv stated position
- CSV spliting by percentage into seperate data sets
- Column Statistical Calculations such as - Column Standard Deviation and Column Variance/Covariance,Column Correlation..
- Column Missing Value Reduction / Replacement
For more Detailed Instructions, please refer to the User Instructions
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open-source community such a powerful place to create new ideas, inspire, and make progress. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Thomas Konstantinovsky - [email protected]
Project Link: https://github.com/MuteJester/Cpp_Pickaxe