SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 82
A Capable Text Data Mining Using in Artificial Neural Network
Mrs.R.Kalpana, Mrs.P.Padmapriya
1,2
(HEAD, Computer Science Department, Annai Vailankanni Arts and Science College, Thanjavur-7.)
I. INTRODUCTION
ANNs are processing devices such as algorithms or
hardware that are freely modeled after the neuronal
structure of the mammalian with smaller scales. A large
ANN might have lot of processor units whereas a
mammalian brain has huge of neurons to increase their
overall interaction and emergent behavior. In Neural
Network that address classification problems, training
set, testing set, learning rate are considered as key
tasks. That is collection of input/output patterns that
are used to train the network and used to assess
the network performance, set the rate of adjustments.
This paper describes a proposed back propagation
neural net classifier that performs cross validation
for original Neural Network. In order to reduce the
optimization of classification accuracy, training time.
This algorithm is independent of specify data sets so that
many ideas and solutions can be transferred to other
classifier paradigm. We have to propose text data
mining with this Artificial Neural Network.
Clustering or Cluster Analysis is one of the data
mining concepts is an unsupervised pattern where this
pattern try to identify intrinsic sets of a text document.
So that a group of clusters is created in which clusters
demonstrate intra cluster similarity and inter cluster
similarity [1]. Commonly text clustering patterns
attempt to separate the documents into sets where each
set represents various themes that are different than
those areas represented by other groups.
Most of the current text clustering methods based on
Vector Space Model (VSM). VSM is a broadly used
data representation for text classification on clustering.
Methods used for text mining includes decision
trees[2],conceptual clustering[3], statistical analysis[4]
and clustering based on data summarization[5].
Usually, in text data mining techniques, the term
frequency of a phrase or a word is computed to discover
the importance of the phrase in the file. However, two
phrases can have the same frequency in their papers, but
one phrase adds more to the meaning of its sentences
than another phrase.
Abstract:
Text mining efforts to innovate new, previous unknown or hidden data by automatically extracting
collection of information from various written resources. Applying knowledge detection method to
formless text is known as Knowledge Discovery in Text or Text data mining and also called Text Mining.
Most of the techniques used in Text Mining are found on the statistical study of a term either word or
phrase. There are different algorithms in Text mining are used in the previous method. For example
Single-Link Algorithm and Self-Organizing Mapping(SOM) is introduces an approach for visualizing
high-dimensional data and a very useful tool for processing textual data based on Projection method.
Genetic and Sequential algorithms are provide the capability for multiscale representation of datasets and
fast to compute with less CPU time based on the Isolet Reduces subsets in Unsupervised Feature
Selection. We are going to propose the Vector Space Model and Concept based analysis algorithm it will
improve the text clustering quality and a better text clustering result may achieve. We think it is a good
behavior of the proposed algorithm is in terms of toughness and constancy with respect to the formation of
Neural Network.
Keywords — Concept analysis, document clustering, k-Nearest Neighbor (k-NN), data visualization,
Self-Organizing Map (SOM).
RESEARCH ARTICLE OPEN ACCESS
International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 83
II. Concept-based mining model
The proposed concept-based mining
model consists of sentence-based concept
analysis, document-based concept analysis,
corpus-based concept-analysis, and concept-based
similarity measure. A raw text document is the
input to the proposed model. Each document has
well-defined sentence boundaries. Each sentence in
the document is labeled automatically based on
parser. After running the semantic role labeler, each
sentence in the document might have one or more
labeled verb argument structures. In this model,
both the verb and the argument are considered as
terms. One semantic role in the same sentence. In
such cases, this term plays important semantic roles
that contribute to the meaning of the sentence. In
the concept-based mining model, a labeled terms
either word or phrase is considered as concept. The
System architecture consists of the following main
modules:
oText preprocessing
oConcept Analysis and
oConcept based similarity measure
Fig.1 is an Architecture of Concept Based model
and it consists of sentence-based concept analysis,
document-based concept analysis and concept-
based similarity measure.
Fig.1 Architecture of Concept Based Model
A. Text Preprocessing
1) Label Terms
A raw text document is the input to the proposed
model. Each document has well defined sentence
boundaries. Each sentence in the document is
labeled automatically based on the parser. After
running the semantic role labeler, each sentence in
the document might have one or more labeled verb
argument structures. The labeled verb argument
structures, the output of the role labeling task, are
captured and analyzed by the concept-based mining
model on sentence, document levels. In this model,
both the verb and the argument are considered as
terms. One term can be an argument to more than
one verb in the same sentence. This means that this
term can have more than one semantic role in the
same sentence. In such cases, this term plays
important semantic roles that contribute to the
meaning of the sentence. In the concept-based
mining model, a labeled terms either word or phrase
is considered as concept.
2) Removing stop words
In computing stop words are words which are
filtered out prior to, or after, processing of natural
language data (text). It is controlled by human input
and not automated. There is not one definite list of
stop words which all tools use, if even used. Some
tools specifically avoid using them to support
phrase search.
3) Stem words
In linguistic morphology, stemming is the
process for reducing inflected (or sometimes
derived) words to their stem, base or root form –
generally a written word form. The stem need not
be identical to the morphological root of the word;
it is usually sufficient that related words map to the
same stem, even if this stem is not in itself a valid
root. Algorithms for stemming have been studied in
computer science since 1968. Many search engines
treat words with the same stem as synonyms as a
kind of query broadening, a process called
conflation. Stemming programs are commonly
referred to as stemming algorithms or stemmers.
B. Concept Analysis
To analyze each concept at the sentence level is
called as
Sentence based Concept Analysis.
Consider the following sentence:
“Texas and Australia researchers have created
industry-ready sheets of materials made from
nanotubes that could lead to the development of
artificial muscles”.
Text Preprocess:
Separate Sentences, Label
Terms, removing stop words.
Concept Analysis
• Sentence based
• Document based
• Corpus based
Concept
based
similarity
International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 84
In this example, stop words are removed and
concepts are shown without stemming for better
readability as follows:
1. Concepts in the first verb-argument structure of
the verb created:
• Texas Australia researchers
• created
• industry-ready sheets of material nanotubes lead
development of artificial muscles
2. Concepts in the second verb-argument structure
of the verb made:
• materials
• nanotubes lead development artificial muscles
3. Concepts in the third verb-argument structure of
the verb lead:
• nanotubes
• lead
• development artificial muscles.
It is imperative to note that these concepts are
extracted from the same sentence. Thus, the
concepts mentioned in this example sentence are:
• Texas
• Australia
• researchers
• created
• industry
• ready
• sheets
• materials
• nanotubes
• lead
• development
• artificial
• muscles
After finding the concepts at sentence level,
concepts are
also found at document level.
III. Performances of Neural Network
Systems
One concern in machine learning community is
that a system trained on small samples may not
perform well on test data. On the other hand, if
training data sets are too large, our concern is how
well and efficiently a system can learn. The
objective of this study [6] is what neural network
systems are better suited for applications that have
small or large training data. For studying neural
learning from small training data we chose five
data sets like contact-lenses, cpu, weather
symbolic, Weather, labor-nega-data. All five
collections have rather balanced distribution among
all classes, and the number of pattern classes is not
too large. First, we utilized our developed text
mining algorithms, including text mining
techniques based on classification of data in
several data collections. After that, we employ
exiting neural network to deal with measure the
training time for five data sets.
Experimental results show that the accuracy was
the same for all datasets but Contact-lences, which
is the only one with absent attributes. For Contact-
lences the exactness with Proposed Neural
Network was in average around 0.3 % less than
with the original Neural Network. The larger the
dataset, the better the improvement in speed. Other
informal experiments with larger datasets
showed that Proposed Neural Network can be
more than ten times quicker when the dataset is
bigger than CPU or the network has many unknown
elements.
IV. Advantages and Disadvantages of
Neural Networks
The calculated output [7] is compared to the
identified output. If the calculated output is correct,
then nothing more is necessary. If the computed
output is incorrect, then the weights are adjusted
so as to make the computed output closer to the
known output. This process is continued for a
large number of cases, or time-series, until the net
gives the correct output for a given input. The entire
collection of cases learned is called a “training
sample” (Connor, Martin and Atlas, 1994). In most
real world problems, the neural network is never
100% correct. Neural networks are programmed to
learn up to a given threshold of error. After the
neural network learns up to the error threshold,
the weight adaptation mechanism is turned off and
the net is tested on known cases it has not seen
before. The application of the neural network to
unseen cases gives the true error rate (Baets, 1994).
Artificial neural networks present a number of
advantages over conventional methods of analysis.
International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 85
First, artificial neural networks make no
assumptions about the nature of the distribution of
the data and are not therefore, biased in their
analysis. Instead of making assumptions about the
underlying population, neural networks with at least
one middle layer use the data to develop an
internal representation of the relationship
between the variables (White, 1992). Second,
since time-series data are dynamic in nature, it is
necessary to have non-linear tools in order to
discern relationships among time-series data.
Neural networks are best at discovering non-linear
relationships (Wasserman, 1989; Hoptroff, 1993;
Moshiri, Cameron, and Scuse, 1999; Shtub and
Versano, 1999; Garcia and Gencay, 2000; and
Hamm and Brorsen, 2000). Third, neural
networks perform well with missing or incomplete
data. Whereas traditional regression analysis is not
adaptive, typically processing all older data together
with new data, neural networks adapt their
weights as new input data becomes available
(Kuo and Reitch, 1994). Fourth, it is relatively
easy to obtain a forecast in a short period of time as
compared with an econometric model. However,
there are some problem connected with the use
of artificial neural networks. No estimation or
prediction errors are calculated with an artificial
neural network (Caporaletti, Dorsey, Johnson,
and Powell, 1994). Also, artificial neural
networks are “black boxes,” for it is impractical
to form out how relations in unseen layers are
estimated (Li, 1994). In addition, a network may
become a bit overzealous and try to fit a curve to
some data even when there is no relationship.
Another problem is that neural networks have long
guidance times. Reducing guidance time is crucial
because building a neural network forecasting
system is a process of trial and error. Therefore, the
more research a researcher can run in a finite period
of time, the more confident he can be of the result.
V. CONCLUSION
This effort links the gap between Artificial Neural
network processing and text data mining
disciplines. A new concept based mining model
composed of four components i.e sentence based
concept analysis, documents based concept
analysis, corpus based concept analysis and concept
based similarity measure is future to develop the
text clustering quality. By utilizing the semantic
formation of the sentences in documents, a
enhanced text clustering result is achieved. By
merging the factors disturbing the weights of
thoughts on the sentence, document, and corpus
levels, a concept-based match determine that is able
of the exact result of pair wise documents is
invented. This allows performing model matching
and concept-based similarity calculations among
documents in a very robust and accurate way. The
quality of text clustering achieved by his model
considerably better the traditional solo term based
approaches. There are a number of chances for
extending this effort. One direction is to connection
this effort to Web document clustering. Another
direction is to apply the same model to text data
classification.
REFERENCES
[1] Shady Shehata, Fakhri Karray and Mohamed
S. Kamel, “An Efficient Concept-Based Mining
Model for Enhancing Text Clustering”, IEEE
Transactions on Knowledge and Data Engineering,
Vol. 22, No.10, pp. 1360 – 1371, October 2010.
[2] U.Y. Nahm and R.J. Mooney, “A Mutually
Beneficial Integration of Data Mining and
Information Extraction”, Proc.17th
Nat’l Conf.
Artificial Intelligence (AAAI ’00), pp. 627-632,
2000.
[3] L.Talavera and J. Bejar, “Generality-Based
Conceptual Clustering with Probabilistic
Concepts”, IEEE Trans, Pattern Analysis and
Machine Intelligence, Vol.23, no.2, pp. 196-206,
Feb. 2001.
[4] T.Hofmann, “The Cluster-Abstraction Model:
Unsupervised Learning of Topic Hierarchies from
Text Data”, Proc. 16 th Int’l Joint Conf. Artificial
Intelligence (IJCAI ’99), pp.682-687, 1999.
[5] T.Honkela, S.Kaski, k.Lagus, and T.
Kohonen, “WEBSOM – Self Organizing Maps of
Document Collections,” Proc. Workshop Self
Organizing Maps (WSOM ’97),1997.
[6] Guobin Ou,Yi Lu Murphey, “Multi-class
pattern classification using neural networks”,
Pattern Recognition 40 (2007).
International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 86
[7] Yochanan Shachmurove, Department of
Economics, The City College of the City,
University of New York and The University of
Pennsylvania, Dorota Witkowska, Department of
Management,Technical University of Lodz
“CARESS Working Paper #00-11Utilizing
Artificial Neural Network Model to Predict Stock
Markets” September 2000.
[8] M. Steinbach, G. Karypis, and V. Kumar, “A
Comparison of Document Clustering Techniques,”
Proc. Knowledge Discovery and Data Mining
(KDD) Workshop Text Mining, Aug. 2000.
[9] C. Fillmore, “The Case for Case,” Universals
in Linguistic Theory, Holt, Rinehart and Winston,
1968.
[10] S.Y. Lu and K.S. Fu, “A Sentence-to-
Sentence Clustering Procedure for Pattern
Analysis,” IEEE Trans. Systems, Man, and
Cybernetics, vol. 8, no. 5, pp. 381-389, May 1978.
[11] S. Pradhan, W. Ward, K. Hacioglu, J.
Martin, and D. Jurafsky, “Shallow Semantic
Parsing Using Support Vector Machines,” Proc.
Human Language Technology/North Am. Assoc.
for Computational Linguistics (HLT/NAACL),
2004.

