SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Computer Engineering and Intelligent Systems                                                   www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
             Integrated Approach for Domain Dimensional
       Information Retrieval System by Using Neural Networks
                  R. Kamalakar, M.Anjan Kumar, P.Pradeep Kumar, P.Sai Prasad

*kamalsee@gmail.com, anjanind@gmail.com , pkpuram@yahoo.com , saiprsadcse@gmail.com

Abstract:

Search engines are the most commonly used type of tool for finding relevant information on the Internet.
However, today’s search engines are far from perfect. Typical search queries are short, often one or two
words, and can be ambiguous therefore returning inappropriate results. A precise search engine adapted to
professional environments which are characterized by a domain (e.g. medicine, law, sport, and so on). In
our approach, each domain has its own terminology (i.e. a set of terms that denote its concepts: team,
player, etc.) and it is organized along dimensions, such as person, location, etc. The research work is
focuses on personalization of information retrieval systems to achieve this we require one architecture that
is to developed with immense ground knowledge on open source technologies and great Neural networks
and Information retrieval system and there scope and existence. The architecture termed as ISA integrated
service architecture.

1. Introduction

1.1 Artificial Neural Networks

The term artificial intelligence was first coined in 1956, at the Dartmouth conference, and since then
Artificial Intelligence has expanded because of the theories and principles developed by its dedicated
researchers. Through its short modern history, advancement in the fields of AI have been slower than first
estimated, progress continues to be made. From its birth 4 decades ago, there have been a variety of AI
programs, and they have impacted other technological advancements

 A neural network is, in essence, an attempt to simulate the brain. Neural network theory revolves around
the idea that certain key properties of biological neurons can be extracted and applied to simulations, thus
creating a simulated (and very much simplified) brain. The first important thing to understand then, is that
the components of an artificial neural network are an attempt to recreate the computing potential of the
brain. The second important thing to understand, however, is that no one has ever claimed to simulate
anything as complex as an actual brain. Whereas the human brain is estimated to have something on the
order of ten to a hundred billion neurons, a typical artificial neural network (ANN) is not likely to have
more than 1,000 artificial neurons. Artificial Intelligence is a combination of computer science,
physiology, and philosophy.

Before discussing the specifics of artificial neural nets though, let us examine what makes real neural nets -
brains - function the way they do. Perhaps the single most important concept in neural net research is the
idea of connection strength. Neuroscience has given us good evidence for the idea that connection strengths
- that is, how strongly one neuron influences those neurons connected to it - are the real information holders
in the brain. Learning, repetition of a task, even exposure to a new or continuing stimulus can cause the
brain's connection strengths to change, some synaptic connections becoming reinforced and new ones are
being created, others weakening or in some cases disappearing altogether.

A neuron may sum its inputs, or average them, or something entirely more complicated. Each of these
behaviors can be represented mathematically, and that representation is called the transfer function. It is
often convenient to forget the transfer function, and think of the neurons as being simple addition
machines, more activity in equals more activity out. This is not really accurate though, and to develop a


                                                      1
Computer Engineering and Intelligent Systems                                                    www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
good understanding of an artificial neural network, the transfer function must be taken into account.
 A Armed with these three concepts: Connection, strength Inhibition/ Excitation , and the Transfer
Function, we can now look at how artificial neural nets are constructed. In theory, an artificial neuron
(often called a 'node') captures all the important elements of a biological one. Nodes are connected to each
other and the strength of that connection is normally given a numeric value between -1.0 for maximum
inhibition, to +1.0 for maximum excitation. All values between the two are acceptable, with higher
magnitude values indicating stronger connection strength. The transfer function in artificial neurons
whether in a computer simulation, or actual microchips wired together, is typically built right into the
nodes' design. Perhaps the most significant difference between artificial and biological neural nets is their
organization. While many types of artificial neural nets exist, most are organized according to the same
basic structure (see diagram). There are three components to this organization: a set of input nodes, one or
more layers of 'hidden' nodes, and a set of output nodes. The input nodes take in information, and are akin
to sensory organs. Whether the information is in the form of a digitized picture, or a series of stock values,
or just about any other form that can be numerically expressed, this is where the net gets its initial data. The
information is supplied as activation values, that is, each node is given a number, higher numbers
representing greater activation. This is just like human neurons except that rather than conveying their
activation level by firing more frequently, as biological neurons do, artificial neurons indicate activation by
passing this activation value to connected nodes. After receiving this initial activation, information is then
passed through the network. Connection strengths, inhibition/excitation conditions, and transfer functions
determine how much of the activation value is passed on to the next node. Each node sums the activation
values it receives, arrives at its own activation value, and then passes that along to the next nodes in the
network (after modifying its activation level according to its transfer function). Thus the activation flows
through the net in one direction, from input nodes, through the hidden layers, until eventually the output
nodes are activated. If a network is properly trained, this output should reflect the input in some meaningful
way. For instance, a gender recognition net might be presented with a picture of a man or woman at its
input nodes and must set an output node to 0.0 if the picture depicts a man, or 1.0 for a woman. In this way,
the network communicates its knowledge to the outside world.

