# Lukas Biewald (Weights & Biases)

{% embed url="<https://www.youtube.com/watch?v=25_kBogrzrs>" %}
Deep Learning In The Wild
{% endembed %}

* Machine Learning can be unpredictable and opaque.
* Deep Learning can be vulnerable to hacking.
* Machine Learning requires tons of clean training data.
* Deep Learning and GPUs break a lot of assumptions.
* Machine Learning can look at far more data than humans.
* The combination of humans and computers is powerful.
* **What's coming?**
  * Better tools and platforms.
  * More medical applications.
  * New solutions to training data.
* How to (**successfully**) ship deep learning projects:
  * Pay a lot of attention to your training data.
  * Get something working end-to-end right away, then improve one thing at a time.
  * Look for graceful ways to handle the inevitable cases where the algorithm fails.

Mentioned Resources:

* [The State of Machine Intelligence](http://www.shivonzilis.com/machineintelligence) (curated by [Shivon Zillis](https://twitter.com/shivon))
* Read Lukas's article: "[Why are Machine Learning Projects so Hard to Manage?](https://medium.com/@l2k/why-are-machine-learning-projects-so-hard-to-manage-8e9b9cf49641)"
* [Datasets over Algorithms](http://www.spacemachine.net/views/2016/3/datasets-over-algorithms) (credit to [Alex Wissner-Gross](https://www.alexwg.org/))


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fall2019.fullstackdeeplearning.com/guest-lectures/lukas-biewald-weights-and-biases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
