Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Shikha Agrawal is active.

Publication


Featured researches published by Shikha Agrawal.


Procedia Computer Science | 2015

Survey on Anomaly Detection using Data Mining Techniques

Shikha Agrawal; Jitendra Agrawal

Abstract In the present world huge amounts of data are stored and transferred from one location to another. The data when transferred or stored is primed exposed to attack. Although various techniques or applications are available to protect data, loopholes exist. Thus to analyze data and to determine various kind of attack data mining techniques have emerged to make it less vulnerable. Anomaly detection uses these data mining techniques to detect the surprising behaviour hidden within data increasing the chances of being intruded or attacked. Various hybrid approaches have also been made in order to detect known and unknown attacks more accurately. This paper reviews various data mining techniques for anomaly detection to provide better understanding among the existing techniques that may help interested researchers to work future in this direction.


Archive | 2013

A Survey on Anomaly Detection in Network Intrusion Detection System Using Particle Swarm Optimization Based Machine Learning Techniques

Khushboo Satpute; Shikha Agrawal; Jitendra Agrawal; Sanjeev Sharma

The progress in the field of Computer Networks & Internet is increasing with tremendous volume in recent years. This raises important issues with regards to security. Several solutions emerged in the past which provide security at the host or network level. These traditional solutions like antivirus, firewall, spyware & authentication mechanism provide security to some extends but they still face the challenges of inherent system flaws & social engineering attacks. Some interesting solution emerged like Intrusion Detection & Prevention Systems but these too have some problems like detecting & responding in real time & discovering novel attacks. Several Machine Learning techniques like Neural Network, Support Vector Machine, Rough Set etc. Were proposed for making an efficient and Intelligent Network Intrusion Detection System. Also Particle Swarm Optimization is currently attracting considerable interest from the research community, being able to satisfy the growing demand of reliable & intelligent Intrusion Detection System (IDS). Recent development in the field of IDS shows that securing the network with a single technique proves to be insufficient to cater ever increasing threats, as it is very difficult to cope with all vulnerabilities of today’s network. So there is a need to combine all security technologies under a complete secure system that combines the strength of these technologies under a complete secure system that combines the strength of these technologies & thus eventually provide a solid multifaceted well against intrusion attempts. This paper gives an insight into how Particle Swarm Optimization and its variants can be combined with various Machine Learning techniques used for Anomaly Detection in Network Intrusion Detection System by researchers so as to enhance the performance of Intrusion Detection System.


Procedia Computer Science | 2015

Neural Network Techniques for Cancer Prediction: A Survey☆

Shikha Agrawal; Jitendra Agrawal

Abstract Cancer is a dreadful disease. Millions of people died every year because of this disease. It is very essential for medical practitioners to opt a proper treatment for cancer patients. Therefore cancer cells should be identified correctly. Neural networks are currently a burning research area in medical science, especially in the areas of cardiology, radiology, oncology, urology and etc. In this paper, we are surveying various neural network technologies for classification of cancer. The main aim of this survey in medical diagnostics is to guide researchers to develop most cost effective and user friendly systems, processes and approaches for clinicians.


Procedia Computer Science | 2015

Recent Advancement in Machine Learning Based Internet Traffic Classification

Neeraj Namdev; Shikha Agrawal; Sanjay Silkari

Abstract With the advancement of technology and communication system, use of internet is giving at a tremendous role. This causes an exponential growth of data and traffic over the internet. So to correctly classify this traffic is a hot research area. Internet traffic classification is a very popular tool against the information detection system. Although so many methods had been develop to efficiently classify internet traffic but among them machine learning techniques are most popular. A brief survey on various supervised and unsupervised machine learning techniques applied by various researchers to solve internet traffic classification has been discussed. This paper also present various issues related to machine learning techniques that may help interested researchers to work future in this direction .


international conference on systems engineering | 2015

Teaching Learning Based Optimization (TLBO) Based Improved Iris Recognition System

Shikha Agrawal; Shraddha Sharma; Sanjay Silakari

Optimization technique plays an major role in the iris system. The optimized feature gives an optimized template for matching process and these optimized template increases the identification rate of iris system. In this paper, we proposed Teaching Learning Based Optimization (TLBO) based iris recognition system in which feature extraction phase of iris recognition system is optimized by using TLBO. The process of feature extraction is performed by texture feature extraction Gabor wavelet transform technique. TLBO is than applied on these features. Teaching learning based optimization algorithm acquired the feature of iris image as a student and generates the optimized feature template as a teacher. The process of optimization designed the fitness constraints function for the selection of feature in student to teacher The proposed algorithm compared with other iris recognition methods Standard Iris Recognition System and Genetic Algorithm optimized Iris Recognition System. Experimental results when applied to CASIA dataset shows superior performance with better recognition rate.


international conference on systems engineering | 2015

Acceleration based Particle Swarm Optimization (APSO) for RNA Secondary Structure Prediction

Jitendra Agrawal; Shikha Agrawal

RNA Secondary Structure prediction is one of the most significant research areas in bioinformatics. Many research works have been developed in the area of RNA secondary structure prediction with optimization methods. But there are certain drawbacks still prevailing in the existing optimization methods. To avoid such drawbacks in the existing methods, we have proposed an Acceleration base Particle Swarm Optimization (APSO) algorithm for finding minimum free energy of RNA secondary structures. The experimental result shows that our proposed APSO algorithm efficiently locates the RNA structures. Furthermore, the performance of our proposed APSO algorithm is evaluated by invoking eight benchmark functions and also compared with Genetic Algorithm (GA) and standard Particle Swarm Optimization (PSO). The test result shows that the APSO is efficient both in test benchmark functions and prediction model and better than other algorithms.


