SlideShare a Scribd company logo
1 of 5
Download to read offline
Real Time event detection and alert system using sensors
V Anil Kumar1
, V Sreenatha Sarma2
1
M.Tech, Dept. of CSE, Audisankara College of Engineering & Technology, Gudur, A.P, India
2
Asst Professor, Dept. of CSE, Audisankara College of Engineering & Technology, Gudur, A.P, India
Abstract - Twitter a well-liked microbiologging
services, has received abundant attention recently.
We investigate the $64000 time interaction of
events like earthquakes. And propose associate
algorithm to watch tweets and to focus on event.
To sight a target event, we device a classifier of
tweets supported options like keyword in an
exceedingly tweet, the amount of words, and their
context. We have a tendency to manufacture a
probabilistic spatiotemporal model for the target
event that may notice the middle and therefore the
flight PF the event location. We have a tendency
to contemplate every twitter user as a device and
apply kalman filtering and sensible filtering. The
particle filter works higher than alternative
compared ways in estimating the middle of
earthquakes and trajectories of typhoons. As
associate application, we have a tendency to
construct associate earthquake coverage System in
Japan. Our System detects earthquakes promptly
and sends e-mails and SMS alerts to registered
users .Notification is delivered abundant quicker
than the announcements that square measure
broadcast by JMA.
Index terms - Tweets, social sensors, earthquake,
hand shaking.
I. INTRODUCTION
Twitter, a popular microblogging service, has
received abundant attention recently. It is a web
social network employed by a lot of folks round
the world to remain connected to their friends,
family members and fellow worker through their
computers and mobile phones. Twitter was based
in March twenty one, 2006 within the headquarters
of Sanfrancisco, California; USA. Twitter is
classified as micro-blogging services.
Microblogging is a style of blogging that permits
users to send temporary text updates or
micromedia like pictures or audio clips
.Microblogging services apart from Twitter
embrace Tumbler, plurk, Emote.in, Squeelr, Jaiku,
identi.ca, and so on. They have their own
characteristics. Microblogging service of twitter
provides immediacy and movableness.
Microblogging is slowly moving to the thought. In
USA, for example Obama microblogged from the
campaign path, to that BBC news gave link.
II. INVESTIGATION
Earthquake is a disastrous event in which many
people loss their life and property. Hence detection
118
INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
ISBN: 378 - 26 - 138420 - 5
www.iaetsd.in
and bringing awareness about the event is very
important to prevent hazardous environment.
Daily news paper, TV broadcast channels paves
way for it. But these systems are slower when it
comes for the real time occurrence as they are time
consuming in sensing, reporting or publishing.
Also in today s running world people does not pay
much attention all time in media .Later on SMS,
calls facilitated the reporting system but due to the
ignorance of people under some situations such as
in the midst of night, expire of mobile phone
charges. This system also encountered many
failures when they happened to face the problem
of fakers. The mobile phone company was
helpless to stop the fake messages or confirm the
predicted information. Hence these calls and SMS
do not solve any problem but increases. At the
third stage social networks came to the play they
have lots of followers as Microblogging attraction
bloomed over them. These social networks served
to be both fun time and useful .It helped to bridge
the gap between the friends of different
community and get connected all over the world.
At the same time some of the facts and important
messages were also known by the people by their
friends and followers updates, shares and likes.
Their like gives rating to some of the ads or some
blogs or groups. Considering these facts they
decided to develop the reporting system for earth
quake. They choose twitter because of its
popularity .They considers users as the social
sensors. These users posts report on earthquake
such as “I am attending Earthquake right now” or
“I happened to feel the shaking of the earth”.
These tweets are analyzed based on features such
as statically [2] [3]. They separate keywords and
words and confirm the event and sent to positive
class. At time there may be tweets such as “I read
an article on earthquake” or the tweets such as
“Earthquake before three days was heart stolen.
These tweets were analyzed and found that it is
not under the criteria and hence sent to the
negative class
Fig.1 Twitter User Map
To category a tweet into a positive category or a
negative class, we have a tendency to use a
support vector machine (SVM) [7] that may be a
wide used machine-learning algorithmic program.
By making ready positive and negative examples
as a coaching set, we will manufacture a model to
classify tweets mechanically into positive and
negative classes. After confirmation of details
that's within the positive category the notification
is distributed to the registered users victimization
particle filtering. Particle filtering is depended
upon the rating for the location [6]. Rating is
depended informed the likes delivered to the zone.
The intense disadvantage of existing system is that
119
INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
ISBN: 378 - 26 - 138420 - 5
www.iaetsd.in
no confirmation of messages before the warning is
distributed and also the notification is
Fig. 2 Number of tweets related to earthquakes
Delivered only to the registered users. To many
people who belong to the earth quake zone does
not receive these messages as because they did not
register.
III. PROPOSED SYSTEM
In the projected system for the detection of
earthquake through twitter the user need n't
register for the earthquake awful tweets for the
previous info. The earthquake is detected
exploitation the keyword-based topic search.
Tweet search API crawls the tweets containing the
keywords like earthquake, disaster, damage,
shaking. Tweet crawler sends the keywords
containing sentence to mecab. In mecab keywords
area unit keep and also the sentence containing
keyword is distributed for linguistics analysis . A
particle filter may be a probabilistic approximation
algorithmic program implementing a
mathematician filter, and a member of the family
of consecutive Monte Carlo strategies. For
location estimation, it maintains a likelihood
distribution for the situation estimation at time t,
selected because the belief Belðxtp ¼ fx^(i ) t;
(_i^w)t g; i ¼1 . . . n. every x^i t may be a distinct
hypothesis associated with the thing location. The〖
w〗^it area unit area unit non negative weights,
referred to as importance factors.
Fig. 3 System Architecture
The Sequential Importance Sampling (SIS)
algorithm is a Monte Carlo method that forms the
basis for
particle filters. The SIS algorithm consists of
recursive propagation of the weights and support
points as each measurement is received
sequentially.
Step1-Generation:
Generate and weight a particle set, which means N
discrete hypothesis evently on map.S0 ¼ s00 ; s10
; s20; . . . ; sN_1 0
Step 2: Resampling:
120
INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
ISBN: 378 - 26 - 138420 - 5
www.iaetsd.in
Resample Nparticles from a particle set using
weights of respective particles and allocate them
on the map. (We allow resampling of more than
that of the same particles.).
Step 3: Prediction.
Predict the next state of a particle set from
Newton’s motion equation.
Step 4:
Find the new document vector coordinates in this
reduced 2-dimensional space.
Step 5: Weighting
Re-calculate the weight of .
Step 6: Measurement:
Calculate the current object location ( , )by
the average of ( , )	∈	 .
Step 7: Iteration:
Iterate Step 3, 4, 5 and 6 until convergence
IV. REPORTING SYSTEM
We developed an earthquake-reporting system
using the event detection algorithm. Earthquake
information is much more valuable if it is received
in real time. Given some amount of advanced
warning, any person would be able to turn off a
stove or heater at home and then seek protection
under a desk or table if such a person were to have
several seconds’ notice before an earthquake
actually strikes an area. It goes without saying
that, for such a warning, earlier is better. It
provides advance announcements of the estimated
seismic intensities and expected arrival times. As
in the survey of social networking sites the twitter
have about 2 million users across the world
including the famous personalities like Barack
Obama, cine stars and so on. Even some of the
entertaining media like television and radio
gathers information through the Twitter and spread
it.
V. CONCLUSION
As we tend to mentioned during this paper,
Twitter user is employed as a device, and set the
matter as detection of an occurrence supported
sensory observations. Location estimation ways
like particle filtering are used to estimate the
locations of events. As associate degree
application, we tend to developed associate degree
earthquake reportage system. Microblogging helps
United States of America to unfold the news at
quicker rates to the opposite subscribers of the
page; it conjointly distinguishes it from different
media within the sort of blogs and cooperative
bookmarks. The algorithmic program utilized in
the projected system facilitates United States of
America to spot the keyword that's needed help
United States of America to assemble additional
info from varied places by SIS algorithmic
program that the folks are unaware of it. Finding
the folks of specific areas through particle filtering
and causation alarms to the folks is a brand new
conception of intimating folks which is able to pay
some way for spreading the news at quicker rate
instead of intimating the folks within the whole
world and spreading the news at slower rate.
121
INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
ISBN: 378 - 26 - 138420 - 5
www.iaetsd.in
REFERENCES
[1] S. Milstein, A. Chowdhury, G. Hochmuth, B.
Lorica, and R. Magoulas.Twitter and the micr-
messaging revolution: Communication,
connections, and immediacy.140 characters at
a time. O’Reilly Media, 2008.
[2] V. Fox, J. Hightower, L. Liao, D. Schulz, and
G. Borriello,“ Bayesian Filtering for Location
Estimation,” IEEE Pervasive Computing, vol.
2, no. 3, pp. 24-33, July-Sept. 2003.
[3]T. Sakaki, M. Okazaki, and Y. Matsuo,
“Earthquake Shakes Twitter Users: Real-Time
Event Detection by Social Sensors,” Proc.
19th Int’l Conf. World Wide Web (WWW
’10), pp. 851-860,2010.
[4] M. Cataldi, L. Di Caro, and C. Schifanella,
“Emerging Topic Detection on Twitter Based
on Temporal and Social Terms Evalua-
tion,”Proc.10th Int’l Workshop Multimedia
Data MiningMDMKDD’10), pp. 1-10, 2010.
[5] M. Ebner and M. Schiefner, “Microblogging -
More than Fun?”Proc. IADIS Mobile
Learning Conf., pp. 155-159, 2008.
[6] L. Backstrom, J. Kleinberg, R. Kumar, and J.
Novak, “Spatial Variation in Search Engine
Queries,”Proc. 17th Int’l Conf.World Wide
Web (WWW ’08), pp. 357-366, 2008.
[7] T. Joachims. Text categorization with support
vector machines. In Proc. ECML’98, pages
137–142, 1998.
122
INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
ISBN: 378 - 26 - 138420 - 5
www.iaetsd.in

