SlideShare a Scribd company logo
1 of 62
Download to read offline
Ranked-Restaurant Searching System
using Data Mining: Bob is my friend
Han Sang Jun / Yoon Seung Hyun
14 – 2 Capstone Design
Handong University
How can we find
the most popular restaurant
for Pasta in Upland?
Not user’s feedback
But data already existing on WEB!
such as blog review for restaurant...
Collective Intelligence
Make database
for all restaurants info in Korea
Step 1
1
Possession 19.89% for WEB search in Korea
http://place.map.daum.net/15935749
<html>
<body>
<tittle>restaurant_name</title>
<div>
<span class=“t_l”>address</span>
<span class=“t_l num”>phone</span>
<span class=“f_l”>category > Korean</span>
</div>
<div>
<dt class=“list_info”>available to use card</dl>
<dt class=“list_info”>available for reservation</dl>
.
.
</div>
</body>
</html>
Python Library – BeautifulSoup4
You can move, find, extract info
on HTML structure
url = “http://place.map.daum.net/15935749”
handle = urllib2.urlopen(url)
data = handle.read()
soup = BeautifulSoup(data)
#Name Crawl
name = soup.title.string
name = name.split("–")[0]
#Address1 Crawl
address1 = soup.find_all("dd", "desc")[0].get_text()
address1 = address1.strip()
from bs4 import BeautifulSoup
for i in range (00000000, 99999999):
if category == Restaurant:
Insert information in MySQLdb
http://place.map.daum.net/15935749
Name Address Phone Category Description Longitude Langtitude
Database for all restaurants in Korea
Google GeoCoding
Collect blogs
related to restaurant review
Step 2
2
Possession 76.89% for WEB search in Korea
http://section.blog.naver.com/
Popular Blog service
http://section.blog.naver.com/sub/SearchBlog.nhn?
type=post&option.keyword=포항%20환여횟집
Database for all restaurants in Korea
Name Address Phone Category Description Longitude Langtitude
Get blogs info with BeautifulSoup4
by getting href link
But does search engine show exact results to us?
If not...
Let computer learn
to collect appropriate blog’s data
with results preview
What is machine learning?
vague, ambiguous
Make Learning Set(training Set)
Training
Test Set
• Supervised Learning
 Someone gives us examples and the right answer
• Unsupervised Learning
 We see examples but get no feedback
 We need to find patterns in the data
• Semi-supervised Learning
 Given a small number of examples with the right answers, we need to
find patterns in the data, so that we can predict the right answer for
unseen examples
• Reinforcement Learning
 We take actions and get rewards
 Have to learn how to get high rewards
Different Kinds of Learning
Make learning set with results preview
for judging
whether it is related to restaurant review or not
We need to classify them!
Classifier – Supervised learning
1. K-nearest neighbors algorithm
2. Perceptron
3. Bayesian approach
4. Decision trees
5. Neural Networks
6. Support Vector Machines
7. Ensembles
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
3000 blog previews for related to restaurant review
Learning Set
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
3000 blog previews for related to restaurant review
Learning Set
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
Learning Set
Using morpheme analyzer
eat, ate, eaten are changed to eat
“It was good to eat delicious pasta in this restaurant!”
Is this related to restaurant review?
with upper table...
Naïve Bayes
possibility that
a given sentence is in category of
Is_Restaurant
possibility that
a given sentence is in category of
Is_Not_Restaurant
Compare!
P(Is_Restaurant | sentence)
Compare!
P(Is_Not_Restaurant | sentence)
Compare!
p(Is | s)
p(s | Is) *
p(s)
p(Is)
p(IsN | s)
p(s | IsN) *p(IsN)
p(s)
p(Is | s)
p(s | Is) *p(Is)
p(s)
p(ls) : possibility of choosing Is_Restaurant(assume as 0.5)
p(s | ls) : In Is_Restaurant set
possibility of choosing the given sentece
p(Is | s)
p(s | Is) * p(Is)
p(s)
p(s | ls) : In Is_Restaurant set,
possibility of choosing the given sentence
p(s | Is) = p(word | Is) * p(word | Is) * p(word | Is)…
We assume that each word cannot affect to each other...
Is_Restaurant
“It was good to eat delicious pasta in this restaurant!”
p(Is) = 0.5
p(restaurant | Is) =
1000
250
p(delicious | Is) =
1000
300
p(good | Is) =
1000
250
p(eat | Is) =
1000
0(1)
restaurant
delicious
good
200
250
300
250
word count
atmosphere
“It was good to eat delicious pasta in this restaurant!”
0.5 * 0.001 * 0.3 * 0.25 * 0.25 =
9.375 * 10^-6
Is_Restaurant
restaurant
delicious
good
200
250
300
250
word count
atmosphere
0.001 ^ 4 = 1 * 10^-12
“It was good to eat delicious pasta in this restaurant!”
Is_Not_Restaurant
politic
hello
economy
atmosphere
350
200
150
300
word count
This is related to restaurant review!
with upper table...
“It was good to eat delicious pasta in this restaurant!”
Support Vector Machine
We need to find optimal hyperplane
Extract meaningful info
from the collected blogs
Step 3
3
Title Date Content Reply URL
Database for Blogs
For restaurant ranking
Title Date Content Reply URL
Database for Blogs
Point for one blog review
= (date * 0.5) + (the number of reply * 0.5)
Point for one restaurant
= the average of reviews’ point
Food_Dictionary Area_Dictionary
If a word is represented
in dictionary over 100 times
Title Date Content Reply URL
Database for Blogs
from WEB encyclopedia
Food_Dictionary Area_Dictionary
Restaurant_Info
Blog
Extract info from Blogs
Table Left Join
Final Output
Extracting
Database Set
For user’s convenience,
Search engine needed
Step 4
4
Using “Apache Solr” that popular, fast open source
enterprise search platform from the Apache Lucene project.
Nutch
Solr
Lucene
Hadoop
solrconfig.xml
data-config.xml
What we want to develop...
Improve filtering blog performance
On Ruby on Rails framework, using BlackLight
served as library to use Solr in Ruby on Rails
Front-End Design using HTML5, CSS3, Javascript, Jquery...
New Ranking Algorithm
Point of Restaurant =
Points of Blogger = Recency, Frequency, Density
Recency, Frequency, People
Based on Blogger’s action
New Ranking Algorithm
Implementation
Back End Computer
Main
Language
DB
Collective
Data
Blog
Front End Computer
Implementation
How can we find
the most popular restaurant
for Pasta in Upland?
Ask Bob!
ThankYou!
서가앤쿡 환여횟집 빕스 설빙 뚝배기 이탈리아
삼겹살 맛집 냉면 맛집 샤브샤브 맛집 보리밥 맛집 초밥 맛집
99% 96% 93% 100% 98%
100% 100% 100% 100% 100%
100 blogs related to Is_Restaurant
Performance
For one keywords => 10 blogs
정치 경제 문화 사회 한동대학교
소녀시대 중앙일보 한겨례 성경 기독교
59% 66% 45% 65% 42%
81% 67% 62% 54% 58%
100 blogs related to Is_Not_Restaurant
Performance
For one keywords => 10 blogs