Mais conteúdo relacionado

Mais procurados

Domain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachDomain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachWaqas Tariq
 
The Process of Information extraction through Natural Language Processing
The Process of Information extraction through Natural Language ProcessingThe Process of Information extraction through Natural Language Processing
The Process of Information extraction through Natural Language ProcessingWaqas Tariq
 
Topic detecton by clustering and text mining
Topic detecton by clustering and text miningTopic detecton by clustering and text mining
Topic detecton by clustering and text miningIRJET Journal
 
A rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationA rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationNinad Samel
 
IRJET - Deep Collaborrative Filtering with Aspect Information
IRJET - Deep Collaborrative Filtering with Aspect InformationIRJET - Deep Collaborrative Filtering with Aspect Information
IRJET - Deep Collaborrative Filtering with Aspect InformationIRJET Journal
 
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACH
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACHTEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACH
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACHIJDKP
 
Answer extraction and passage retrieval for
Answer extraction and passage retrieval forAnswer extraction and passage retrieval for
Answer extraction and passage retrieval forWaheeb Ahmed
 
Probabilistic Information Retrieval
Probabilistic Information RetrievalProbabilistic Information Retrieval
Probabilistic Information RetrievalHarsh Thakkar
 
Semi-supervised learning approach using modified self-training algorithm to c...
Semi-supervised learning approach using modified self-training algorithm to c...Semi-supervised learning approach using modified self-training algorithm to c...
Semi-supervised learning approach using modified self-training algorithm to c...IJECEIAES
 