More Related Content

Viewers also liked

1º lugar "O livro transforma-se no que quisermos! - Rita Valente - 2ºe
1º lugar  "O livro transforma-se no que quisermos! - Rita Valente - 2ºe1º lugar  "O livro transforma-se no que quisermos! - Rita Valente - 2ºe
1º lugar "O livro transforma-se no que quisermos! - Rita Valente - 2ºetecaromeugil
 
Segunda actividad macerando uvas
Segunda actividad macerando uvasSegunda actividad macerando uvas
Segunda actividad macerando uvasNahomy Alvarez
 
3º lugar "O livro transforma-se no que quisermos!" Manuel - 2ºd
3º lugar   "O livro transforma-se no que quisermos!" Manuel - 2ºd3º lugar   "O livro transforma-se no que quisermos!" Manuel - 2ºd
3º lugar "O livro transforma-se no que quisermos!" Manuel - 2ºdtecaromeugil
 
Aqida from the ground up1
Aqida from the ground up1Aqida from the ground up1
Aqida from the ground up1proftariq
 
chatclerkなどリアルタイム接客オンラインチャットまとめ
chatclerkなどリアルタイム接客オンラインチャットまとめchatclerkなどリアルタイム接客オンラインチャットまとめ
chatclerkなどリアルタイム接客オンラインチャットまとめ新潟コンサルタント横田秀珠
 
