Premium Partner

Jonas Wagner machine_learning_and_malware.pdf

Jonas Wagner machine_learning_and_malware.pdf

Jonas Wagner machine_learning_and_malware.pdf


Kartei Details

Karten 15
Sprache English
Kategorie Technik
Stufe Universität
Erstellt / Aktualisiert 19.06.2019 / 19.06.2019
Lizenzierung Keine Angabe
Weblink
https://card2brain.ch/box/20190619_jonas_wagner_machinelearningandmalware_pdf
Einbinden
<iframe src="https://card2brain.ch/box/20190619_jonas_wagner_machinelearningandmalware_pdf/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

What is machine learning?

Machine learning is the science of getting computer to learn and act like humans do, and improve their learning over time in autonomous fashion, by feeding them data and informatin in the form of observations and real-world interactions.

What are the benefits of machine learning?

  • Autonomy and scale easily, are better than humans at specific learned tasks.
  • Adaptability and flexebility
    • Attackers change their behavior, so should defenders
    • Autonomous reajustment based on new data
  • Make certain techinques possible that would not be feasible without machine learning.

What are the drawbacks of machine learning?

  • High data dependency
    • The system is only as good as the data it was trained on
    • Easy to overfit
  • Good models are not necessarily good for production
    • Models can be too slow and complex
  • Blackbox results are difficult to interpret

What is supervised learning?

  • learn a function that maps input to output
  • The inference process requires labeled data
  • We are giving features and labels
  • used for classification and regression