1.2 Information retrieval system

INFORMATION Retrieval Systems (IRS) are nowadays very popular, mainly due to the popularity of the
Web. Most IRS on the Web (also called search engines) are not really domain-oriented: the same
techniques are used to index any document. We think that there is a niche for domain-specific IRS




                                                                             +




2. Relevance Analysis


                                                       2
Computer Engineering and Intelligent Systems                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
       once the document domain is known, certain assumptions can be made and specific knowledge can
   be used. Users are then allowed to utilize much more precise queries than the usual small set of
   keywords in use for Web search engines. In professional environments, IRS should be able to process
   precise queries, mostly due to its use of a specific terminology, but also because the retrieved
   information is meant to be part of a user task (diagnose a disease, write a report, etc.).

       In professional environments, there is also a growing need for accessing information about specific
   domain documents in many languages and many types of media. In this paper, we present a precise
   search engine adapted to professional environments that are characterized by a domain (e.g. Medicine,
   Law, Sport, and so on). In our approach, each domain has its own terminology (i.e. a set of terms that
   denote its concepts) and it is organized along dimensions, such as Person, Location, etc.

        Dimensions, as described below, are defined by concepts and semantic relationships that represent a
   particular perspective or point of view on the corresponding domain. We mainly use the notion of
   domain dimension to i) precisely index document content and ii) implement an interactive interface that
   allows users to precisely describe his or her information need, and therefore precisely access a
   document collection. Our main goal through this system is to allow users fluid access to a digital library
   that contains documents belonging to specific domains, written in different languages, and using
   differnt medias. In particular, our system provides the user at all times with a feeling of control and
   understanding. It therefore provides a keyword search combined with a flexible navigation system. This
   combination allows a user to select a domain of his interest, build his query, expand and refine it, and
   select the language and the medias of the search results.

3. Domain Dimensions

       We use domain dimensions for solving domain-specific precise queries that are characterized by a
   specialized terminology and a complex semantic structure. In this case, domain dimensions are used to
   extract the specialized vocabulary and therefore highlight the relevant elements that contribute to the
   description of a document (or query) semantic content. For example, through our dimension-based
   model, a journalist wishing to write a newspaper article can formulate his query as follows: “Give me
   documents dealing with the French General who created the security zone during the Balkans conflict”.
   Our system is able to recognize domain dimensions and use them to precisely answer this query: Person
   (French General), Location (Balkans, security zone), Event (Balkans conflict).

4. Search Analysis

       The main idea behind a search interface based on domain dimensions is quite simple. Rather than
   creating one large category hierarchy, we build a set of category hierarchies, each of which corresponds
   to a different dimension (facet) relevant to the domain described in the collection to be navigated. This
   representation is also known as hierarchical faceted categories. In dimension-based search interfaces,
   each domain has a set of dimensions and each dimension has a hierarchy of concepts. After the
   dimensions’ hierarchies are designed, each document in the collection can be assigned to many
   concepts from the hierarchies. For example, in the medical domain, the dimension hierarchies can
   include Human Anatomy (Head, Brain, Femur, etc. with part-of relationships), Pathology (Cancer,
   fracture, lesion, etc., with is-a relationships), Image Modality (MRI, x-ray, ultrasound, etc., with is-a
   relationships) and so on. Thus, an MRI image describing a fracture of a femur might be assigned to
   (indexed by):

      Anatomy > Musculoskeletal System > Skeleton > Bone and

      Bones > Bones of Lower Extremity > Foot Bones > Leg Bones> Femur



                                                     3
