Deep Learning For Image Spam Detection,
2019
San Jose State University
Deep Learning For Image Spam Detection, Tazmina Sharmin
Master's Projects
Spam can be defined as unsolicited bulk email. In an effort to evade text-based spam filters, spammers can embed their spam text in an image, which is referred to as image spam. In this research, we consider the problem of image spam detection, based on image analysis. We apply various machine learning and deep learning techniques to real-world image spam datasets, and to a challenge image spam-like dataset. We obtain results comparable to previous work for the real-world datasets, while our deep learning approach yields the best results to date for the challenge dataset.
Ai Dining Suggestion App,
2019
San Jose State University
Ai Dining Suggestion App, Bao Pham
Master's Projects
Trying to decide what to eat can sometimes be challenging and time-consuming for people. Google and Yelp have large scale data sets of restaurant information as well as Application Program Interfaces (APIs) for using them. This restaurant data includes time, price range, traffic, temperature, etc. The goal of this project is to build an app that eases the process of finding a restaurant to eat. This app has a Tinder-like user friendly User Interface (UI) design to change the common way that lists of restaurants are presented to users on mobile apps. It also uses the help of Artificial Intelligence …
Detection Of Hate Speech In Videos Using Machine Learning,
2019
San Jose State University
Detection Of Hate Speech In Videos Using Machine Learning, Unnathi Bhandary
Master's Projects
With the progression of the internet and social media, people are given multiple platforms to share their thoughts and opinions about various subject matters freely. However, this freedom of speech is misused to direct hate towards individuals or group of people due to their race, religion, gender etc. The rise of hate speech has led to conflicts and cases of cyber bullying, causing many organizations to look for optimal solutions to solve this problem.
Developments in the field of machine learning and deep learning have piqued the interest of researchers, leading them to research and implement solutions to solve the …
Low Power Mobilenets Acceleration In Cuda And Opencl,
2019
San Jose State University
Low Power Mobilenets Acceleration In Cuda And Opencl, Nikhil Lahoti
Master's Projects
Convolutional Neural Network (CNN) has been used widely for the tasks of object recognition and facial recognition because of their remarkable results on these common visual tasks. In order to evaluate the performance of CNN for embedded devices effectively, it is essential to provide a comprehensive benchmark evaluation environment. Even though there are many benchmark suites available for use, but these benchmark suites require installation of various packages and proprietary libraries. This creates a bottleneck in using them in applications which are executed on resource constraint devices like embedded devices.
In this paper, we propose an evaluation platform which can …
Stock Market Prediction Using Ensemble Of Graph Theory, Machine Learning And Deep Learning Models,
2019
San Jose State University
Stock Market Prediction Using Ensemble Of Graph Theory, Machine Learning And Deep Learning Models, Pratik Patil
Master's Projects
Efficient Market Hypothesis (EMH) is the cornerstone of the modern financial theory and it states that it is impossible to predict the price of any stock using any trend, fundamental or technical analysis. Stock trading is one of the most important activities in the world of finance. Stock price prediction has been an age-old problem and many researchers from academia and business have tried to solve it using many techniques ranging from basic statistics to machine learning using relevant information such as news sentiment and historical prices. Even though some studies claim to get prediction accuracy higher than a random …
Sentiment Analysis For Search Engine,
2019
San Jose State University
Sentiment Analysis For Search Engine, Saravana Gunaseelan
Master's Projects
The chief purpose of this study is to detect and eliminate the sentiment bias in a search engine. Sentiment bias means a bias induced in the search results based on the sentiment of the user’s search query. As people increasing depend on search engines for information, it is important to understand the quality of results produced by the search engines. This study does not try to build a search engine but leverage the existing search engines to provide better results to the user. In this study, only the queries that have high sentiment polarity are analyzed and the machine learning …
Emulation Vs Instrumentation For Android Malware Detection,
2019
San Jose State University
Emulation Vs Instrumentation For Android Malware Detection, Anukriti Sinha
Master's Projects
In resource constrained devices, malware detection is typically based on offline analysis using emulation. In previous work it has been claimed that such emulation fails for a significant percentage of Android malware because well-designed malware detects that the code is being emulated. An alternative to emulation is malware analysis based on code that is executing on an actual Android device. In this research, we collect features from a corpus of Android malware using both emulation and on-phone instrumentation. We train machine learning models based on emulated features and also train models based on features collected via instrumentation, and we compare …
An Empirical Comparison Of Different Machine,
2019
San Jose State University
An Empirical Comparison Of Different Machine, Piyush Bajaj
Master's Projects
Sketching has been used by humans to visualize and narrate the aesthetics of the world for a long time. With the onset of touch devices and augmented technologies, it has attracted more and more attention in recent years. Recognition of free-hand sketches is an extremely cumbersome and challenging task due to its abstract qualities and lack of visual cues. Most of the previous work has been done to identify objects in real pictorial images using neural networks instead of a more abstract depiction of the same objects in sketch. This research aims at comparing the performance of different machine learning …
Multifamily Malware Models,
2019
San Jose State University
Multifamily Malware Models, Samanvitha Basole
Master's Projects
When training a machine learning model, there is likely to be a tradeoff between the accuracy of the model and the generality of the dataset. Previous research has shown that if we train a model to detect one specific malware family, we obtain stronger results as compared to a case where we train a single model on multiple diverse families. During the detection phase, it would be more efficient to have a single model that could detect multiple families, rather than having to score each sample against multiple models. In this research, we conduct experiments to quantify the relationship between …
Masquerade Detection In Automotive Security,
2019
San Jose State University
Masquerade Detection In Automotive Security, Ashraf Saber
Master's Projects
In this paper, we consider intrusion detection systems (IDS) in the context of a controller area network (CAN), which is also known as the CAN bus. We provide a discussion of various IDS topics, including masquerade detection, and we include a selective survey of previous research involving IDS in a CAN network. We also discuss background topics and relevant practical issues, such as data collection on the CAN bus. Finally, we present experimental results where we have applied a variety of machine learning techniques to CAN data. We use both actual and simulated data in order to detect the status …
Comparative Study Of Feature Representations For Disaster Tweet Classification,
2019
Technological University Dublin
Comparative Study Of Feature Representations For Disaster Tweet Classification, Pallavi Jain, Bianca Schoen-Phelan, Robert J. Ross
Other resources
Twitter is a popular social media platform where users publicly broadcast short messages on a myriad of topics. In recent years it has enjoyed an increased usage around disaster events due to availability of information in near real time. Additionally, enhanced information representations to facilitate the classification of social media in terms of relevancy and type of information is currently a highly active research area (Ashktorab et al., 2014, Imran et al., 2014, Win et al., 2018). In this work we consider the usefulness and reliability of a range of representation models in the analysis of disaster related social media.
Smiler: Consistent And Usable Saliency Model Implementations,
2019
York University
Smiler: Consistent And Usable Saliency Model Implementations, Toni Kunic, Calden Wloka, John K. Tsotsos
MODVIS Workshop
The Saliency Model Implementation Library for Experimental Research (SMILER) is a new software package which provides an open, standardized, and extensible framework for maintaining and executing computational saliency models. This work drastically reduces the human effort required to apply saliency algorithms to new tasks and datasets, while also ensuring consistency and procedural correctness for results and conclusions produced by different parties. At its launch SMILER already includes twenty three saliency models (fourteen models based in MATLAB and nine supported through containerization), and the open design of SMILER encourages this number to grow with future contributions from the community. The project …
Is The Selective Tuning Model Of Visual Attention Still Relevant?,
2019
York University
Is The Selective Tuning Model Of Visual Attention Still Relevant?, John K. Tsotsos
MODVIS Workshop
No abstract provided.
Toward On-Demand Profile Hidden Markov Models For Genetic Barcode Identification,
2019
San Jose State University
Toward On-Demand Profile Hidden Markov Models For Genetic Barcode Identification, Jessica Sheu
Master's Projects
Genetic identification aims to solve the shortcomings of morphological identification. By using the cytochrome c oxidase subunit 1 (COI) gene as the Eukaryotic “barcode,” scientists hope to research species that may be morphologically ambiguous, elusive, or similarly difficult to visually identify. Current COI databases allow users to search only for existing database records. However, as the number of sequenced, potential COI genes increases, COI identification tools should ideally also be informative of novel, previously unreported sequences that may represent new species. If an unknown COI sequence does not represent a reported organism, an ideal identification tool would report taxonomic ranks …
Predictive Analysis For Cloud Infrastructure Metrics,
2019
San Jose State University
Predictive Analysis For Cloud Infrastructure Metrics, Paridhi Agrawal
Master's Projects
In a cloud computing environment, enterprises have the flexibility to request resources according to their application demands. This elastic feature of cloud computing makes it an attractive option for enterprises to host their applications on the cloud. Cloud providers usually exploit this elasticity by auto-scaling the application resources for quality assurance. However, there is a setup-time delay that may take minutes between the demand for a new resource and it being prepared for utilization. This causes the static resource provisioning techniques, which request allocation of a new resource only when the application breaches a specific threshold, to be slow and …
Module: Robot Senses,
2019
CUNY Borough of Manhattan Community College
Module: Robot Senses, Mohammad Azhar
Open Educational Resources
Learning Objectives:
Students will be able to:
-
Describe the basics of Sensors
-
Learn how to program the LEGO Robot to make decision using touch sensors
Module: Robot Locomotion Mini Hackathon,
2019
CUNY Borough of Manhattan Community College
Module: Robot Locomotion Mini Hackathon, Mohammad Azhar
Open Educational Resources
Learning Objectives:
Students will be able to:
-
Describe the basics of Robots.
-
Describe basic hardware and software of the LEGO Robot.
-
Write sequential code for LEGO Robot to move.
Self-Driving Cars: Evaluation Of Deep Learning Techniques For Object Detection In Different Driving Conditions, Ramesh Simhambhatla, Kevin Okiah, Shravan Kuchkula, Robert Slater
SMU Data Science Review
Deep Learning has revolutionized Computer Vision, and it is the core technology behind capabilities of a self-driving car. Convolutional Neural Networks (CNNs) are at the heart of this deep learning revolution for improving the task of object detection. A number of successful object detection systems have been proposed in recent years that are based on CNNs. In this paper, an empirical evaluation of three recent meta-architectures: SSD (Single Shot multi-box Detector), R-CNN (Region-based CNN) and R-FCN (Region-based Fully Convolutional Networks) was conducted to measure how fast and accurate they are in identifying objects on the road, such as vehicles, pedestrians, …
Depressiongnn: Depression Prediction Using Graph Neural Network On Smartphone And Wearable Sensors,
2019
University of Connecticut
Depressiongnn: Depression Prediction Using Graph Neural Network On Smartphone And Wearable Sensors, Param Bidja
Honors Scholar Theses
Depression prediction is a complicated classification problem because depression diagnosis involves many different social, physical, and mental signals. Traditional classification algorithms can only reach an accuracy of no more than 70% given the complexities of depression. However, a novel approach using Graph Neural Networks (GNN) can be used to reach over 80% accuracy, if a graph can represent the depression data set to capture differentiating features. Building such a graph requires 1) the definition of node features, which must be highly correlated with depression, and 2) the definition for edge metrics, which must also be highly correlated with depression. In …
Assessing Code Obfuscation Of Metamorphic Javascript,
2019
San Jose State University
Assessing Code Obfuscation Of Metamorphic Javascript, Kaushik Murli
Master's Projects
Metamorphic malware is one of the biggest and most ubiquitous threats in the digital world. It can be used to morph the structure of the target code without changing the underlying functionality of the code, thus making it very difficult to detect using signature-based detection and heuristic analysis. The focus of this project is to analyze Metamorphic JavaScript malware and techniques that can be used to mutate the code in JavaScript. To assess the capabilities of the metamorphic engine, we performed experiments to visualize the degree of code morphing. Further, this project discusses potential methods that have been used to …