Azrul izwan bin mastor
Azrul izwan bin mastorAzrul izwan bin mastor
Azrul izwan bin mastorshyh
 
Resume Larissa Rowe 2015
Resume Larissa Rowe 2015Resume Larissa Rowe 2015
Resume Larissa Rowe 2015Larissa Rowe
 
Iaetsd secured and efficient data scheduling of intermediate data sets
Iaetsd secured and efficient data scheduling of intermediate data setsIaetsd secured and efficient data scheduling of intermediate data sets
Iaetsd secured and efficient data scheduling of intermediate data setsIaetsd Iaetsd
 
Test1アップロード
Test1アップロードTest1アップロード
Test1アップロードtest-as
 

Viewers also liked (10)

1º lugar "O livro transforma-se no que quisermos! - Rita Valente - 2ºe
1º lugar  "O livro transforma-se no que quisermos! - Rita Valente - 2ºe1º lugar  "O livro transforma-se no que quisermos! - Rita Valente - 2ºe
1º lugar "O livro transforma-se no que quisermos! - Rita Valente - 2ºe
 
Segunda actividad macerando uvas
Segunda actividad macerando uvasSegunda actividad macerando uvas
Segunda actividad macerando uvas
 
3º lugar "O livro transforma-se no que quisermos!" Manuel - 2ºd
3º lugar   "O livro transforma-se no que quisermos!" Manuel - 2ºd3º lugar   "O livro transforma-se no que quisermos!" Manuel - 2ºd
3º lugar "O livro transforma-se no que quisermos!" Manuel - 2ºd
 
