MN
Mayur Naik
Author with expertise in Automated Software Testing Techniques
Achievements
Cited Author
Open Access Advocate
Key Stats
Upvotes received:
0
Publications:
10
(60% Open Access)
Cited by:
4,972
h-index:
36
/
i10-index:
78
Reputation
Biology
< 1%
Chemistry
< 1%
Economics
< 1%
Show more
How is this calculated?
Publications
0

CloneCloud

Byung-Gon Chun et al.Apr 10, 2011
Mobile applications are becoming increasingly ubiquitous and provide ever richer functionality on mobile devices. At the same time, such devices often enjoy strong connectivity with more powerful machines ranging from laptops and desktops to commercial clouds. This paper presents the design and implementation of CloneCloud, a system that automatically transforms mobile applications to benefit from the cloud. The system is a flexible application partitioner and execution runtime that enables unmodified mobile applications running in an application-level virtual machine to seamlessly off-load part of their execution from mobile devices onto device clones operating in a computational cloud. CloneCloud uses a combination of static analysis and dynamic profiling to partition applications automatically at a fine granularity while optimizing execution time and energy use for a target computation and communication environment. At runtime, the application partitioning is effected by migrating a thread from the mobile device at a chosen point to the clone in the cloud, executing there for the remainder of the partition, and re-integrating the migrated thread back to the mobile device. Our evaluation shows that CloneCloud can adapt application partitioning to different environments, and can help some applications achieve as much as a 20x execution speed-up and a 20-fold decrease of energy spent on the mobile device.
0

Prediction of Oil Production Using Optimized Gated Recurrent Unit (GRU)

Venkata Avula et al.Apr 17, 2024
Around the world, hundreds of oil wells are undergoing repair, and this number is predicted to stay constant for the foreseeable future. These oil wells must operate safely for the sake of the environment and our way of life. Although it would be easier to forecast anomalies and unwanted events in advance and avert potentially disastrous situations, the intricacy of the issue makes manual prediction challenging. This project proposes a prediction of oil using an optimized gated recurrent unit. Initially, in the data collection process, getting input data for the prediction of oil production. The input data is moved for preprocessing. The dataset is pre-processed in order to handle missing values, data cleaning, and data filtering. Pre-processed data are further moved to the data analysis and exploration process. This procedure, which frequently makes use of data processing techniques, analyzes, investigates, and summarizes data sets' primary features. These data are further split into training and testing using feature selection. Selected features are subsequently classified using the Optimized Gated Recurrent Unit (GRU). Finally, from the classification of RMSE (Root Mean Square Error) and MAE (Mean Absolute Error), R2 score values are accurately predicted. This project is implemented using Python software. The MAE, MSE and RMSE Comparison of the Classification values are listed as 0.0157181852040254, 0.00302712813431332 and 0.0550193432741006 for SVM, ANN and GRU Classier Respectively.