Text summarization
Text summarizationText summarization
Text summarizationkareemhashem
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUEJournal For Research
 
Query based summarization
Query based summarizationQuery based summarization
Query based summarizationdamom77
 
Seeds Affinity Propagation Based on Text Clustering
Seeds Affinity Propagation Based on Text ClusteringSeeds Affinity Propagation Based on Text Clustering
Seeds Affinity Propagation Based on Text ClusteringIJRES Journal
 
Taxonomy extraction from automotive natural language requirements using unsup...
Taxonomy extraction from automotive natural language requirements using unsup...Taxonomy extraction from automotive natural language requirements using unsup...
Taxonomy extraction from automotive natural language requirements using unsup...ijnlc
 
An Investigation of Keywords Extraction from Textual Documents using Word2Ve...
 An Investigation of Keywords Extraction from Textual Documents using Word2Ve... An Investigation of Keywords Extraction from Textual Documents using Word2Ve...
An Investigation of Keywords Extraction from Textual Documents using Word2Ve...IJCSIS Research Publications
 

Mais procurados (20)

Domain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised ApproachDomain Specific Named Entity Recognition Using Supervised Approach
Domain Specific Named Entity Recognition Using Supervised Approach
 
The Process of Information extraction through Natural Language Processing
The Process of Information extraction through Natural Language ProcessingThe Process of Information extraction through Natural Language Processing
The Process of Information extraction through Natural Language Processing
 
