Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Engineering (1599)
- Computer Engineering (1444)
- Artificial Intelligence and Robotics (1263)
- Numerical Analysis and Scientific Computing (1060)
- Operations Research, Systems Engineering and Industrial Engineering (901)
-
- Systems Science (862)
- Electrical and Computer Engineering (409)
- Databases and Information Systems (358)
- Information Security (258)
- Software Engineering (256)
- Social and Behavioral Sciences (221)
- Other Computer Sciences (160)
- Theory and Algorithms (142)
- Programming Languages and Compilers (121)
- Business (107)
- Education (96)
- Graphics and Human Computer Interfaces (96)
- Medicine and Health Sciences (94)
- Arts and Humanities (82)
- Life Sciences (80)
- Mathematics (79)
- Applied Mathematics (77)
- OS and Networks (70)
- Statistics and Probability (62)
- Communication (61)
- Systems Architecture (45)
- Higher Education (43)
- Public Affairs, Public Policy and Public Administration (41)
- Institution
-
- China Simulation Federation (862)
- Singapore Management University (488)
- TÜBİTAK (335)
- University for Business and Technology in Kosovo (109)
- University of Nebraska - Lincoln (95)
-
- City University of New York (CUNY) (94)
- San Jose State University (94)
- University of Texas at El Paso (76)
- Old Dominion University (73)
- Technological University Dublin (72)
- Chulalongkorn University (66)
- Walden University (54)
- Missouri University of Science and Technology (49)
- University of Texas at Arlington (44)
- Wright State University (42)
- Nova Southeastern University (38)
- University of Central Florida (37)
- University of Nebraska at Omaha (37)
- University of Nevada, Las Vegas (34)
- Zayed University (34)
- Kennesaw State University (33)
- Portland State University (32)
- California Polytechnic State University, San Luis Obispo (28)
- University of South Florida (27)
- Air Force Institute of Technology (26)
- Boise State University (26)
- Taylor University (26)
- Embry-Riddle Aeronautical University (25)
- Southern Methodist University (25)
- Dartmouth College (23)
- Keyword
-
- Machine learning (136)
- Deep learning (81)
- Machine Learning (70)
- Computer Science (66)
- Simulation (52)
-
- Deep Learning (43)
- Cybersecurity (41)
- Artificial intelligence (37)
- Security (37)
- Classification (34)
- Blockchain (33)
- Computer science (32)
- Department of Computer Science and Engineering (28)
- Privacy (28)
- Neural networks (27)
- Genetic algorithm (26)
- Big data (25)
- Optimization (25)
- Social media (25)
- Data mining (23)
- Internet of Things (23)
- Cloud computing (21)
- Clustering (21)
- Natural Language Processing (21)
- Virtual reality (20)
- Computer vision (19)
- Neural network (19)
- Visualization (19)
- Artificial Intelligence (18)
- Natural language processing (18)
- Publication
-
- Journal of System Simulation (862)
- Research Collection School Of Computing and Information Systems (449)
- Turkish Journal of Electrical Engineering and Computer Sciences (335)
- Theses and Dissertations (179)
- Master's Projects (85)
-
- Open Educational Resources (73)
- Departmental Technical Reports (CS) (69)
- Chulalongkorn University Theses and Dissertations (Chula ETD) (66)
- The R Journal (62)
- Electronic Theses and Dissertations (57)
- Walden Dissertations and Doctoral Studies (54)
- Computer Science Faculty Publications (47)
- Dissertations (40)
- CCAC Theses and Dissertations (37)
- All Works (34)
- Browse all Theses and Dissertations (28)
- Computer Science Faculty Research & Creative Works (27)
- Conference papers (27)
- USF Tampa Graduate Theses and Dissertations (27)
- ACMS Conference Proceedings 2019 (26)
- Computer Science and Engineering Theses - Archive (26)
- UNLV Theses, Dissertations, Professional Papers, and Capstones (24)
- Computer Science Faculty Publications and Presentations (23)
- Faculty Publications (23)
- Master's Theses (21)
- SMU Data Science Review (21)
- Computer Science: Faculty Publications (20)
- Karbala International Journal of Modern Science (20)
- School of Computing: Dissertations, Theses, and Student Research (19)
- Computer Science and Engineering Dissertations - Archive (18)
- Publication Type
- File Type
Articles 1531 - 1560 of 3906
Full-Text Articles in Computer Sciences
An Ensemble Model For Click Through Rate Prediction, Muthaiah Ramanathan
An Ensemble Model For Click Through Rate Prediction, Muthaiah Ramanathan
Master's Projects
Internet has become the most prominent and accessible way to spread the news about an event or to pitch, advertise and sell a product, globally. The success of any advertisement campaign lies in reaching the right class of target audience and eventually convert them as potential customers in the future. Search engines like the Google, Yahoo, Bing are a few of the most used ones by the businesses to market their product. Apart from this, certain websites like the www.alibaba.com that has more traffic also offer services for B2B customers to set their advertisement campaign. The look of the advertisement, …
Classifying Classic Ciphers Using Machine Learning, Nivedhitha Ramarathnam Krishna
Classifying Classic Ciphers Using Machine Learning, Nivedhitha Ramarathnam Krishna
Master's Projects
We consider the problem of identifying the classic cipher that was used to generate a given ciphertext message. We assume that the plaintext is English and we restrict our attention to ciphertext consisting only of alphabetic characters. Among the classic ciphers considered are the simple substitution, Vigenère cipher, playfair cipher, and column transposition cipher. The problem of classification is approached in two ways. The first method uses support vector machines (SVM) trained directly on ciphertext to classify the ciphers. In the second approach, we train hidden Markov models (HMM) on each ciphertext message, then use these trained HMMs as features …
Smartphone Gesture-Based Authentication, Preethi Sundaravaradhan
Smartphone Gesture-Based Authentication, Preethi Sundaravaradhan
Master's Projects
In this research, we consider the problem of authentication on a smartphone based on gestures, that is, movements of the phone. Accelerometer data from a number of subjects was collected and we analyze this data using a variety of machine learning techniques, including support vector machines (SVM) and convolutional neural networks (CNN). We analyze both the fraud rate (or false accept rate) and insult rate (or false reject rate) in each case.
Classification Of Malware Models, Akriti Sethi
Classification Of Malware Models, Akriti Sethi
Master's Projects
Automatically classifying similar malware families is a challenging problem. In this research, we attempt to classify malware families by applying machine learning to machine learning models. Specifically, we train hidden Markov models (HMM) for each malware family in our dataset. The resulting models are then compared in two ways. First, we treat the HMM matrices as images and experiment with convolutional neural networks (CNN) for image classification. Second, we apply support vector machines (SVM) to classify the HMMs. We analyze the results and discuss the relative advantages and disadvantages of each approach.
Machine Learning Versus Deep Learning For Malware Detection, Parth Jain
Machine Learning Versus Deep Learning For Malware Detection, Parth Jain
Master's Projects
It is often claimed that the primary advantage of deep learning is that such models can continue to learn as more data is available, provided that sufficient computing power is available for training. In contrast, for other forms of machine learning it is claimed that models ‘‘saturate,’’ in the sense that no additional learning can occur beyond some point, regardless of the amount of data or computing power available. In this research, we compare the accuracy of deep learning to other forms of machine learning for malware detection, as a function of the training dataset size. We experiment with a …
Deep Learning For Image Spam Detection, Tazmina Sharmin
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, Bao Pham
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, Unnathi Bhandary
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 …
Earmarked Utxo For Escrow Services And Two-Factor Authentication On The Blockchain, Jisha Pillai
Earmarked Utxo For Escrow Services And Two-Factor Authentication On The Blockchain, Jisha Pillai
Master's Projects
The security of accounts on the blockchain relies on securing private keys, but they are often lost or compromised due to loopholes in key management strategies or due to human error. With an increasing number of thefts in the last few years due to compromised wallets, the security of digital currency has become a significant concern, and no matter how sophisticated and secure mechanisms are put in place to avoid the security risks, it is impossible to achieve a 100% human compliance.
This project introduces a novel concept of Earmarked Unspent Transaction Outputs (EUTXOs). EUTXOs enable every user on the …
Low Power Mobilenets Acceleration In Cuda And Opencl, Nikhil Lahoti
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, Pratik Patil
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, Saravana Gunaseelan
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, Anukriti Sinha
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, Piyush Bajaj
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, Samanvitha Basole
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, Ashraf Saber
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, Pallavi Jain, Bianca Schoen-Phelan, Robert J. Ross
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.
Applying The Fahp To Improve The Performance Evaluation Reliability Of Software Defect Classifiers, Hussam Ghunaim Ph.D., Julius Dichter
Applying The Fahp To Improve The Performance Evaluation Reliability Of Software Defect Classifiers, Hussam Ghunaim Ph.D., Julius Dichter
Computer Science Faculty Publications
Today’s software complexity makes developing defect-free software almost impossible. Consequently, developing classifiers to classify software modules into defective and non-defective before software releases have attracted great interest in academia and software industry alike. Although many classifiers have been proposed, no one has been proven superior over others. The major reason is that while a research shows that classifier A is better than classifier B, we can find other research that shows the opposite. These conflicts are usually triggered when researchers report results using their preferable performance evaluation measures such as, recall and precision. Although this approach is valid, it does …
Real-Time Rfi Mitigation In Radio Astronomy, Emily Ramey, Nick Joslyn, Richard Prestage, Michael Lam, Luke Hawkins, Tim Blattner, Mark Whitehead
Real-Time Rfi Mitigation In Radio Astronomy, Emily Ramey, Nick Joslyn, Richard Prestage, Michael Lam, Luke Hawkins, Tim Blattner, Mark Whitehead
Senior Honors Papers / Undergraduate Theses
As the use of wireless technology has increased around the world, Radio Frequency Interference (RFI) has become more and more of a problem for radio astronomers. Preventative measures exist to limit the presence of RFI, and programs exist to remove it from saved data, but the use of algorithms to detect and remove RFI as an observation is occurring is much less common. Such a method would be incredibly useful for observations in which the data must undergo several rounds of processing before being saved, as in pulsar timing studies. Strategies for real-time mitigation have been discussed and tested with …
Arecibo Message, Joshua P. Tan
Arecibo Message, Joshua P. Tan
Open Educational Resources
This two week assignment asks students to interpret and analyze the 1974 Arecibo Message sent by Drake and Sagan. Week 1 introduces the concepts behind the construction of the message and engages with a critical analysis of the architecture and the contents of the message. Week 2 asks students to develop software in a Jupyter Notebook (available for free from the Anaconda Python Distribution) to interpret messages that were similar to those produced by Drake and Sagan.
Smiler: Consistent And Usable Saliency Model Implementations, Toni Kunic, Calden Wloka, John K. Tsotsos
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?, John K. Tsotsos
Is The Selective Tuning Model Of Visual Attention Still Relevant?, John K. Tsotsos
MODVIS Workshop
No abstract provided.
Implementation Of Group Based Cryptosystems In Information Security, Bailey J. Moers
Implementation Of Group Based Cryptosystems In Information Security, Bailey J. Moers
Undergraduate University Honors Capstones
This capstone will focus on the implementation of cryptography in information security. The implementation can be achieved by studying different cryptosystems that will be secured using group based mathematics. Group based cryptosystems are preferable because research shows that group based cryptosystems are computationally infeasible. Understanding group based mathematics and its implementation in cryptography will allow us to better study the NTRU (Nth Truncated Ring Unit) cryptosystem with previous knowledge of group based cryptosystems. Although this cryptosystem is still very new, two sections of NTRU cryptosystem will be implemented in information security. The selected sections are: Multiplication of Polynomials modulo p …
Cybersecurity For Critical Infrastructure: Addressing Threats And Vulnerabilities In Canada, Samuel A. Cohen
Cybersecurity For Critical Infrastructure: Addressing Threats And Vulnerabilities In Canada, Samuel A. Cohen
Graduate Theses/Dissertations
The aim of this thesis is to assess the unique technical and policy-based cybersecurity challenges facing Canada’s critical infrastructure environment and to analyze how current government and industry practices are not equipped to remediate or offset associated strategic risks to the country. Further, the thesis also provides cases and evidence demonstrating that Canada’s critical infrastructure has been specifically targeted by foreign and domestic cyber threat actors to pressure the country’s economic, safety and national security interests. Essential services that Canadians and Canadian businesses rely on daily are intricately linked to the availability and integrity of vital infrastructure sectors, such as …
Benchmarking Scalability Of Nosql Databases For Geospatial Queries, Yuvraj Singh Kanwar
Benchmarking Scalability Of Nosql Databases For Geospatial Queries, Yuvraj Singh Kanwar
Master's Projects
NoSQL databases provide an edge when it comes to dealing with big unstructured data. Flexibility, agility, and scalability offered by NoSQL databases become increasingly essential when dealing with geospatial data. The proliferation of geospatial applications has tremendously increased the variety, velocity, and volume of data that the data stores must manage. Such characteristics of big spatial data surpassed the capability and anticipated use cases of relational databases. Because we can choose from an extensive collection of NoSQL databases these days, it becomes vital for organizations to make an informed decision. NoSQL Database benchmarks provide system architects, who shoulder a considerable …
3d Canopy Model Reconstruction From Unmanned Aerial System And Automated Single Tree Extraction, Hai Ha Duong
3d Canopy Model Reconstruction From Unmanned Aerial System And Automated Single Tree Extraction, Hai Ha Duong
Graduate Theses/Dissertations
This project aims to develop and assess methodology for spatial modeling and extracting individual trees from high spatial resolution Digital Surface Model (DSMs) derived from unmanned aerial system (UAS) or drone-based aerial photos. Those results could be used for monitoring of vegetative response of forests, grasslands and vineyards to regional and localized fluctuations in climate and seasonality. The primary objective of this research is to extract 3D spatial information using drone-based aerial imagery through photogrammetric methods. UAS flights were taken place at phenologically critical times over several locations owned and managed by Missouri State University (MSU). The 3D DSM can …
The Fluid Representations Of Networks Estimating Liquid Viscosity, Jan Jaap R. Van Assen, Shin'ya Nishida, Roland W. Fleming
The Fluid Representations Of Networks Estimating Liquid Viscosity, Jan Jaap R. Van Assen, Shin'ya Nishida, Roland W. Fleming
MODVIS Workshop
No abstract provided.
Forensic Analysis Of Spy Applications In Android Devices, Shinelle Hutchinson, Umit Karabiyik
Forensic Analysis Of Spy Applications In Android Devices, Shinelle Hutchinson, Umit Karabiyik
Annual ADFSL Conference on Digital Forensics, Security and Law
Smartphones with Google's Android operating system are becoming more and more popular each year, and with this increased user base, comes increased opportunities to collect more of these users' private data. There have been several instances of malware being made available via the Google Play Store, which is one of the predominant means for users to download applications. One effective way of collecting users' private data is by using Android Spyware. In this paper, we conduct a forensic analysis of a malicious Android spyware application and present our findings. We also highlight what information the application accesses and what it …
Towards Human Retinal Cones Spatial Distribution Modeling, Matteo Paolo Lanaro, Hélène Perrier, David Coeurjolly, Victor Ostromoukhov, Alessandro Rizzi
Towards Human Retinal Cones Spatial Distribution Modeling, Matteo Paolo Lanaro, Hélène Perrier, David Coeurjolly, Victor Ostromoukhov, Alessandro Rizzi
MODVIS Workshop
No abstract provided.
Toward On-Demand Profile Hidden Markov Models For Genetic Barcode Identification, Jessica Sheu
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 …