All Projects → neo4j-graph-analytics → ml-models

neo4j-graph-analytics / ml-models

Licence: Apache-2.0 license
Machine Learning Procedures and Functions for Neo4j

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ml-models

Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (+152.38%)
Mutual labels:  neo4j, graph-database, cypher
Movies Python Bolt
Neo4j Movies Example application with Flask backend using the neo4j-python-driver
Stars: ✭ 197 (+212.7%)
Mutual labels:  neo4j, graph-database, cypher
seabolt
Neo4j Bolt Connector for C
Stars: ✭ 37 (-41.27%)
Mutual labels:  neo4j, graph-database, cypher
NeoClient
🦉 Lightweight OGM for Neo4j which support transactions and BOLT protocol.
Stars: ✭ 21 (-66.67%)
Mutual labels:  neo4j, graph-database, cypher
angular-neo4j
Neo4j Bolt driver wrapper for Angular
Stars: ✭ 18 (-71.43%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Etl
Data import from relational databases to Neo4j.
Stars: ✭ 165 (+161.9%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Graph Algorithms
Efficient Graph Algorithms for Neo4j
Stars: ✭ 713 (+1031.75%)
Mutual labels:  neo4j, graph-database, cypher
Movies Javascript Bolt
Neo4j Movies Example with webpack-in-browser app using the neo4j-javascript-driver
Stars: ✭ 123 (+95.24%)
Mutual labels:  neo4j, graph-database, cypher
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (+4.76%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-11.11%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j Python Driver
Neo4j Bolt driver for Python
Stars: ✭ 607 (+863.49%)
Mutual labels:  neo4j, graph-database, cypher
neo4j-faker
Use faker cypher functions to generate demo and test data with cypher
Stars: ✭ 30 (-52.38%)
Mutual labels:  neo4j, graph-database, cypher
R2d2 Cypher
Cypher support for the r2d2 connection pool
Stars: ✭ 8 (-87.3%)
Mutual labels:  neo4j, graph-database, cypher
Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+15109.52%)
Mutual labels:  neo4j, graph-database, cypher
Public-Transport-SP-Graph-Database
Metropolitan Transport Network from São Paulo mapped in a NoSQL graph database.
Stars: ✭ 25 (-60.32%)
Mutual labels:  neo4j, graph-database, cypher
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+104.76%)
Mutual labels:  neo4j, graph-database
Neo4j Streams
Neo4j Kafka Integrations, Docs =>
Stars: ✭ 126 (+100%)
Mutual labels:  neo4j, graph-database
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (+139.68%)
Mutual labels:  neo4j, graph-database
Jetbrains Plugin Graph Database Support
Graph Databases support for JetBrains family IDEs.
Stars: ✭ 169 (+168.25%)
Mutual labels:  neo4j, cypher
Libneo4j Client
neo4j-client -- Neo4j Command Line Interface (CLI)
Stars: ✭ 121 (+92.06%)
Mutual labels:  neo4j, graph-database

Neo4j Statistics/Machine Learning Procedures (WIP)

This project uses Apache Commons Math to build, update, and store linear regression models in Neo4j.

Note
This project requires Neo4j 3.x+

Installation

Download the latest relase-jar. Copy it into $NEO4J_HOME/plugins and restart your database.

Check out the docs for details on how to use the procedures.

Building Manually

This project uses maven. To build a jar-file with the procedure in this project, simply package the project with maven and place the package in your local repo:

mvn clean package

This will produce a jar-file,target/neo4j-ml-models-*.jar, that can be copied in the plugins directory of your Neo4j instance.

License

Apache License V2, see LICENSE

Next Steps

  • Multiple Linear Regression (in progress)

  • Logistic Regression

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].