IntroductionThere are almost 100 python packages being created each day. On PyPI, at the time of writing this article, there…
Continue Readinggraph
Graph Machine Learning Meets UX: An uncharted love affair
By Nhung Nguyen, CSIRO Data61 I am a User Experience (UX) designer. Folks like me look into all aspects of the…
Continue ReadingScalable graph machine learning: a mountain we can climb?
By Kevin Jung, Software Engineer at CSIRO Data61. Graph machine learning is still a relatively new and developing area of…
Continue ReadingRook graphs and Paley graphs
An m by n rook graph is formed by associating a node with each square of an m by n…
Continue ReadingLearn How to Perform Feature Extraction from Graphs using DeepWalk
There are so many new avenues that have opened up since I’ve started working with graphs. In this article, I…
Continue ReadingKnowledge Graph – A Powerful Data Science Technique to Mine Information from Text (with Python code)
Entities Extraction The extraction of a single word entity from a sentence is not a tough task. We can…
Continue ReadingState of Data Science, Engineering & AI Report – 2019
Our friends over at Diffbot, using the Diffbot Knowledge Graph, and in only a matter of hours, conducted the single…
Continue ReadingIntroduction to PyTorch BigGraph — with Examples
Introduction to PyTorch BigGraph — with ExamplesSven BalnojanBlockedUnblockFollowFollowingJun 21Network Photo by Alina Grubnyak on UnsplashPyTorch BigGraph is a tool to create and handle large…
Continue ReadingBuild a Social Network ???? in JavaScript with Graphs!
Friendship circles are a common pattern, these consist of a limited amount of users sharing many common connections. Now, after…
Continue ReadingThe Data Fabric, Containers, Kubernetes, Knowledge-Graphs, and more…
Well no. In this article I’ll detail the last pieces we need to understand to actually build a knowledge-graph and…
Continue ReadingLessons Learned from Creating a Custom Graph Visualization in React
Lessons Learned from Creating a Custom Graph Visualization in ReactHorst WernerBlockedUnblockFollowFollowingJun 10By Horst Werner and Simon FishelGraphs are probably the most…
Continue ReadingGraph Algorithms (Part 2)
We use similarity distances. Let d(i,j) be the length of the shortest path between i and j. Similarity DistancesFor the…
Continue ReadingEvolution of Graph Neural Networks for Recommender Systems
Evolution of Graph Neural Networks for Recommender SystemsIntroduction to the three progressions of Graph Neural Networks in the context of…
Continue ReadingKnowing Your Neighbours: Machine Learning on Graphs
We can broadly classify the kinds of problems connected data can solve into four categories:Node ClassificationLink PredictionCommunity DetectionGraph ClassificationThere exist…
Continue ReadingHow AI Technologies Can Put Purpose and Profit into ESG Investments
Many institutional investors today are seeking more than simple profit. They are looking to make a social and environmental difference,…
Continue ReadingHands-on Graph Neural Networks with PyTorch & PyTorch Geometric
Compared to another popular Graph Neural Network Library, DGL, in terms of training time, it is at most 80% faster!!Benchmark…
Continue ReadingText-based Graph Convolutional Network — Bible Book Classification
Text-based Graph Convolutional Network — Bible Book ClassificationA semi-supervised graph-based approach for text classification and inferenceWee Tee SohBlockedUnblockFollowFollowingMay 19The most beautiful graph…
Continue ReadingAccessing APIs using Azure Managed Service Identity
Accessing APIs using Azure Managed Service IdentityVidar KongsliBlockedUnblockFollowFollowingMay 6In the post Protecting your ASP. NET Core app with Azure AD and…
Continue ReadingMVVM (Model View ViewModel) + Kotlin + Google Jetpack
MVVM (Model View ViewModel) + Kotlin + Google JetpackAnkit BishtBlockedUnblockFollowFollowingMay 2MVVM + Kotlin + JetpackToday, we are going to learn how we…
Continue ReadingRendering elegant stock trading agents using Matplotlib and Gym
') file. close()Now, let’s move onto creating our new render method. It’s going to utilize our new StockTradingGraph class, that…
Continue ReadingStealing Fuel Data
Stealing Fuel DataDave AllieBlockedUnblockFollowFollowingApr 19A little over a year ago, I discovered that the ACCC (Australian Competitor and Consumer Commission) reports…
Continue ReadingLearn TensorFlow Fundamentals in 20 Minutes
If you were to execute the above in a Python script or shell, it would run, but it wouldn’t actually…
Continue ReadingGraph Analytics Expands to the Cloud
Graph continues to be the fastest growing segment of data management. The benefit: the ability to offer deeper insights on…
Continue ReadingExtracting knowledge from knowledge graphs using Facebook Pytorch BigGraph.
Extracting knowledge from knowledge graphs using Facebook Pytorch BigGraph. Sergey ZelvenskiyBlockedUnblockFollowFollowingApr 20Machine learning gives us the ability to train a…
Continue ReadingVisualizing Twitter interactions with NetworkX
Graph is a data structure used to represent and analyze connections between elements. Its two main elements are nodes or…
Continue Reading