Topic detecton by clustering and text mining
Topic detecton by clustering and text miningTopic detecton by clustering and text mining
Topic detecton by clustering and text mining
 
A rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationA rough set based hybrid method to text categorization
A rough set based hybrid method to text categorization
 
IRJET - Deep Collaborrative Filtering with Aspect Information
IRJET - Deep Collaborrative Filtering with Aspect InformationIRJET - Deep Collaborrative Filtering with Aspect Information
IRJET - Deep Collaborrative Filtering with Aspect Information
 
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACH
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACHTEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACH
TEXT CLUSTERING USING INCREMENTAL FREQUENT PATTERN MINING APPROACH
 
Ijetcas14 624
Ijetcas14 624Ijetcas14 624
Ijetcas14 624
 
Answer extraction and passage retrieval for
Answer extraction and passage retrieval forAnswer extraction and passage retrieval for
Answer extraction and passage retrieval for
 
Probabilistic Information Retrieval
Probabilistic Information RetrievalProbabilistic Information Retrieval
Probabilistic Information Retrieval
 
Semi-supervised learning approach using modified self-training algorithm to c...
Semi-supervised learning approach using modified self-training algorithm to c...Semi-supervised learning approach using modified self-training algorithm to c...
Semi-supervised learning approach using modified self-training algorithm to c...
 
P33077080
P33077080P33077080
P33077080
 
D1802023136
D1802023136D1802023136
D1802023136
 
Text summarization
Text summarizationText summarization
Text summarization
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 
Ijetcas14 639
Ijetcas14 639Ijetcas14 639
Ijetcas14 639
 
Viva
VivaViva
Viva
 
Query based summarization
Query based summarizationQuery based summarization
Query based summarization
 
Seeds Affinity Propagation Based on Text Clustering
Seeds Affinity Propagation Based on Text ClusteringSeeds Affinity Propagation Based on Text Clustering
Seeds Affinity Propagation Based on Text Clustering
 
Taxonomy extraction from automotive natural language requirements using unsup...
Taxonomy extraction from automotive natural language requirements using unsup...Taxonomy extraction from automotive natural language requirements using unsup...
Taxonomy extraction from automotive natural language requirements using unsup...
 
An Investigation of Keywords Extraction from Textual Documents using Word2Ve...
 An Investigation of Keywords Extraction from Textual Documents using Word2Ve... An Investigation of Keywords Extraction from Textual Documents using Word2Ve...
An Investigation of Keywords Extraction from Textual Documents using Word2Ve...
 

Destaque

Destaque (19)

[IJET-V2I3P21] Authors: Amit Kumar Dewangan, Akhilesh Kumar Shrivas, Prem Kumar
[IJET-V2I3P21] Authors: Amit Kumar Dewangan, Akhilesh Kumar Shrivas, Prem Kumar[IJET-V2I3P21] Authors: Amit Kumar Dewangan, Akhilesh Kumar Shrivas, Prem Kumar
[IJET-V2I3P21] Authors: Amit Kumar Dewangan, Akhilesh Kumar Shrivas, Prem Kumar
 
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
 
[IJET-V2I2P12] Authors:Ashok Kumar
[IJET-V2I2P12] Authors:Ashok Kumar[IJET-V2I2P12] Authors:Ashok Kumar
[IJET-V2I2P12] Authors:Ashok Kumar
 
[IJET-V2I1P9] Authors:Wasim B. Patel,Ritesh G. Deokar,Pundlik N. Patil,Raghun...
[IJET-V2I1P9] Authors:Wasim B. Patel,Ritesh G. Deokar,Pundlik N. Patil,Raghun...[IJET-V2I1P9] Authors:Wasim B. Patel,Ritesh G. Deokar,Pundlik N. Patil,Raghun...
[IJET-V2I1P9] Authors:Wasim B. Patel,Ritesh G. Deokar,Pundlik N. Patil,Raghun...
 
[IJET-V2I3P22] Authors: Harsha Pakhale,Deepak Kumar Xaxa
[IJET-V2I3P22] Authors: Harsha Pakhale,Deepak Kumar Xaxa[IJET-V2I3P22] Authors: Harsha Pakhale,Deepak Kumar Xaxa
[IJET-V2I3P22] Authors: Harsha Pakhale,Deepak Kumar Xaxa
 
[IJET-V2I2P9] Authors:Reshma A. Hegde1, Madhura Prakash
[IJET-V2I2P9] Authors:Reshma A. Hegde1, Madhura Prakash[IJET-V2I2P9] Authors:Reshma A. Hegde1, Madhura Prakash
[IJET-V2I2P9] Authors:Reshma A. Hegde1, Madhura Prakash
 
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
 
