Simple Solution For Fast Programing 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 Java libraries out there, but none of them in my mind were simple enough to use and required the user to install loads of additional parts trough maven, etc. At that moment the idea to create a simple plug and play java classes which can be simply dragged into the src folder of any project and functionality of all the tools that the Java Brain library can be quickly and easily accessed and used.
Here's Why Java Brain 🧠 :
- 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.
A python wrapper for the java brain library , it uses numpy,pandas,sympy and matplotlib inorder to give you the same coding experience as with java brain but under the python language ,all method and class are named and function exactly the same way they would in java,all that is needed to start working with the python version is to drag to 'Python_Brain' .py file into your project folder and import it. the usage is the same and the logic is the same.
- Download Both Java Packages (JSipl and JBrain) From The Repository Go To Repository Folder
- Copy Both Packages Into Your Projects /src Folder
- Import JBrain.* and JSipl.*
- You Are Ready To Code!
Java Brain 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/Java_Brain