Classification of Networks using Machine Learning

Slides:



Advertisements
Similar presentations
Albert Gatt Corpora and Statistical Methods Lecture 13.
Advertisements

ICONIP 2005 Improve Naïve Bayesian Classifier by Discriminative Training Kaizhu Huang, Zhangbing Zhou, Irwin King, Michael R. Lyu Oct
An Overview of Machine Learning
Bring Order to Your Photos: Event-Driven Classification of Flickr Images Based on Social Knowledge Date: 2011/11/21 Source: Claudiu S. Firan (CIKM’10)
Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li.
CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y Harshit Maheshwari Pulkit Jain Sayantan Marik
Text Classification With Support Vector Machines
Perceptron Learning Rule
Text Classification With Labeled and Unlabeled Data Presenter: Aleksandar Milisic Supervisor: Dr. David Albrecht.
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
CS 5604 Spring 2015 Classification Xuewen Cui Rongrong Tao Ruide Zhang May 5th, 2015.
Predicting Income from Census Data using Multiple Classifiers Presented By: Arghya Kusum Das Arnab Ganguly Manohar Karki Saikat Basu Subhajit Sidhanta.
Knowledge Systems Lab JN 9/15/2015 Heterogeneous Collection of Learning Systems for Confident Pattern Recognition Joshua R. New Knowledge Systems Laboratory.
Cost-Sensitive Bayesian Network algorithm Introduction: Machine learning algorithms are becoming an increasingly important area for research and application.
Data Mining: Classification & Predication Hosam Al-Samarraie, PhD. Centre for Instructional Technology & Multimedia Universiti Sains Malaysia.
The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network.
AI – CS289 Machine Learning - Labs Machine Learning – Lab 4 02 nd November 2006 Dr Bogdan L. Vrusias
Today Ensemble Methods. Recap of the course. Classifier Fusion
Spam Detection Ethan Grefe December 13, 2013.
Logan Lebanoff Mentor: Haroon Idrees. Two-layer method  Trying a method that will have two layers of neural networks.
Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 GMDH-based feature ranking and selection for improved.
Clustering Unsupervised learning introduction Machine Learning.
CPE542: Pattern Recognition Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.
26/01/20161Gianluca Demartini Ranking Categories for Faceted Search Gianluca Demartini L3S Research Seminars Hannover, 09 June 2006.
Intelligent Database Systems Lab Presenter: NENG-KAI, HONG Authors: HUAN LONG A, ZIJUN ZHANG A, ⇑, YAN SU 2014, APPLIED ENERGY Analysis of daily solar.
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Usman Roshan Dept. of Computer Science NJIT
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Automated Classification of Galaxy Images
Sentiment Analysis of Twitter Messages Using Word2Vec
Name: Sushmita Laila Khan Affiliation: Georgia Southern University
Logistic Regression: To classify gene pairs
Oral Presentation Applied Machine Learning Course YOUR NAME
Semi-supervised Machine Learning Gergana Lazarova
Week 3 (June 6 – June10 , 2016) Summary :
Fast Kernel-Density-Based Classification and Clustering Using P-Trees
Erich Smith Coleman Platt
Trees, bagging, boosting, and stacking
TeamMember1 TeamMember2 Machine Learning Project 2016/2017-2
Source: Procedia Computer Science(2015)70:
Estimating Link Signatures with Machine Learning Algorithms
Basic machine learning background with Python scikit-learn
Artificial Intelligence in Healthcare
Monitoring Surface Area Change in Iowa's Water Bodies
Analyzing Twitter Data
What is Pattern Recognition?
Categorizing networks using Machine Learning
Classifying enterprises by economic activity
A Clinical trial awareness tool
Project 5: Generating Privacy and Security Threat Summary for Internet of Things REU Student: Nicole Fella Graduate Mentor: Kexin Liao Faculty Mentor:
Lab exploration: Network Profile Summary
Prediction of Wine Grade
Optimizing Significant Node Discovery in Multilayer Networks
Network Search & Visualization
Supervised vs. unsupervised Learning
Classification Boundaries
Project 5: Generating Privacy and Security Threat Summary for Internet of Things REU Student: Nicole Fella Graduate Mentor: Kexin Liao Faculty Mentor:
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Project 5: Generating Privacy and Security Threat Summary for Internet of Things REU Student: Nicole Fella Graduate Mentor: Kexin Liao Faculty Mentor:
Artificial Intelligence Club
Degree Distribution Ralucca Gera,
Unsupervised Machine Learning: Clustering Assignment
Perceptron Learning Rule
Kanchana Ihalagedara Rajitha Kithuldeniya Supun weerasekara
Perceptron Learning Rule
Practice Project Overview
Perceptron Learning Rule
Machine Learning for Cyber
Machine Learning and Its Applications in Molecular Biophysics Jacob Andrzejczyk and Harish Vashisth Department of Chemical Engineering, University of New.
Presentation transcript:

Classification of Networks using Machine Learning Lab Logo Classification of Networks using Machine Learning Image of Research Project SEAP/NREIP Student: Kaahan Radia Dougherty Valley HS Class of 2017 kaahanradia2017@gmail.com Mentor: Dr. Ralucca Gera Applied Mathematics, NPS rgera@nps.edu Project Dates: June 20th – August 12th, 2016 Results / Accomplishments / Next Steps: Results: Demonstrated high accuracy in classifying social networks vs non social networks. Around 90% of the time, the machine learning algorithm was able to correctly classify given networks. Deliverable: A website that researchers can use to test their networks using our algorithm (used Django). Future Direction: it is vital to improve the database used in the machine learning algorithms, thus improving the classification accuracy of the algorithms. Project Objective and Research Approach: Aim: To classify networks into different predefined categories; technological, social, informational, and biological. Data: www.NetworkRepository.com Methodology: Used machine learning for the classification of the aforementioned data. Trained three machine learning algorithms (Random Forest, Support Vector, and Bayes) on the data from Network Repository using two python libraries, NetworkX and Scikit-Learn (metrics like clustering and cliques average used for training).