[IJET V2I3P14] Authors: S.Renuka Devi, A.C. Sumathi
[IJET V2I3P14] Authors: S.Renuka Devi, A.C. Sumathi[IJET V2I3P14] Authors: S.Renuka Devi, A.C. Sumathi
[IJET V2I3P14] Authors: S.Renuka Devi, A.C. Sumathi
 
[IJCT-V3I2P27] Authors: Palwinder Singh
[IJCT-V3I2P27] Authors: Palwinder Singh[IJCT-V3I2P27] Authors: Palwinder Singh
[IJCT-V3I2P27] Authors: Palwinder Singh
 
[IJET-V2I2P16] Authors: Jariwala Hiren, Patel Chintan, Prasad Kuldip, Shukla ...
[IJET-V2I2P16] Authors: Jariwala Hiren, Patel Chintan, Prasad Kuldip, Shukla ...[IJET-V2I2P16] Authors: Jariwala Hiren, Patel Chintan, Prasad Kuldip, Shukla ...
[IJET-V2I2P16] Authors: Jariwala Hiren, Patel Chintan, Prasad Kuldip, Shukla ...
 
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
 
[IJET-V2I1P6] Authors:
[IJET-V2I1P6] Authors:[IJET-V2I1P6] Authors:
[IJET-V2I1P6] Authors:
 
[IJET-V1I4P7] Authors :Su Mon Myint
[IJET-V1I4P7] Authors :Su Mon Myint[IJET-V1I4P7] Authors :Su Mon Myint
[IJET-V1I4P7] Authors :Su Mon Myint
 
[IJCT-V3I2P20] Authors: Gidijala Sai Kumar,Gadiraju Mounika , Dusi Leela Ran...
[IJCT-V3I2P20] Authors: Gidijala Sai Kumar,Gadiraju Mounika  , Dusi Leela Ran...[IJCT-V3I2P20] Authors: Gidijala Sai Kumar,Gadiraju Mounika  , Dusi Leela Ran...
[IJCT-V3I2P20] Authors: Gidijala Sai Kumar,Gadiraju Mounika , Dusi Leela Ran...
 
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
[IJET-V2I1P2] Authors: S. Lakshmi Prabha1, A.R.Mohamed Shanavas
 
[IJCT V3I2P33] Authors: Karandeep Kaur
[IJCT V3I2P33] Authors: Karandeep Kaur[IJCT V3I2P33] Authors: Karandeep Kaur
[IJCT V3I2P33] Authors: Karandeep Kaur
 
[IJET-V1I6P18] Authors : Wasim B. Patel , Pundlik N. Patil , Raghunath Y. Pat...
[IJET-V1I6P18] Authors : Wasim B. Patel , Pundlik N. Patil , Raghunath Y. Pat...[IJET-V1I6P18] Authors : Wasim B. Patel , Pundlik N. Patil , Raghunath Y. Pat...
[IJET-V1I6P18] Authors : Wasim B. Patel , Pundlik N. Patil , Raghunath Y. Pat...
 
[IJET-V2I1P7] Authors:Puneeth Rao R1, Aravind Rao R
[IJET-V2I1P7] Authors:Puneeth Rao R1, Aravind Rao R[IJET-V2I1P7] Authors:Puneeth Rao R1, Aravind Rao R
[IJET-V2I1P7] Authors:Puneeth Rao R1, Aravind Rao R
 
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
 

Semelhante a [IJET-V1I6P17] Authors : Mrs.R.Kalpana, Mrs.P.Padmapriya

A Novel Approach for Keyword extraction in learning objects using text mining
A Novel Approach for Keyword extraction in learning objects using text miningA Novel Approach for Keyword extraction in learning objects using text mining
A Novel Approach for Keyword extraction in learning objects using text miningIJSRD
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISrathnaarul
 
Sentence similarity-based-text-summarization-using-clusters
Sentence similarity-based-text-summarization-using-clustersSentence similarity-based-text-summarization-using-clusters
Sentence similarity-based-text-summarization-using-clustersMOHDSAIFWAJID1
 
Improved Text Mining for Bulk Data Using Deep Learning Approach
Improved Text Mining for Bulk Data Using Deep Learning Approach Improved Text Mining for Bulk Data Using Deep Learning Approach
Improved Text Mining for Bulk Data Using Deep Learning Approach IJCSIS Research Publications
 
8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural networkINFOGAIN PUBLICATION
 
Text Mining: (Asynchronous Sequences)
Text Mining: (Asynchronous Sequences)Text Mining: (Asynchronous Sequences)
Text Mining: (Asynchronous Sequences)IJERA Editor
 
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...ijtsrd
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...BaoTramDuong2
 
A Review on Text Mining in Data Mining
A Review on Text Mining in Data MiningA Review on Text Mining in Data Mining
A Review on Text Mining in Data Miningijsc
 
Post 1What is text analytics How does it differ from text mini.docx
Post 1What is text analytics How does it differ from text mini.docxPost 1What is text analytics How does it differ from text mini.docx
Post 1What is text analytics How does it differ from text mini.docxstilliegeorgiana
 
Post 1What is text analytics How does it differ from text mini
Post 1What is text analytics How does it differ from text miniPost 1What is text analytics How does it differ from text mini
Post 1What is text analytics How does it differ from text minianhcrowley
 
A Review on Text Mining in Data Mining
A Review on Text Mining in Data Mining  A Review on Text Mining in Data Mining
A Review on Text Mining in Data Mining ijsc
 
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...IJDKP
 