Aqida from the ground up1
Aqida from the ground up1Aqida from the ground up1
Aqida from the ground up1
 
chatclerkなどリアルタイム接客オンラインチャットまとめ
chatclerkなどリアルタイム接客オンラインチャットまとめchatclerkなどリアルタイム接客オンラインチャットまとめ
chatclerkなどリアルタイム接客オンラインチャットまとめ
 
Azrul izwan bin mastor
Azrul izwan bin mastorAzrul izwan bin mastor
Azrul izwan bin mastor
 
Resume Larissa Rowe 2015
Resume Larissa Rowe 2015Resume Larissa Rowe 2015
Resume Larissa Rowe 2015
 
Adobe flash dominguez
Adobe flash dominguezAdobe flash dominguez
Adobe flash dominguez
 
Iaetsd secured and efficient data scheduling of intermediate data sets
Iaetsd secured and efficient data scheduling of intermediate data setsIaetsd secured and efficient data scheduling of intermediate data sets
Iaetsd secured and efficient data scheduling of intermediate data sets
 
Test1アップロード
Test1アップロードTest1アップロード
Test1アップロード
 

Similar to Iaetsd real time event detection and alert system using sensors

WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...tksakaki
 
Expelling Information of Events from Critical Public Space using Social Senso...
Expelling Information of Events from Critical Public Space using Social Senso...Expelling Information of Events from Critical Public Space using Social Senso...
Expelling Information of Events from Critical Public Space using Social Senso...ijtsrd
 
Earthquake shakes twitter users real-time event detection by social sensors
Earthquake shakes twitter users  real-time event detection by social sensorsEarthquake shakes twitter users  real-time event detection by social sensors
Earthquake shakes twitter users real-time event detection by social sensorsMike Mayer
 
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET Journal
 
Event detection in twitter using text and image fusion
Event detection in twitter using text and image fusionEvent detection in twitter using text and image fusion
Event detection in twitter using text and image fusioncsandit
 
Automatic Prediction and Countering of Communal Tweets using Machine Learning...
Automatic Prediction and Countering of Communal Tweets using Machine Learning...Automatic Prediction and Countering of Communal Tweets using Machine Learning...
Automatic Prediction and Countering of Communal Tweets using Machine Learning...IRJET Journal
 
IRJET - Fake News Detection: A Survey
IRJET -  	  Fake News Detection: A SurveyIRJET -  	  Fake News Detection: A Survey
IRJET - Fake News Detection: A SurveyIRJET Journal
 
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...IRJET- Identification of Prevalent News from Twitter and Traditional Media us...
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...IRJET Journal
 
Semantic Twitter Analyzing Tweets For Real Time Event Notification
Semantic Twitter Analyzing Tweets For Real Time Event NotificationSemantic Twitter Analyzing Tweets For Real Time Event Notification
Semantic Twitter Analyzing Tweets For Real Time Event Notificationokazaki117
 
Demo 2014 aidr_artificial_intelligence_disaster_response
Demo 2014 aidr_artificial_intelligence_disaster_responseDemo 2014 aidr_artificial_intelligence_disaster_response
Demo 2014 aidr_artificial_intelligence_disaster_responseConor O'Connor
 
Fusing text and image for event
Fusing text and image for eventFusing text and image for event
Fusing text and image for eventijma
 
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...IRJET Journal
 
IRJET- Tweet Segmentation and its Application to Named Entity Recognition
IRJET- Tweet Segmentation and its Application to Named Entity RecognitionIRJET- Tweet Segmentation and its Application to Named Entity Recognition
IRJET- Tweet Segmentation and its Application to Named Entity RecognitionIRJET Journal
 
Mobile App for Disaster Management & Information Technology in Emergency Prep...
Mobile App for Disaster Management & Information Technology in Emergency Prep...Mobile App for Disaster Management & Information Technology in Emergency Prep...
Mobile App for Disaster Management & Information Technology in Emergency Prep...Associate Professor in VSB Coimbatore
 
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...JayaramB11
 
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...IRJET Journal
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET Journal
 

Similar to Iaetsd real time event detection and alert system using sensors (20)

WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
 