Knowledge and Information Systems | 2015

SET-PSO-based approach for mining positive and negative association rules

Jitendra Agrawal; Shikha Agrawal; Ankita Singhai; Sanjeev Sharma

Data mining is the process of determining new, unanticipated, valuable patterns from existing databases by considering historical and recent developments in statistics, artificial intelligence, and machine learning. It can help companies focus on the most important information in their data warehouses. Association rule mining is one of the most highly researched and popular data mining techniques for finding associations between items in a set. It is frequently used in marketing, advertising, and inventory control. Typically, association rules only consider items in transactions (positive association rules). They do not consider items that do not occur together, which can be used to create rules that are also useful for market basket analysis. Also, existing algorithms often generate too many candidate itemsets when mining the data and scan the database multiple times. To resolve these issues in association rule mining algorithms, we propose SARIC (set particle swarm optimization for association rules using the itemset range and correlation coefficient). Our method uses set particle swarm optimization to generate association rules from a database and considers both positive and negative occurrences of attributes. SARIC applies the itemset range and correlation coefficient so that we do not need to specify the minimum support and confidence, because it automatically determines them quickly and objectively. We verified the efficiency of SARIC using two differently sized databases. Our simulation results demonstrate that SARIC generates more promising results than Apriori, Eclat, HMINE, and a genetic algorithm.


Procedia Computer Science | 2015

Acceleration Based Particle Swarm Optimization for Graph Coloring Problem

Jitendra Agrawal; Shikha Agrawal

Abstract The graph coloring problem is one of the combinatorial optimization problems. Although many heuristics and metaheuristics algorithm were developed to solve graph coloring problem but they have some limitations in one way or another. In case of tabu search, the algorithm becomes slow, if the tabu list is big. This is because lots of memory to keep the list and also a lot of time to travel through the list, is needed in each step of the algorithm. Simulated annealing has a big handicap when applied to graph coloring problem because there are lots of neighboring states that have the same energy value. The problem with ant colony optimization is that the number of ants that must be checked is n times bigger than other algorithms. Therefore, there will be a need of a large amount of memory and the computational time of this algorithm can be very large. A swarm intelligence based technique called as particle swarm optimization is therefore employed to solve the graph coloring problem. Particle swarm optimization is simple and powerful technique but its main drawback is its ability of being trapped in the local optimum. Therefore, to overcome this, an efficient Acceleration based Particle Swarm Optimization (APSO) is introduced in this paper. Empirical study of the proposed APSO algorithm is performed on the second DIMACS challenge benchmarks. The APSO results are compared with the standard PSO algorithm and experimental results validates the superiority of the proposed APSO.


Archive | 2014

F-FDRPSO: A Novel Approach Based on Hybridization of Fuzzy C-means and FDRPSO for Gene Clustering

Arpit Jain; Shikha Agrawal; Jitendra Agrawal; Sanjeev Sharma

Gene Clustering is one among the most popular issues involve in the field of Bioinformatics and is defined as the process of grouping related genes in the same cluster. Among the various algorithm proposed for clustering, the fuzzy c-means and there hybridization with some other methods has been used by most of the researchers to deal with the problem of premature convergence in fuzzy c-means clustering algorithm, but the results obtained were not satisfactory because the gene expression has huge amounts of ambiguous and uncertain biological data which requires advanced computing tools for processing such data. Particle Swarm Optimization (PSO) one of the variant of Swarm Intelligence (SI) has recently emerged as a nature inspired algorithms, especially known for their ability to produce low cost, fast and reasonably accurate solutions to complex search problems. PSO based Fuzzy C-Means algorithm were proposed but they all uses the traditional PSO algorithm. In traditional PSO algorithm each particle is attracted toward the best ever position discovered by any particle in the swarm, that limits the exploration capability. Instead if particle learn from the experience of the neighbouring that has better fitness than itself, the swarm can be more effectively and efficiently explored. So a method based on hybridization of fuzzy c-means and Fitness Distance Ratio based PSO is proposed. Initially this approach distributes the membership on the basis of the distance between sample and cluster centre making membership meet the constraints of FCM then the ratio of relative fitness and the distance of other particle is used to determine the direction in which each component of the particle position needs to be changed. The experiments were conducted on four real data sets and results shows that F-FDRPSO performs significantly better than FPSO and FCM algorithm.


Archive | 2018

A Survey of Feature Extraction for Content-Based Image Retrieval System

Neha Ghosh; Shikha Agrawal; Mahesh Motwani

Content-based image retrieval system (CBIR) is a challenging domain which is used in various fields of research today, such as scientific research, medical, Internet, and other communication media. CBIR is an approach that allows a user to obtain an image depends on a query from large datasets holding a huge amount of images. Images play a big role in any of the media today, where communication and data transmission held using the specific formats of data. Thus, for making communication and information sharing via images, it is needful to perform its extraction and then further processing with information content. A survey has been done on various content-based image retrieval techniques which are derived by the various authors for the feature extraction of images and which are further used for classification.

Collaboration


Dive into the Shikha Agrawal's collaboration.

Top Co-Authors

Avatar

Jitendra Agrawal

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Sanjeev Sharma

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Mahesh Motwani

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Sanjay Silakari

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Anand Verma

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Ankita Singhai

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Arpit Jain

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Khushboo Satpute

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Krishna Kant Soni

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Top Co-Authors

Avatar

Malti Baghel

Rajiv Gandhi Proudyogiki Vishwavidyalaya

View shared research outputs
Researchain Logo
Decentralizing Knowledge