A template based algorithm for automatic summarization and dialogue managemen...
A template based algorithm for automatic summarization and dialogue managemen...A template based algorithm for automatic summarization and dialogue managemen...
A template based algorithm for automatic summarization and dialogue managemen...eSAT Journals
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Dhabal Sethi
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSgerogepatton
 

Semelhante a [IJET-V1I6P17] Authors : Mrs.R.Kalpana, Mrs.P.Padmapriya (20)

A Novel Approach for Keyword extraction in learning objects using text mining
A Novel Approach for Keyword extraction in learning objects using text miningA Novel Approach for Keyword extraction in learning objects using text mining
A Novel Approach for Keyword extraction in learning objects using text mining
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
 
Sentence similarity-based-text-summarization-using-clusters
Sentence similarity-based-text-summarization-using-clustersSentence similarity-based-text-summarization-using-clusters
Sentence similarity-based-text-summarization-using-clusters
 
Improved Text Mining for Bulk Data Using Deep Learning Approach
Improved Text Mining for Bulk Data Using Deep Learning Approach Improved Text Mining for Bulk Data Using Deep Learning Approach
Improved Text Mining for Bulk Data Using Deep Learning Approach
 
8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network
 
E43022023
E43022023E43022023
E43022023
 
Text Mining: (Asynchronous Sequences)
Text Mining: (Asynchronous Sequences)Text Mining: (Asynchronous Sequences)
Text Mining: (Asynchronous Sequences)
 
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...
Suggestion Generation for Specific Erroneous Part in a Sentence using Deep Le...
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...
 
A Review on Text Mining in Data Mining
A Review on Text Mining in Data MiningA Review on Text Mining in Data Mining
A Review on Text Mining in Data Mining
 
Post 1What is text analytics How does it differ from text mini.docx
Post 1What is text analytics How does it differ from text mini.docxPost 1What is text analytics How does it differ from text mini.docx
Post 1What is text analytics How does it differ from text mini.docx
 
Post 1What is text analytics How does it differ from text mini
Post 1What is text analytics How does it differ from text miniPost 1What is text analytics How does it differ from text mini
Post 1What is text analytics How does it differ from text mini
 
A Review on Text Mining in Data Mining
A Review on Text Mining in Data Mining  A Review on Text Mining in Data Mining
A Review on Text Mining in Data Mining
 
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...
A SEMANTIC METADATA ENRICHMENT SOFTWARE ECOSYSTEM BASED ON TOPIC METADATA ENR...
 
Ju3517011704
Ju3517011704Ju3517011704
Ju3517011704
 
A template based algorithm for automatic summarization and dialogue managemen...
A template based algorithm for automatic summarization and dialogue managemen...A template based algorithm for automatic summarization and dialogue managemen...
A template based algorithm for automatic summarization and dialogue managemen...
 
K0936266
K0936266K0936266
K0936266
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
 

Mais de IJET - International Journal of Engineering and Techniques