Expelling Information of Events from Critical Public Space using Social Senso...
Expelling Information of Events from Critical Public Space using Social Senso...Expelling Information of Events from Critical Public Space using Social Senso...
Expelling Information of Events from Critical Public Space using Social Senso...
 
Earthquake shakes twitter users real-time event detection by social sensors
Earthquake shakes twitter users  real-time event detection by social sensorsEarthquake shakes twitter users  real-time event detection by social sensors
Earthquake shakes twitter users real-time event detection by social sensors
 
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
 
RITMAN2012-kun
RITMAN2012-kunRITMAN2012-kun
RITMAN2012-kun
 
Event detection in twitter using text and image fusion
Event detection in twitter using text and image fusionEvent detection in twitter using text and image fusion
Event detection in twitter using text and image fusion
 
Automatic Prediction and Countering of Communal Tweets using Machine Learning...
Automatic Prediction and Countering of Communal Tweets using Machine Learning...Automatic Prediction and Countering of Communal Tweets using Machine Learning...
Automatic Prediction and Countering of Communal Tweets using Machine Learning...
 
IRJET - Fake News Detection: A Survey
IRJET -  	  Fake News Detection: A SurveyIRJET -  	  Fake News Detection: A Survey
IRJET - Fake News Detection: A Survey
 
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...IRJET- Identification of Prevalent News from Twitter and Traditional Media us...
IRJET- Identification of Prevalent News from Twitter and Traditional Media us...
 
Akram.pptx
Akram.pptxAkram.pptx
Akram.pptx
 
Semantic Twitter Analyzing Tweets For Real Time Event Notification
Semantic Twitter Analyzing Tweets For Real Time Event NotificationSemantic Twitter Analyzing Tweets For Real Time Event Notification
Semantic Twitter Analyzing Tweets For Real Time Event Notification
 
Demo 2014 aidr_artificial_intelligence_disaster_response
Demo 2014 aidr_artificial_intelligence_disaster_responseDemo 2014 aidr_artificial_intelligence_disaster_response
Demo 2014 aidr_artificial_intelligence_disaster_response
 
Fusing text and image for event
Fusing text and image for eventFusing text and image for event
Fusing text and image for event
 
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...
IRJET- An Experimental Evaluation of Mechanical Properties of Bamboo Fiber Re...
 
IRJET- Tweet Segmentation and its Application to Named Entity Recognition
IRJET- Tweet Segmentation and its Application to Named Entity RecognitionIRJET- Tweet Segmentation and its Application to Named Entity Recognition
IRJET- Tweet Segmentation and its Application to Named Entity Recognition
 
deep.pdf
deep.pdfdeep.pdf
deep.pdf
 
Mobile App for Disaster Management & Information Technology in Emergency Prep...
Mobile App for Disaster Management & Information Technology in Emergency Prep...Mobile App for Disaster Management & Information Technology in Emergency Prep...
Mobile App for Disaster Management & Information Technology in Emergency Prep...
 
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...
Blockchain-Based_Event_Detection_and_Trust_Verification_Using_Natural_Languag...
 
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...
A Paper on Web Data Segmentation for Terrorism Detection using Named Entity R...
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
 

More from Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

More from Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

