AI-powered search & chat for Data / Computer Science Students

Neo4j

 Full Stack Python

Neo4j is a graph NoSQL database that can be used to persist data in Python applications.

Read more at Full Stack Python

Neo4j: Friends Edition

 Analytics Vidhya

Creating a simple graph database using Neo4j in less than 10 minutes.

Read more at Analytics Vidhya

Getting started with neo4j in 10 minutes

 Towards Data Science

Before diving into the code, let’s first understand what is neo4j and why it’s important to know this technology. To put it in a simple way, neo4j is the mySQL of the graph databases. It provides a…

Read more at Towards Data Science

Intro to Neo4j: A Graph Database

 Towards Data Science

Learn about the graph database Neo4j and write practice queries Image by Author What is Neo4j? Neo4j is a graph database that stores data in the form of nodes and relationships. This is different fro...

Read more at Towards Data Science

Neo4j for Bollywood

 Towards Data Science

Tired of all those “JOIN” in SQL? Did you have a headache every time you need to modify a schema in a relational database? If either answer is “Yes”, then you should give graph database such as Neo4j…...

Read more at Towards Data Science

Exploring Practical Recommendation Engines In Neo4j

 Towards Data Science

In this post we explore how to get started with practical & scalable recommendation in graph. We will walk through a fundamental example with news recommendation on a dataset containing 17.5 million…

Read more at Towards Data Science

Making the Most of Neo4j: Integrating Python Code with Py2Neo

 Python in Plain English

I’d be surprised to come across a programmer or data scientist who hasn’t used Python for at least one project. However, there are fewer people who have come across Neo4j, so this article is meant…

Read more at Python in Plain English

How a simple graph saved someone’s job — Neo4j

 Towards Data Science

The photograph isn’t pretty when compared to what people post in their blogs but this old piece of paper has an interesting story associated with it. A few days ago, I was cleaning my bag which has…

Read more at Towards Data Science

Getting Started: Graph Database | Neo4j

 Towards Data Science

Image by author: Complex relationship graph visualisation (neo4j Dashboard) Traditionally various SQL-based databases, also known as Relational Databases Management Systems (RDBMS) like MySQL, SQLite,...

Read more at Towards Data Science

Building a simple recommendation engine in Neo4j

 Towards Data Science

Let’s build a simple recommendation engine with plain Cypher Graph databases like Neo4j are an excellent tool for creating recommendation engines. They allow us to examine a large context of a data p...

Read more at Towards Data Science

Neo4j vs GRAKN Part I: Basics

 Towards Data Science

Neo4j vs Grakn . Neo4j Grakn.ai comparison ontology Knowledge graph comparison

Read more at Towards Data Science

Neo4j & DGL — a seamless integration

 Towards Data Science

The release of the Neo4j GDS library version 1.5, and the build-in machine learning models, has now given the Data Scientist that needs to perform a machine learning task on any graph in Neo4j two…

Read more at Towards Data Science

Integrating Neo4j into the LangChain ecosystem

 Towards Data Science

Learn how to develop a LangChain agent that has multiple ways of interacting with the Neo4j database Photo by Alex Knight on Unsplash ChatGPT inspired the world and started a new AI revolution. Howev...

Read more at Towards Data Science

How to get started with the new Graph Data Science Library of Neo4j

 Towards Data Science

The field of graph analytics has been around for a long time. The general idea is to create a database of things connecting to other things. Those things might be people connecting to other people on…...

Read more at Towards Data Science

Supercharged Data Science with LynxKite on Neo4j data

 Towards Data Science

If you have a Neo4j database, then you’ve already completed a few important steps in your graph journey: you know how you want to model (some aspects of) your business as a graph, probably you are…

Read more at Towards Data Science

Neo4j vs GRAKN Part II: Semantics

 Towards Data Science

Grakn vs Neo4j ontology knowledge graph semantics semantic web

Read more at Towards Data Science

Use ChatGPT to Query Your Neo4j Database

 Towards Data Science

An easy approach to let ChatGPT to learn your graph schema and help you construct Cypher queries ChatGPT has taken the world by storm. It is virtually impossible to not be bombarded with various info...

Read more at Towards Data Science

Twitchverse: Constructing a Twitch Knowledge Graph in Neo4j

 Towards Data Science

I was inspired by Insights from Visualizing Public Data on Twitch post. The author uses Gephi to perform graph analysis on the Twitch network and visualize the results. Twitch is an online platform…

Read more at Towards Data Science

Introducing the Neo4j Graph Data Science plugin with examples from the “Graph Algorithms…

 Towards Data Science

In the past couple of years, the field of data science has gained much traction. It has become an essential part of business and academic research. Combined with the increasing popularity of graphs…

Read more at Towards Data Science

Learning Graph DB in one night — Neo4j

 Towards Data Science

I spent a large amount of time last year on developing a recommendation system for a Telecom client’s users; It turned out to be a massively difficult problem to undertake and accomplish in a short…

Read more at Towards Data Science

Using Neo4j and Cypher to reproduce São Paulo’s subway system

 Level Up Coding

Hello guys! Today I’ll be writing a short article explaining how to use a graph-based database to emulate a subway system, and how to integrate it with Python. The Github repo can be accessed here…

Read more at Level Up Coding

Fire up your Centrality Metric engines: Neo4j vs NetworkX — a drag race, of sorts…

 Towards Data Science

In this article, Mark Needham and I hold a drag-race between the Python NetworkX package and the Neo4j Graph Data Science library. In this race we let them compete to discover which one is the…

Read more at Towards Data Science

Neo4j for Diseases

 Towards Data Science

Disclaimer: This article does not provide medical advice. It is intended for informational purposes only. It is not a substitute for professional medical advice, diagnosis or treatment. COVID-19 has…

Read more at Towards Data Science

Construct a Knowledge Graph on the Neo4j Cloud

 Towards Data Science

How to store your CAZy knowledge in AuraDB Continue reading on Towards Data Science

Read more at Towards Data Science