Mais de IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Último

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
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 Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(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
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
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
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Último (20)

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
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 Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(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...
 
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...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
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
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

[IJET-V1I6P17] Authors : Mrs.R.Kalpana, Mrs.P.Padmapriya

  • 1. International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 82 A Capable Text Data Mining Using in Artificial Neural Network Mrs.R.Kalpana, Mrs.P.Padmapriya 1,2 (HEAD, Computer Science Department, Annai Vailankanni Arts and Science College, Thanjavur-7.) I. INTRODUCTION ANNs are processing devices such as algorithms or hardware that are freely modeled after the neuronal structure of the mammalian with smaller scales. A large ANN might have lot of processor units whereas a mammalian brain has huge of neurons to increase their overall interaction and emergent behavior. In Neural Network that address classification problems, training set, testing set, learning rate are considered as key tasks. That is collection of input/output patterns that are used to train the network and used to assess the network performance, set the rate of adjustments. This paper describes a proposed back propagation neural net classifier that performs cross validation for original Neural Network. In order to reduce the optimization of classification accuracy, training time. This algorithm is independent of specify data sets so that many ideas and solutions can be transferred to other classifier paradigm. We have to propose text data mining with this Artificial Neural Network. Clustering or Cluster Analysis is one of the data mining concepts is an unsupervised pattern where this pattern try to identify intrinsic sets of a text document. So that a group of clusters is created in which clusters demonstrate intra cluster similarity and inter cluster similarity [1]. Commonly text clustering patterns attempt to separate the documents into sets where each set represents various themes that are different than those areas represented by other groups. Most of the current text clustering methods based on Vector Space Model (VSM). VSM is a broadly used data representation for text classification on clustering. Methods used for text mining includes decision trees[2],conceptual clustering[3], statistical analysis[4] and clustering based on data summarization[5]. Usually, in text data mining techniques, the term frequency of a phrase or a word is computed to discover the importance of the phrase in the file. However, two phrases can have the same frequency in their papers, but one phrase adds more to the meaning of its sentences than another phrase. Abstract: Text mining efforts to innovate new, previous unknown or hidden data by automatically extracting collection of information from various written resources. Applying knowledge detection method to formless text is known as Knowledge Discovery in Text or Text data mining and also called Text Mining. Most of the techniques used in Text Mining are found on the statistical study of a term either word or phrase. There are different algorithms in Text mining are used in the previous method. For example Single-Link Algorithm and Self-Organizing Mapping(SOM) is introduces an approach for visualizing high-dimensional data and a very useful tool for processing textual data based on Projection method. Genetic and Sequential algorithms are provide the capability for multiscale representation of datasets and fast to compute with less CPU time based on the Isolet Reduces subsets in Unsupervised Feature Selection. We are going to propose the Vector Space Model and Concept based analysis algorithm it will improve the text clustering quality and a better text clustering result may achieve. We think it is a good behavior of the proposed algorithm is in terms of toughness and constancy with respect to the formation of Neural Network. Keywords — Concept analysis, document clustering, k-Nearest Neighbor (k-NN), data visualization, Self-Organizing Map (SOM). RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 83 II. Concept-based mining model The proposed concept-based mining model consists of sentence-based concept analysis, document-based concept analysis, corpus-based concept-analysis, and concept-based similarity measure. A raw text document is the input to the proposed model. Each document has well-defined sentence boundaries. Each sentence in the document is labeled automatically based on parser. After running the semantic role labeler, each sentence in the document might have one or more labeled verb argument structures. In this model, both the verb and the argument are considered as terms. One semantic role in the same sentence. In such cases, this term plays important semantic roles that contribute to the meaning of the sentence. In the concept-based mining model, a labeled terms either word or phrase is considered as concept. The System architecture consists of the following main modules: oText preprocessing oConcept Analysis and oConcept based similarity measure Fig.1 is an Architecture of Concept Based model and it consists of sentence-based concept analysis, document-based concept analysis and concept- based similarity measure. Fig.1 Architecture of Concept Based Model A. Text Preprocessing 1) Label Terms A raw text document is the input to the proposed model. Each document has well defined sentence boundaries. Each sentence in the document is labeled automatically based on the parser. After running the semantic role labeler, each sentence in the document might have one or more labeled verb argument structures. The labeled verb argument structures, the output of the role labeling task, are captured and analyzed by the concept-based mining model on sentence, document levels. In this model, both the verb and the argument are considered as terms. One term can be an argument to more than one verb in the same sentence. This means that this term can have more than one semantic role in the same sentence. In such cases, this term plays important semantic roles that contribute to the meaning of the sentence. In the concept-based mining model, a labeled terms either word or phrase is considered as concept. 2) Removing stop words In computing stop words are words which are filtered out prior to, or after, processing of natural language data (text). It is controlled by human input and not automated. There is not one definite list of stop words which all tools use, if even used. Some tools specifically avoid using them to support phrase search. 3) Stem words In linguistic morphology, stemming is the process for reducing inflected (or sometimes derived) words to their stem, base or root form – generally a written word form. The stem need not be identical to the morphological root of the word; it is usually sufficient that related words map to the same stem, even if this stem is not in itself a valid root. Algorithms for stemming have been studied in computer science since 1968. Many search engines treat words with the same stem as synonyms as a kind of query broadening, a process called conflation. Stemming programs are commonly referred to as stemming algorithms or stemmers. B. Concept Analysis To analyze each concept at the sentence level is called as Sentence based Concept Analysis. Consider the following sentence: “Texas and Australia researchers have created industry-ready sheets of materials made from nanotubes that could lead to the development of artificial muscles”. Text Preprocess: Separate Sentences, Label Terms, removing stop words. Concept Analysis • Sentence based • Document based • Corpus based Concept based similarity
  • 3. International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 84 In this example, stop words are removed and concepts are shown without stemming for better readability as follows: 1. Concepts in the first verb-argument structure of the verb created: • Texas Australia researchers • created • industry-ready sheets of material nanotubes lead development of artificial muscles 2. Concepts in the second verb-argument structure of the verb made: • materials • nanotubes lead development artificial muscles 3. Concepts in the third verb-argument structure of the verb lead: • nanotubes • lead • development artificial muscles. It is imperative to note that these concepts are extracted from the same sentence. Thus, the concepts mentioned in this example sentence are: • Texas • Australia • researchers • created • industry • ready • sheets • materials • nanotubes • lead • development • artificial • muscles After finding the concepts at sentence level, concepts are also found at document level. III. Performances of Neural Network Systems One concern in machine learning community is that a system trained on small samples may not perform well on test data. On the other hand, if training data sets are too large, our concern is how well and efficiently a system can learn. The objective of this study [6] is what neural network systems are better suited for applications that have small or large training data. For studying neural learning from small training data we chose five data sets like contact-lenses, cpu, weather symbolic, Weather, labor-nega-data. All five collections have rather balanced distribution among all classes, and the number of pattern classes is not too large. First, we utilized our developed text mining algorithms, including text mining techniques based on classification of data in several data collections. After that, we employ exiting neural network to deal with measure the training time for five data sets. Experimental results show that the accuracy was the same for all datasets but Contact-lences, which is the only one with absent attributes. For Contact- lences the exactness with Proposed Neural Network was in average around 0.3 % less than with the original Neural Network. The larger the dataset, the better the improvement in speed. Other informal experiments with larger datasets showed that Proposed Neural Network can be more than ten times quicker when the dataset is bigger than CPU or the network has many unknown elements. IV. Advantages and Disadvantages of Neural Networks The calculated output [7] is compared to the identified output. If the calculated output is correct, then nothing more is necessary. If the computed output is incorrect, then the weights are adjusted so as to make the computed output closer to the known output. This process is continued for a large number of cases, or time-series, until the net gives the correct output for a given input. The entire collection of cases learned is called a “training sample” (Connor, Martin and Atlas, 1994). In most real world problems, the neural network is never 100% correct. Neural networks are programmed to learn up to a given threshold of error. After the neural network learns up to the error threshold, the weight adaptation mechanism is turned off and the net is tested on known cases it has not seen before. The application of the neural network to unseen cases gives the true error rate (Baets, 1994). Artificial neural networks present a number of advantages over conventional methods of analysis.
  • 4. International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 85 First, artificial neural networks make no assumptions about the nature of the distribution of the data and are not therefore, biased in their analysis. Instead of making assumptions about the underlying population, neural networks with at least one middle layer use the data to develop an internal representation of the relationship between the variables (White, 1992). Second, since time-series data are dynamic in nature, it is necessary to have non-linear tools in order to discern relationships among time-series data. Neural networks are best at discovering non-linear relationships (Wasserman, 1989; Hoptroff, 1993; Moshiri, Cameron, and Scuse, 1999; Shtub and Versano, 1999; Garcia and Gencay, 2000; and Hamm and Brorsen, 2000). Third, neural networks perform well with missing or incomplete data. Whereas traditional regression analysis is not adaptive, typically processing all older data together with new data, neural networks adapt their weights as new input data becomes available (Kuo and Reitch, 1994). Fourth, it is relatively easy to obtain a forecast in a short period of time as compared with an econometric model. However, there are some problem connected with the use of artificial neural networks. No estimation or prediction errors are calculated with an artificial neural network (Caporaletti, Dorsey, Johnson, and Powell, 1994). Also, artificial neural networks are “black boxes,” for it is impractical to form out how relations in unseen layers are estimated (Li, 1994). In addition, a network may become a bit overzealous and try to fit a curve to some data even when there is no relationship. Another problem is that neural networks have long guidance times. Reducing guidance time is crucial because building a neural network forecasting system is a process of trial and error. Therefore, the more research a researcher can run in a finite period of time, the more confident he can be of the result. V. CONCLUSION This effort links the gap between Artificial Neural network processing and text data mining disciplines. A new concept based mining model composed of four components i.e sentence based concept analysis, documents based concept analysis, corpus based concept analysis and concept based similarity measure is future to develop the text clustering quality. By utilizing the semantic formation of the sentences in documents, a enhanced text clustering result is achieved. By merging the factors disturbing the weights of thoughts on the sentence, document, and corpus levels, a concept-based match determine that is able of the exact result of pair wise documents is invented. This allows performing model matching and concept-based similarity calculations among documents in a very robust and accurate way. The quality of text clustering achieved by his model considerably better the traditional solo term based approaches. There are a number of chances for extending this effort. One direction is to connection this effort to Web document clustering. Another direction is to apply the same model to text data classification. REFERENCES [1] Shady Shehata, Fakhri Karray and Mohamed S. Kamel, “An Efficient Concept-Based Mining Model for Enhancing Text Clustering”, IEEE Transactions on Knowledge and Data Engineering, Vol. 22, No.10, pp. 1360 – 1371, October 2010. [2] U.Y. Nahm and R.J. Mooney, “A Mutually Beneficial Integration of Data Mining and Information Extraction”, Proc.17th Nat’l Conf. Artificial Intelligence (AAAI ’00), pp. 627-632, 2000. [3] L.Talavera and J. Bejar, “Generality-Based Conceptual Clustering with Probabilistic Concepts”, IEEE Trans, Pattern Analysis and Machine Intelligence, Vol.23, no.2, pp. 196-206, Feb. 2001. [4] T.Hofmann, “The Cluster-Abstraction Model: Unsupervised Learning of Topic Hierarchies from Text Data”, Proc. 16 th Int’l Joint Conf. Artificial Intelligence (IJCAI ’99), pp.682-687, 1999. [5] T.Honkela, S.Kaski, k.Lagus, and T. Kohonen, “WEBSOM – Self Organizing Maps of Document Collections,” Proc. Workshop Self Organizing Maps (WSOM ’97),1997. [6] Guobin Ou,Yi Lu Murphey, “Multi-class pattern classification using neural networks”, Pattern Recognition 40 (2007).
  • 5. International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov – Dec 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 86 [7] Yochanan Shachmurove, Department of Economics, The City College of the City, University of New York and The University of Pennsylvania, Dorota Witkowska, Department of Management,Technical University of Lodz “CARESS Working Paper #00-11Utilizing Artificial Neural Network Model to Predict Stock Markets” September 2000. [8] M. Steinbach, G. Karypis, and V. Kumar, “A Comparison of Document Clustering Techniques,” Proc. Knowledge Discovery and Data Mining (KDD) Workshop Text Mining, Aug. 2000. [9] C. Fillmore, “The Case for Case,” Universals in Linguistic Theory, Holt, Rinehart and Winston, 1968. [10] S.Y. Lu and K.S. Fu, “A Sentence-to- Sentence Clustering Procedure for Pattern Analysis,” IEEE Trans. Systems, Man, and Cybernetics, vol. 8, no. 5, pp. 381-389, May 1978. [11] S. Pradhan, W. Ward, K. Hacioglu, J. Martin, and D. Jurafsky, “Shallow Semantic Parsing Using Support Vector Machines,” Proc. Human Language Technology/North Am. Assoc. for Computational Linguistics (HLT/NAACL), 2004.