Synopsis of ML Project
Synopsis of ML Project
Cloud network monitoring data is dynamic and distributed. Signals to monitor the cloud can
appear, disappear or change their importance and clarity over time. Machine learning (ML)
models tuned to a given data set can therefore quickly become inadequate. A model might be
highly accurate at one point in time but may lose its accuracy at a later time due to changes in
input data and their features. Distributed learning with dynamic model selection is therefore
often required. Under such selection, poorly performing models (although aggressively tuned for
the prior data) are retired or put on standby while new or standby models are brought in.
The well-known method of Ensemble ML (EML) may potentially be applied to improve the
including the need for continuous training, excessive computational resources, and requirement
for large training datasets, high risks of over fitting, and a time-consuming model-building
process. In this paper, we propose a novel cloud methodology for automatic ML model selection
1
and tuning that automates model building and selection and is competitive with existing
methods. We use unsupervised learning to better explore the data space before the generation of
DevOps architecture for auto tuning and selection based on container orchestration and
messaging between containers, and take advantage of a new auto scaling method to dynamically
create and evaluate instantiations of ML algorithms. The proposed methodology and tool are
EXISTING SYSTEM:
monitor the usage of their data in the cloud. For example, users need to be able to ensure that
their data are handled according to the service level agreements made at the time they sign on for
services in the cloud. Conventional access control approaches developed for closed domains
such as databases and operating systems, or approaches using a centralized server in distributed
environments, are not suitable, due to the following features characterizing cloud environments.
First, data handling can be outsourced by the direct cloud service provider (CSP) to other
entities in the cloud and theses entities can also delegate the tasks to others, and so on.
Second, entities are allowed to join and leave the cloud in a flexible manner. As a result,
data handling in the cloud goes through a complex and dynamic hierarchical service chain which
2
PROPOSED SYSTEM:
and AutoTuning) framework, based on the notion of information accountability. Unlike privacy
accountability focuses on keeping the data usage transparent and trackable. Our proposed ML
framework provides end-to-end accountability in a highly distributed fashion. One of the main
innovative features of the ML framework lies in its ability of maintaining lightweight and
powerful accountability that combines aspects of access control, usage control and
authentication. By means of the ML, data owners can track not only whether or not the service-
level agreements are being honored, but also enforce access and usage control rules as needed.
Associated with the accountability feature, we also develop two distinct modes for auditing: push
mode and pull mode. The push mode refers to logs being periodically sent to the data owner or
stakeholder while the pull mode refers to an alternative approach whereby the user (or another
3
4
DFD WORK FLOWS PROCESSING:
that it does not require any dedicated authentication or storage system in place.
usage control for the protected data after these are delivered to the receiver.
We conduct experiments on a real cloud test bed. The results demonstrate the
detailed security analysis and discuss the reliability and strength of our
architecture.
Hard Disk - 80 GB
5
Scripts : JavaScript and JQuery.
In this paper, several supervised and unsupervised ML models have been combined and applied
on a cloud security dataset. To achieve higher accuracy, multiple models are created for
predicting each type of security attack. The need of unsupervised models in addition to the
supervised ones is demonstrated and shown to result in improved prediction accuracy. We also