Computer Engineering and Intelligent Systems                                             www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
      Pathology > Disorders of Environmental Origin > Wounds

      and Injuries > Fractures, Bone > Femoral Fractures

      Modality > Diagnostic Techniques and Procedures > Diagnostic

      Imaging > Magnetic Resonance Imaging

       When a concept within a dimension hierarchy is selected within the interface, all documents that
   have been assigned to that concept are retrieved (and displayed). When concepts from different
   hierarchies are selected, the system builds a query that is a conjunct of disjuncts over the selected
   concepts and their sub concepts.




5. Document Indexing




       The architecture of our system is presented
   in Figure 3.There are mainly three steps in our
   system design: i) defining the domain
   dimensions relevant to the given document
   collection; ii) multidimensional document indexing, which matches associate documents to the
   corresponding domain dimensions;

      A. External Resources-Based Domain Dimension Definition


                                                   4
Computer Engineering and Intelligent Systems                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
      Our aim is to access a multimedia multilingual document collection through a dimensions-based
   search interface. Instead of using a specific indexing technique for each language and each media, we
   propose to use a unique technique for all documents independent of their languages or their media type.
   This technique is based on conceptual indexing that consists in representing documents (queries) by
   concepts instead of ambiguous descriptors (words extracted from text, features extracted from
   audiovisual information such as colour, shape, texture, motion, audio frequency, etc

6.INTEGRATED SERVICE ARCHITECTURE

       An ISA integrated service architecture is proposed to do the efficient information retrieval form
   multiple heterogeneous data sources. The efficency can be achieved by using the integrated
   technologies of Neural Networks and Object Resource Broker through CORBA.

       The ISA architecture describes that the user can connect the search engine with own local resources
   to remote and search engine and there functionalities and comes under the domain of IRS. In previous
   sections we discussed the concept on relevance analysis and indexing with multiple domain
   dimensionalities .

      Neural networks are the decision making tools and forwarding and back warding approaches when
   the desired date are to be fetched from the source by any neuron it will immediately sends to the
   MAPPER PORTAL . portal is a third party tool to integrate both environment for functional processing
   .

      Why should I use corba and orbs?

       The only the strait forward solution is that neutrability mean is an open source. By using orb’s large
   immense features we can connect any type of data source like relational, object based, spatial, time
   series , file system and even data ware houses also. Due to implementation cost reduction and flexibility
   uses the orb.

       The architecture implementation taken place and some important portion of integrations are carried
   on my work after success full implementation we will produce the results and dataset and constraint
   elaborately.

7. CONCLUSION

       The research work is focuses on personalization of information retrieval systems to achieve this we
   require one architecture that is to developed with immense ground knowledge on open source
   technologies and great Neural networks and Information retrieval system and there scope and existence.

       The architecture implementation taken place and some important portion of integrations are carried
   on my work after success full implementation we will produce the results and dataset and constraint
   elaborately.

8. References
Flexible building of specialized information retrieval systems application to the management of APL
functions as a programming aid. Authors: Jean-Claude pages,Anne Mauboussin

Contemporary model and initiatives for information evalution. Systems: M.Anjan kumar, R.kamalakar.
Proceedings of the 63rd Internationalconference AMCM.2010



                                                     5
Computer Engineering and Intelligent Systems                                               www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 3, No.2, 2012
“Neural networks with advanced bonding sectors ,”by M.ANJANKUMAR , R.KAMALAKAR
.A.HUSSAIN in Proceedings of the 3rdNationl Conference inf VITS(n6),knr Through ISTE CHAPTER
,20117.
 Yee, K.P., Swearingen, K., Li, K., Hearst, M., “Faceted metadata for image search and browsing,” in CHI
’03: Proceedings of the conference
on Human factors in computing systems, ACM Press, pp. 401-408, 2003.
 M¹akel¹a, E., Hyv¹onen, E., Saarela, S., “Ontogator - a semantic view based search engine service for web
applications,” in International Semantic Web Conference, pp. 847-860, 2006.
 M¹akel¹a, E., Hyv¹onen, E., Sidoroff, T., “View-based user interfaces for information retrieval on the
semantic web,” in ISWC-2005 WorkshopEnd User Semantic Web Interaction, November 2005.
 Sacco, G.M., “Research results in dynamic taxonomy and faceted searchsystems,” in DEXA Workshops,
IEEE Computer Society




                                                    6

Weitere Àhnliche Inhalte

Was ist angesagt?

Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentationTunde Ajose-Ismail
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
 
Neural networks...
Neural networks...Neural networks...
Neural networks...Molly Chugh
 
IRJET- Survey on Text Error Detection using Deep Learning
IRJET-  	  Survey on Text Error Detection using Deep LearningIRJET-  	  Survey on Text Error Detection using Deep Learning
IRJET- Survey on Text Error Detection using Deep LearningIRJET Journal
 
Soft computing
Soft computingSoft computing
Soft computingCSS
 
Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networksalldesign
 
The upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsThe upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsIJECEIAES
 
The technologies of ai used in different corporate world
The technologies of ai used in different  corporate worldThe technologies of ai used in different  corporate world
The technologies of ai used in different corporate worldEr. rahul abhishek
 
Key Management Schemes for Secure Communication in Heterogeneous Sensor Networks
Key Management Schemes for Secure Communication in Heterogeneous Sensor NetworksKey Management Schemes for Secure Communication in Heterogeneous Sensor Networks
Key Management Schemes for Secure Communication in Heterogeneous Sensor NetworksIDES Editor
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecastingAmir Shokri
 
intelligent computing relating to cloud computing
intelligent computing relating to cloud computingintelligent computing relating to cloud computing
intelligent computing relating to cloud computingEr. rahul abhishek
 
VEU_CST499_FinalReport
VEU_CST499_FinalReportVEU_CST499_FinalReport
VEU_CST499_FinalReportCaroline Lenard
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligencealldesign
 
IRJET- Visual Question Answering using Combination of LSTM and CNN: A Survey
IRJET- Visual Question Answering using Combination of LSTM and CNN: A SurveyIRJET- Visual Question Answering using Combination of LSTM and CNN: A Survey
IRJET- Visual Question Answering using Combination of LSTM and CNN: A SurveyIRJET Journal
 
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations SystemsIRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations SystemsIRJET Journal
 
Ai applications study
Ai applications  studyAi applications  study
Ai applications studyKavita Rastogi
 
AI Deep Learning - CF Machine Learning
AI Deep Learning - CF Machine LearningAI Deep Learning - CF Machine Learning
AI Deep Learning - CF Machine LearningKarl Seiler
 
Neural Network
Neural NetworkNeural Network
Neural NetworkSayyed Z
 
Survey on Text Prediction Techniques
Survey on Text Prediction TechniquesSurvey on Text Prediction Techniques
Survey on Text Prediction Techniquesvivatechijri
 

Was ist angesagt? (20)

Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
 
Neural network
Neural networkNeural network
Neural network
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
 
Neural networks...
Neural networks...Neural networks...
Neural networks...
 
IRJET- Survey on Text Error Detection using Deep Learning
IRJET-  	  Survey on Text Error Detection using Deep LearningIRJET-  	  Survey on Text Error Detection using Deep Learning
IRJET- Survey on Text Error Detection using Deep Learning
 
Soft computing
Soft computingSoft computing
Soft computing
 
Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networks
 
The upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsThe upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applications
 
The technologies of ai used in different corporate world
The technologies of ai used in different  corporate worldThe technologies of ai used in different  corporate world
The technologies of ai used in different corporate world
 
Key Management Schemes for Secure Communication in Heterogeneous Sensor Networks
Key Management Schemes for Secure Communication in Heterogeneous Sensor NetworksKey Management Schemes for Secure Communication in Heterogeneous Sensor Networks
Key Management Schemes for Secure Communication in Heterogeneous Sensor Networks
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
 
intelligent computing relating to cloud computing
intelligent computing relating to cloud computingintelligent computing relating to cloud computing
intelligent computing relating to cloud computing
 
VEU_CST499_FinalReport
VEU_CST499_FinalReportVEU_CST499_FinalReport
VEU_CST499_FinalReport
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligence
 
IRJET- Visual Question Answering using Combination of LSTM and CNN: A Survey
IRJET- Visual Question Answering using Combination of LSTM and CNN: A SurveyIRJET- Visual Question Answering using Combination of LSTM and CNN: A Survey
IRJET- Visual Question Answering using Combination of LSTM and CNN: A Survey
 
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations SystemsIRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
 
Ai applications study
Ai applications  studyAi applications  study
Ai applications study
 
AI Deep Learning - CF Machine Learning
AI Deep Learning - CF Machine LearningAI Deep Learning - CF Machine Learning
AI Deep Learning - CF Machine Learning
 
Neural Network
Neural NetworkNeural Network
Neural Network
 
Survey on Text Prediction Techniques
Survey on Text Prediction TechniquesSurvey on Text Prediction Techniques
Survey on Text Prediction Techniques
 

Andere mochten auch

Presentasi Optimasi youtube
Presentasi Optimasi youtubePresentasi Optimasi youtube
Presentasi Optimasi youtubeIrsyad274
 
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...Ateneo Graduate School of Business
 
Greece luxury hotel lichnos beach parga
Greece luxury hotel lichnos beach pargaGreece luxury hotel lichnos beach parga
Greece luxury hotel lichnos beach pargaDiana George
 
140212 mi sales academy synopsis sales modules - liv ejm
140212 mi sales academy synopsis   sales modules - liv ejm140212 mi sales academy synopsis   sales modules - liv ejm
140212 mi sales academy synopsis sales modules - liv ejmEllis Mugridge
 
Un om...
Un om...Un om...
Un om...danbranzai
 
Canto Para A Menina Desconhecida
Canto Para A Menina DesconhecidaCanto Para A Menina Desconhecida
Canto Para A Menina Desconhecidacristalslides
 

Andere mochten auch (7)

Presentasi Optimasi youtube
Presentasi Optimasi youtubePresentasi Optimasi youtube
Presentasi Optimasi youtube
 
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...
Transform Integrate and Perform (TIP) to Vision Driven Consistent Achievement...
 
Greece luxury hotel lichnos beach parga
Greece luxury hotel lichnos beach pargaGreece luxury hotel lichnos beach parga
Greece luxury hotel lichnos beach parga
 
140212 mi sales academy synopsis sales modules - liv ejm
140212 mi sales academy synopsis   sales modules - liv ejm140212 mi sales academy synopsis   sales modules - liv ejm
140212 mi sales academy synopsis sales modules - liv ejm
 
Un om...
Un om...Un om...
Un om...
 
Canto Para A Menina Desconhecida
Canto Para A Menina DesconhecidaCanto Para A Menina Desconhecida
Canto Para A Menina Desconhecida
 
Winning by Electricity a Primer by Engr Bong De Ungria
Winning by Electricity   a Primer by Engr Bong De UngriaWinning by Electricity   a Primer by Engr Bong De Ungria
Winning by Electricity a Primer by Engr Bong De Ungria
 

Ähnlich wie Integrated approach for domain dimensional information retrieval system by using neural networks

An Overview On Neural Network And Its Application
An Overview On Neural Network And Its ApplicationAn Overview On Neural Network And Its Application
An Overview On Neural Network And Its ApplicationSherri Cost
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
From web 2 to web 3
From web 2 to web 3From web 2 to web 3
From web 2 to web 3Asher Idan
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Webguestecf0af
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by BhanuprakashEAGALA BHANU PRAKASH
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual IntroductionLukas Masuch
 
Intelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkIntelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkijfcstjournal
 
(Sample) image encryption
(Sample) image encryption(Sample) image encryption
(Sample) image encryptionAnsabArshad
 
Neural network
Neural networkNeural network
Neural networkGuvera Ganesh
 
Neural Networks and Elixir
Neural Networks and ElixirNeural Networks and Elixir
Neural Networks and Elixirbgmarx
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural NetworkApril Joy Getigan
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Taymoor Nazmy
 
How to make data more usable on the Internet of Things
How to make data more usable on the Internet of ThingsHow to make data more usable on the Internet of Things
How to make data more usable on the Internet of ThingsPayamBarnaghi
 
IRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their ApplicationsIRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their ApplicationsIRJET Journal
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...APJ ABDUL KALAM TECHNICAL UNIVERSITY
 

Ähnlich wie Integrated approach for domain dimensional information retrieval system by using neural networks (20)

An Overview On Neural Network And Its Application
An Overview On Neural Network And Its ApplicationAn Overview On Neural Network And Its Application
An Overview On Neural Network And Its Application
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Artificial Neural Networks
Artificial Neural NetworksArtificial Neural Networks
Artificial Neural Networks
 
P2-Artificial.pdf
P2-Artificial.pdfP2-Artificial.pdf
P2-Artificial.pdf
 
From web 2 to web 3
From web 2 to web 3From web 2 to web 3
From web 2 to web 3
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Web
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by Bhanuprakash
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual Introduction
 
Intelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkIntelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural network
 
(Sample) image encryption
(Sample) image encryption(Sample) image encryption
(Sample) image encryption
 
Neural network
Neural networkNeural network
Neural network
 
Neural Networks and Elixir
Neural Networks and ElixirNeural Networks and Elixir
Neural Networks and Elixir
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-
 
Deep learning
Deep learning Deep learning
Deep learning
 
How to make data more usable on the Internet of Things
How to make data more usable on the Internet of ThingsHow to make data more usable on the Internet of Things
How to make data more usable on the Internet of Things
 
IRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their ApplicationsIRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their Applications
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
 

Mehr von Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mehr von Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

KĂŒrzlich hochgeladen

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

KĂŒrzlich hochgeladen (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Integrated approach for domain dimensional information retrieval system by using neural networks

  • 1. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 Integrated Approach for Domain Dimensional Information Retrieval System by Using Neural Networks R. Kamalakar, M.Anjan Kumar, P.Pradeep Kumar, P.Sai Prasad *kamalsee@gmail.com, anjanind@gmail.com , pkpuram@yahoo.com , saiprsadcse@gmail.com Abstract: Search engines are the most commonly used type of tool for finding relevant information on the Internet. However, today’s search engines are far from perfect. Typical search queries are short, often one or two words, and can be ambiguous therefore returning inappropriate results. A precise search engine adapted to professional environments which are characterized by a domain (e.g. medicine, law, sport, and so on). In our approach, each domain has its own terminology (i.e. a set of terms that denote its concepts: team, player, etc.) and it is organized along dimensions, such as person, location, etc. The research work is focuses on personalization of information retrieval systems to achieve this we require one architecture that is to developed with immense ground knowledge on open source technologies and great Neural networks and Information retrieval system and there scope and existence. The architecture termed as ISA integrated service architecture. 1. Introduction 1.1 Artificial Neural Networks The term artificial intelligence was first coined in 1956, at the Dartmouth conference, and since then Artificial Intelligence has expanded because of the theories and principles developed by its dedicated researchers. Through its short modern history, advancement in the fields of AI have been slower than first estimated, progress continues to be made. From its birth 4 decades ago, there have been a variety of AI programs, and they have impacted other technological advancements A neural network is, in essence, an attempt to simulate the brain. Neural network theory revolves around the idea that certain key properties of biological neurons can be extracted and applied to simulations, thus creating a simulated (and very much simplified) brain. The first important thing to understand then, is that the components of an artificial neural network are an attempt to recreate the computing potential of the brain. The second important thing to understand, however, is that no one has ever claimed to simulate anything as complex as an actual brain. Whereas the human brain is estimated to have something on the order of ten to a hundred billion neurons, a typical artificial neural network (ANN) is not likely to have more than 1,000 artificial neurons. Artificial Intelligence is a combination of computer science, physiology, and philosophy. Before discussing the specifics of artificial neural nets though, let us examine what makes real neural nets - brains - function the way they do. Perhaps the single most important concept in neural net research is the idea of connection strength. Neuroscience has given us good evidence for the idea that connection strengths - that is, how strongly one neuron influences those neurons connected to it - are the real information holders in the brain. Learning, repetition of a task, even exposure to a new or continuing stimulus can cause the brain's connection strengths to change, some synaptic connections becoming reinforced and new ones are being created, others weakening or in some cases disappearing altogether. A neuron may sum its inputs, or average them, or something entirely more complicated. Each of these behaviors can be represented mathematically, and that representation is called the transfer function. It is often convenient to forget the transfer function, and think of the neurons as being simple addition machines, more activity in equals more activity out. This is not really accurate though, and to develop a 1
  • 2. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 good understanding of an artificial neural network, the transfer function must be taken into account. A Armed with these three concepts: Connection, strength Inhibition/ Excitation , and the Transfer Function, we can now look at how artificial neural nets are constructed. In theory, an artificial neuron (often called a 'node') captures all the important elements of a biological one. Nodes are connected to each other and the strength of that connection is normally given a numeric value between -1.0 for maximum inhibition, to +1.0 for maximum excitation. All values between the two are acceptable, with higher magnitude values indicating stronger connection strength. The transfer function in artificial neurons whether in a computer simulation, or actual microchips wired together, is typically built right into the nodes' design. Perhaps the most significant difference between artificial and biological neural nets is their organization. While many types of artificial neural nets exist, most are organized according to the same basic structure (see diagram). There are three components to this organization: a set of input nodes, one or more layers of 'hidden' nodes, and a set of output nodes. The input nodes take in information, and are akin to sensory organs. Whether the information is in the form of a digitized picture, or a series of stock values, or just about any other form that can be numerically expressed, this is where the net gets its initial data. The information is supplied as activation values, that is, each node is given a number, higher numbers representing greater activation. This is just like human neurons except that rather than conveying their activation level by firing more frequently, as biological neurons do, artificial neurons indicate activation by passing this activation value to connected nodes. After receiving this initial activation, information is then passed through the network. Connection strengths, inhibition/excitation conditions, and transfer functions determine how much of the activation value is passed on to the next node. Each node sums the activation values it receives, arrives at its own activation value, and then passes that along to the next nodes in the network (after modifying its activation level according to its transfer function). Thus the activation flows through the net in one direction, from input nodes, through the hidden layers, until eventually the output nodes are activated. If a network is properly trained, this output should reflect the input in some meaningful way. For instance, a gender recognition net might be presented with a picture of a man or woman at its input nodes and must set an output node to 0.0 if the picture depicts a man, or 1.0 for a woman. In this way, the network communicates its knowledge to the outside world. 1.2 Information retrieval system INFORMATION Retrieval Systems (IRS) are nowadays very popular, mainly due to the popularity of the Web. Most IRS on the Web (also called search engines) are not really domain-oriented: the same techniques are used to index any document. We think that there is a niche for domain-specific IRS + 2. Relevance Analysis 2
  • 3. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 once the document domain is known, certain assumptions can be made and specific knowledge can be used. Users are then allowed to utilize much more precise queries than the usual small set of keywords in use for Web search engines. In professional environments, IRS should be able to process precise queries, mostly due to its use of a specific terminology, but also because the retrieved information is meant to be part of a user task (diagnose a disease, write a report, etc.). In professional environments, there is also a growing need for accessing information about specific domain documents in many languages and many types of media. In this paper, we present a precise search engine adapted to professional environments that are characterized by a domain (e.g. Medicine, Law, Sport, and so on). In our approach, each domain has its own terminology (i.e. a set of terms that denote its concepts) and it is organized along dimensions, such as Person, Location, etc. Dimensions, as described below, are defined by concepts and semantic relationships that represent a particular perspective or point of view on the corresponding domain. We mainly use the notion of domain dimension to i) precisely index document content and ii) implement an interactive interface that allows users to precisely describe his or her information need, and therefore precisely access a document collection. Our main goal through this system is to allow users fluid access to a digital library that contains documents belonging to specific domains, written in different languages, and using differnt medias. In particular, our system provides the user at all times with a feeling of control and understanding. It therefore provides a keyword search combined with a flexible navigation system. This combination allows a user to select a domain of his interest, build his query, expand and refine it, and select the language and the medias of the search results. 3. Domain Dimensions We use domain dimensions for solving domain-specific precise queries that are characterized by a specialized terminology and a complex semantic structure. In this case, domain dimensions are used to extract the specialized vocabulary and therefore highlight the relevant elements that contribute to the description of a document (or query) semantic content. For example, through our dimension-based model, a journalist wishing to write a newspaper article can formulate his query as follows: “Give me documents dealing with the French General who created the security zone during the Balkans conflict”. Our system is able to recognize domain dimensions and use them to precisely answer this query: Person (French General), Location (Balkans, security zone), Event (Balkans conflict). 4. Search Analysis The main idea behind a search interface based on domain dimensions is quite simple. Rather than creating one large category hierarchy, we build a set of category hierarchies, each of which corresponds to a different dimension (facet) relevant to the domain described in the collection to be navigated. This representation is also known as hierarchical faceted categories. In dimension-based search interfaces, each domain has a set of dimensions and each dimension has a hierarchy of concepts. After the dimensions’ hierarchies are designed, each document in the collection can be assigned to many concepts from the hierarchies. For example, in the medical domain, the dimension hierarchies can include Human Anatomy (Head, Brain, Femur, etc. with part-of relationships), Pathology (Cancer, fracture, lesion, etc., with is-a relationships), Image Modality (MRI, x-ray, ultrasound, etc., with is-a relationships) and so on. Thus, an MRI image describing a fracture of a femur might be assigned to (indexed by): Anatomy > Musculoskeletal System > Skeleton > Bone and Bones > Bones of Lower Extremity > Foot Bones > Leg Bones> Femur 3
  • 4. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 Pathology > Disorders of Environmental Origin > Wounds and Injuries > Fractures, Bone > Femoral Fractures Modality > Diagnostic Techniques and Procedures > Diagnostic Imaging > Magnetic Resonance Imaging When a concept within a dimension hierarchy is selected within the interface, all documents that have been assigned to that concept are retrieved (and displayed). When concepts from different hierarchies are selected, the system builds a query that is a conjunct of disjuncts over the selected concepts and their sub concepts. 5. Document Indexing The architecture of our system is presented in Figure 3.There are mainly three steps in our system design: i) defining the domain dimensions relevant to the given document collection; ii) multidimensional document indexing, which matches associate documents to the corresponding domain dimensions; A. External Resources-Based Domain Dimension Definition 4
  • 5. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 Our aim is to access a multimedia multilingual document collection through a dimensions-based search interface. Instead of using a specific indexing technique for each language and each media, we propose to use a unique technique for all documents independent of their languages or their media type. This technique is based on conceptual indexing that consists in representing documents (queries) by concepts instead of ambiguous descriptors (words extracted from text, features extracted from audiovisual information such as colour, shape, texture, motion, audio frequency, etc 6.INTEGRATED SERVICE ARCHITECTURE An ISA integrated service architecture is proposed to do the efficient information retrieval form multiple heterogeneous data sources. The efficency can be achieved by using the integrated technologies of Neural Networks and Object Resource Broker through CORBA. The ISA architecture describes that the user can connect the search engine with own local resources to remote and search engine and there functionalities and comes under the domain of IRS. In previous sections we discussed the concept on relevance analysis and indexing with multiple domain dimensionalities . Neural networks are the decision making tools and forwarding and back warding approaches when the desired date are to be fetched from the source by any neuron it will immediately sends to the MAPPER PORTAL . portal is a third party tool to integrate both environment for functional processing . Why should I use corba and orbs? The only the strait forward solution is that neutrability mean is an open source. By using orb’s large immense features we can connect any type of data source like relational, object based, spatial, time series , file system and even data ware houses also. Due to implementation cost reduction and flexibility uses the orb. The architecture implementation taken place and some important portion of integrations are carried on my work after success full implementation we will produce the results and dataset and constraint elaborately. 7. CONCLUSION The research work is focuses on personalization of information retrieval systems to achieve this we require one architecture that is to developed with immense ground knowledge on open source technologies and great Neural networks and Information retrieval system and there scope and existence. The architecture implementation taken place and some important portion of integrations are carried on my work after success full implementation we will produce the results and dataset and constraint elaborately. 8. References Flexible building of specialized information retrieval systems application to the management of APL functions as a programming aid. Authors: Jean-Claude pages,Anne Mauboussin Contemporary model and initiatives for information evalution. Systems: M.Anjan kumar, R.kamalakar. Proceedings of the 63rd Internationalconference AMCM.2010 5
  • 6. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 3, No.2, 2012 “Neural networks with advanced bonding sectors ,”by M.ANJANKUMAR , R.KAMALAKAR .A.HUSSAIN in Proceedings of the 3rdNationl Conference inf VITS(n6),knr Through ISTE CHAPTER ,20117. Yee, K.P., Swearingen, K., Li, K., Hearst, M., “Faceted metadata for image search and browsing,” in CHI ’03: Proceedings of the conference on Human factors in computing systems, ACM Press, pp. 401-408, 2003. Mšakelša, E., Hyvšonen, E., Saarela, S., “Ontogator - a semantic view based search engine service for web applications,” in International Semantic Web Conference, pp. 847-860, 2006. Mšakelša, E., Hyvšonen, E., Sidoroff, T., “View-based user interfaces for information retrieval on the semantic web,” in ISWC-2005 WorkshopEnd User Semantic Web Interaction, November 2005. Sacco, G.M., “Research results in dynamic taxonomy and faceted searchsystems,” in DEXA Workshops, IEEE Computer Society 6