From 6fc9d2204be45436a453c794f336b5d95ae531ae Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Fri, 12 May 2023 20:14:23 +0700 Subject: [PATCH] Add comment at top --- Essential/networkgraphprob.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Essential/networkgraphprob.ipynb b/Essential/networkgraphprob.ipynb index cf832de..32186f8 100644 --- a/Essential/networkgraphprob.ipynb +++ b/Essential/networkgraphprob.ipynb @@ -1,5 +1,18 @@ { "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### What are the vertices?
\n", + "ANS : V = product_name (food product)
\n", + "### What are the edges? Are they directed or undirected?
\n", + "ANS : E = Undirected (Relation of similarities between food)
\n", + "### Do the vertices and/or edges have associated values (“weights”, “distances”, etc.) and if so, what are
\n", + "ANS : Weights = Simlarities scores
" + ] + }, { "attachments": {}, "cell_type": "markdown",