Iaetsd real time event detection and alert system using sensors

  • 1. Real Time event detection and alert system using sensors V Anil Kumar1 , V Sreenatha Sarma2 1 M.Tech, Dept. of CSE, Audisankara College of Engineering & Technology, Gudur, A.P, India 2 Asst Professor, Dept. of CSE, Audisankara College of Engineering & Technology, Gudur, A.P, India Abstract - Twitter a well-liked microbiologging services, has received abundant attention recently. We investigate the $64000 time interaction of events like earthquakes. And propose associate algorithm to watch tweets and to focus on event. To sight a target event, we device a classifier of tweets supported options like keyword in an exceedingly tweet, the amount of words, and their context. We have a tendency to manufacture a probabilistic spatiotemporal model for the target event that may notice the middle and therefore the flight PF the event location. We have a tendency to contemplate every twitter user as a device and apply kalman filtering and sensible filtering. The particle filter works higher than alternative compared ways in estimating the middle of earthquakes and trajectories of typhoons. As associate application, we have a tendency to construct associate earthquake coverage System in Japan. Our System detects earthquakes promptly and sends e-mails and SMS alerts to registered users .Notification is delivered abundant quicker than the announcements that square measure broadcast by JMA. Index terms - Tweets, social sensors, earthquake, hand shaking. I. INTRODUCTION Twitter, a popular microblogging service, has received abundant attention recently. It is a web social network employed by a lot of folks round the world to remain connected to their friends, family members and fellow worker through their computers and mobile phones. Twitter was based in March twenty one, 2006 within the headquarters of Sanfrancisco, California; USA. Twitter is classified as micro-blogging services. Microblogging is a style of blogging that permits users to send temporary text updates or micromedia like pictures or audio clips .Microblogging services apart from Twitter embrace Tumbler, plurk, Emote.in, Squeelr, Jaiku, identi.ca, and so on. They have their own characteristics. Microblogging service of twitter provides immediacy and movableness. Microblogging is slowly moving to the thought. In USA, for example Obama microblogged from the campaign path, to that BBC news gave link. II. INVESTIGATION Earthquake is a disastrous event in which many people loss their life and property. Hence detection 118 INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT ISBN: 378 - 26 - 138420 - 5 www.iaetsd.in
  • 2. and bringing awareness about the event is very important to prevent hazardous environment. Daily news paper, TV broadcast channels paves way for it. But these systems are slower when it comes for the real time occurrence as they are time consuming in sensing, reporting or publishing. Also in today s running world people does not pay much attention all time in media .Later on SMS, calls facilitated the reporting system but due to the ignorance of people under some situations such as in the midst of night, expire of mobile phone charges. This system also encountered many failures when they happened to face the problem of fakers. The mobile phone company was helpless to stop the fake messages or confirm the predicted information. Hence these calls and SMS do not solve any problem but increases. At the third stage social networks came to the play they have lots of followers as Microblogging attraction bloomed over them. These social networks served to be both fun time and useful .It helped to bridge the gap between the friends of different community and get connected all over the world. At the same time some of the facts and important messages were also known by the people by their friends and followers updates, shares and likes. Their like gives rating to some of the ads or some blogs or groups. Considering these facts they decided to develop the reporting system for earth quake. They choose twitter because of its popularity .They considers users as the social sensors. These users posts report on earthquake such as “I am attending Earthquake right now” or “I happened to feel the shaking of the earth”. These tweets are analyzed based on features such as statically [2] [3]. They separate keywords and words and confirm the event and sent to positive class. At time there may be tweets such as “I read an article on earthquake” or the tweets such as “Earthquake before three days was heart stolen. These tweets were analyzed and found that it is not under the criteria and hence sent to the negative class Fig.1 Twitter User Map To category a tweet into a positive category or a negative class, we have a tendency to use a support vector machine (SVM) [7] that may be a wide used machine-learning algorithmic program. By making ready positive and negative examples as a coaching set, we will manufacture a model to classify tweets mechanically into positive and negative classes. After confirmation of details that's within the positive category the notification is distributed to the registered users victimization particle filtering. Particle filtering is depended upon the rating for the location [6]. Rating is depended informed the likes delivered to the zone. The intense disadvantage of existing system is that 119 INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT ISBN: 378 - 26 - 138420 - 5 www.iaetsd.in
  • 3. no confirmation of messages before the warning is distributed and also the notification is Fig. 2 Number of tweets related to earthquakes Delivered only to the registered users. To many people who belong to the earth quake zone does not receive these messages as because they did not register. III. PROPOSED SYSTEM In the projected system for the detection of earthquake through twitter the user need n't register for the earthquake awful tweets for the previous info. The earthquake is detected exploitation the keyword-based topic search. Tweet search API crawls the tweets containing the keywords like earthquake, disaster, damage, shaking. Tweet crawler sends the keywords containing sentence to mecab. In mecab keywords area unit keep and also the sentence containing keyword is distributed for linguistics analysis . A particle filter may be a probabilistic approximation algorithmic program implementing a mathematician filter, and a member of the family of consecutive Monte Carlo strategies. For location estimation, it maintains a likelihood distribution for the situation estimation at time t, selected because the belief Belðxtp ¼ fx^(i ) t; (_i^w)t g; i ¼1 . . . n. every x^i t may be a distinct hypothesis associated with the thing location. The〖 w〗^it area unit area unit non negative weights, referred to as importance factors. Fig. 3 System Architecture The Sequential Importance Sampling (SIS) algorithm is a Monte Carlo method that forms the basis for particle filters. The SIS algorithm consists of recursive propagation of the weights and support points as each measurement is received sequentially. Step1-Generation: Generate and weight a particle set, which means N discrete hypothesis evently on map.S0 ¼ s00 ; s10 ; s20; . . . ; sN_1 0 Step 2: Resampling: 120 INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT ISBN: 378 - 26 - 138420 - 5 www.iaetsd.in
  • 4. Resample Nparticles from a particle set using weights of respective particles and allocate them on the map. (We allow resampling of more than that of the same particles.). Step 3: Prediction. Predict the next state of a particle set from Newton’s motion equation. Step 4: Find the new document vector coordinates in this reduced 2-dimensional space. Step 5: Weighting Re-calculate the weight of . Step 6: Measurement: Calculate the current object location ( , )by the average of ( , ) ∈ . Step 7: Iteration: Iterate Step 3, 4, 5 and 6 until convergence IV. REPORTING SYSTEM We developed an earthquake-reporting system using the event detection algorithm. Earthquake information is much more valuable if it is received in real time. Given some amount of advanced warning, any person would be able to turn off a stove or heater at home and then seek protection under a desk or table if such a person were to have several seconds’ notice before an earthquake actually strikes an area. It goes without saying that, for such a warning, earlier is better. It provides advance announcements of the estimated seismic intensities and expected arrival times. As in the survey of social networking sites the twitter have about 2 million users across the world including the famous personalities like Barack Obama, cine stars and so on. Even some of the entertaining media like television and radio gathers information through the Twitter and spread it. V. CONCLUSION As we tend to mentioned during this paper, Twitter user is employed as a device, and set the matter as detection of an occurrence supported sensory observations. Location estimation ways like particle filtering are used to estimate the locations of events. As associate degree application, we tend to developed associate degree earthquake reportage system. Microblogging helps United States of America to unfold the news at quicker rates to the opposite subscribers of the page; it conjointly distinguishes it from different media within the sort of blogs and cooperative bookmarks. The algorithmic program utilized in the projected system facilitates United States of America to spot the keyword that's needed help United States of America to assemble additional info from varied places by SIS algorithmic program that the folks are unaware of it. Finding the folks of specific areas through particle filtering and causation alarms to the folks is a brand new conception of intimating folks which is able to pay some way for spreading the news at quicker rate instead of intimating the folks within the whole world and spreading the news at slower rate. 121 INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT ISBN: 378 - 26 - 138420 - 5 www.iaetsd.in
  • 5. REFERENCES [1] S. Milstein, A. Chowdhury, G. Hochmuth, B. Lorica, and R. Magoulas.Twitter and the micr- messaging revolution: Communication, connections, and immediacy.140 characters at a time. O’Reilly Media, 2008. [2] V. Fox, J. Hightower, L. Liao, D. Schulz, and G. Borriello,“ Bayesian Filtering for Location Estimation,” IEEE Pervasive Computing, vol. 2, no. 3, pp. 24-33, July-Sept. 2003. [3]T. Sakaki, M. Okazaki, and Y. Matsuo, “Earthquake Shakes Twitter Users: Real-Time Event Detection by Social Sensors,” Proc. 19th Int’l Conf. World Wide Web (WWW ’10), pp. 851-860,2010. [4] M. Cataldi, L. Di Caro, and C. Schifanella, “Emerging Topic Detection on Twitter Based on Temporal and Social Terms Evalua- tion,”Proc.10th Int’l Workshop Multimedia Data MiningMDMKDD’10), pp. 1-10, 2010. [5] M. Ebner and M. Schiefner, “Microblogging - More than Fun?”Proc. IADIS Mobile Learning Conf., pp. 155-159, 2008. [6] L. Backstrom, J. Kleinberg, R. Kumar, and J. Novak, “Spatial Variation in Search Engine Queries,”Proc. 17th Int’l Conf.World Wide Web (WWW ’08), pp. 357-366, 2008. [7] T. Joachims. Text categorization with support vector machines. In Proc. ECML’98, pages 137–142, 1998. 122 INTERNATIONAL CONFERENCE ON CURRENT INNOVATIONS IN ENGINEERING AND TECHNOLOGY INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT ISBN: 378 - 26 - 138420 - 5 www.iaetsd.in