More Related Content

Similar to Ranked-Restaurant Searching System using Data Mining

Yelp's Review Filtering Algorithm Powerpoint
Yelp's Review Filtering Algorithm PowerpointYelp's Review Filtering Algorithm Powerpoint
Yelp's Review Filtering Algorithm PowerpointYao Yao
 
Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android applicationChirag Thaker
 
Online Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfOnline Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfRohini SharmaOhlan
 
Zomato Crawler & Recommender
Zomato Crawler & RecommenderZomato Crawler & Recommender
Zomato Crawler & RecommenderShoaib Khan
 
Writing A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th GradeWriting A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th GradeEmily Owusuansah
 
Influence Finder, putting Science into SEO
Influence Finder, putting Science into SEOInfluence Finder, putting Science into SEO
Influence Finder, putting Science into SEOinfluencefinder
 
Search Engine Marketing For Office Websites
Search  Engine  Marketing For  Office  WebsitesSearch  Engine  Marketing For  Office  Websites
Search Engine Marketing For Office WebsitesChristian Veillette
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)UniSZA
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportNandu B Rajan
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportNandu B Rajan
 
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...SPTechCon
 
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...Stipso
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website'Ashmeet Sehgal'
 
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...Sonya Johnson
 
Lets eat presentation_final_20160521
Lets eat presentation_final_20160521Lets eat presentation_final_20160521
Lets eat presentation_final_20160521Lesley Chapman
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING AIRCC Publishing Corporation
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING ijcsit
 
Format For Writing Essay
Format For Writing EssayFormat For Writing Essay
Format For Writing EssayBrittany Koch
 
Masterclass San Francisco: Data-driven analysis of social conversations using...
Masterclass San Francisco: Data-driven analysis of social conversations using...Masterclass San Francisco: Data-driven analysis of social conversations using...
Masterclass San Francisco: Data-driven analysis of social conversations using...Brandwatch
 

Similar to Ranked-Restaurant Searching System using Data Mining (20)

Yelp's Review Filtering Algorithm Powerpoint
Yelp's Review Filtering Algorithm PowerpointYelp's Review Filtering Algorithm Powerpoint
Yelp's Review Filtering Algorithm Powerpoint
 
Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
 
Online Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfOnline Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdf
 
Zomato Crawler & Recommender
Zomato Crawler & RecommenderZomato Crawler & Recommender
Zomato Crawler & Recommender
 
Writing A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th GradeWriting A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th Grade
 
Influence Finder, putting Science into SEO
Influence Finder, putting Science into SEOInfluence Finder, putting Science into SEO
Influence Finder, putting Science into SEO
 
Search Engine Marketing For Office Websites
Search  Engine  Marketing For  Office  WebsitesSearch  Engine  Marketing For  Office  Websites
Search Engine Marketing For Office Websites
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
 
web-scraping-project (1).pdf
web-scraping-project (1).pdfweb-scraping-project (1).pdf
web-scraping-project (1).pdf
 
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
 
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
 
Lets eat presentation_final_20160521
Lets eat presentation_final_20160521Lets eat presentation_final_20160521
Lets eat presentation_final_20160521
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
 
Format For Writing Essay
Format For Writing EssayFormat For Writing Essay
Format For Writing Essay
 
Masterclass San Francisco: Data-driven analysis of social conversations using...
Masterclass San Francisco: Data-driven analysis of social conversations using...Masterclass San Francisco: Data-driven analysis of social conversations using...
Masterclass San Francisco: Data-driven analysis of social conversations using...
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Ranked-Restaurant Searching System using Data Mining