# Machine Learning Teaching

## Teaching Deep Learning

* [Note by P Migdal](https://p.migdal.pl/2017/04/30/teaching-deep-learning.html)

## Machine Learning : Visual Coding

* [Kobra - A visual programming language for machine learning (in beta)](https://kobra.dev/)
* [PerceptiLabs](https://www.perceptilabs.com/)

💡 : Kid's machine learning tutorial

## Machine Learning on Spreadsheet

* [Magicsheets: Machine Learning in your spreadsheet](https://www.magicsheets.io/#templates-page-anchor)
* [Prediction Labs](https://predictionlaboratory.com/)
* [mljar-supervised · PyPI](https://pypi.org/project/mljar-supervised/) Automated Machine Learning Python package that works with tabular data
* [Magicsheets: Machine Learning in your spreadsheet](https://www.magicsheets.io/)

## Machine Learning Visualization

* [Experiments with Google](https://experiments.withgoogle.com/)

## Machine Learning

* [The First Rule of Machine Learning: Start without Machine Learning](https://eugeneyan.com/writing/first-rule-of-ml/)
* [Machine Learning: The High Interest Credit Card of Technical Debt–Google Research](https://research.google/pubs/pub43146/)\
  So little of success in ML comes from the sexy algorithms and so much just comes from ensuring a bunch of boring details get properly saved in the right place.\
  After months learning about machine learning for time series forecasting, several chapters in a book on deep learning techniques for time series analysis and forecasting, the author kindly pointed out that there are no papers published up to that point that prove deep learning (neural networks) can perform better than classical statistics.\
  Career lesson: Ask a lot of questions early in a project's life. If you're working on something that uses machine learning, ask what system it's replacing, and make sure that someone (or you) runs it manually before spending the time to automate.

[Rules of Machine Learning: - ML Universal Guides - Google Developers](https://developers.google.com/machine-learning/guides/rules-of-ml)

## Machine Learning

* [Ai creative tools that help bring ideas to life](https://www.vizcom.co/static/media/weapons.143795cb.png)
* [Machine Learning Engineer](https://arxiv.org/abs/1709.02840)


---

# 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://irosyadi.gitbook.io/irosyadi/machine-learning/ml-teaching.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.
