|
1 | 1 | {
|
2 | 2 | "cells": [
|
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "## Other Topics\n", |
| 8 | + "\n", |
| 9 | + "### Hyperdrive\n", |
| 10 | + "Hyperdrive lets you automatically tune hyperparameters for a script to maximize or minimize a target metric.\n", |
| 11 | + "\n", |
| 12 | + "\n", |
| 13 | + "A Hyperdrive run is like AutoML, but targeted at a specific piece of code you provide and seeks to find the best combination of hyperparameters.\n", |
| 14 | + "\n", |
| 15 | + "\n", |
| 16 | + "### Azure Cognitive Services\n", |
| 17 | + "\n", |
| 18 | + "Azure Cognitive Services lets you work with pay-per-use APIs that expose pre-trained customizable image, text, and speech machine learning algorithms.\n", |
| 19 | + "\n", |
| 20 | + "\n", |
| 21 | + "\n", |
| 22 | + "### Azure Synapse Analytics\n", |
| 23 | + "\n", |
| 24 | + "Azure Synapse Analytics is a data ingestion and transformation solution that lets you automate feeding pre-processed data into the model training or prediction generation processes for Azure Machine Learning Studio.\n", |
| 25 | + "\n", |
| 26 | + "" |
| 27 | + ] |
| 28 | + }, |
3 | 29 | {
|
4 | 30 | "cell_type": "markdown",
|
5 | 31 | "metadata": {},
|
|
25 | 51 | "%pip install plotly # Used for data visualization"
|
26 | 52 | ]
|
27 | 53 | },
|
| 54 | + { |
| 55 | + "cell_type": "markdown", |
| 56 | + "metadata": {}, |
| 57 | + "source": [ |
| 58 | + "### View this Code\n", |
| 59 | + "\n", |
| 60 | + "This is a public GitHub repository, so you can find the code and tailor it to your own experiments on your own Azure accounts.\n", |
| 61 | + "\n", |
| 62 | + "Visit [https://github.com/IntegerMan/AutoMLwithPythonAndAzure](https://github.com/IntegerMan/AutoMLwithPythonAndAzure) for the full source code." |
| 63 | + ] |
| 64 | + }, |
28 | 65 | {
|
29 | 66 | "cell_type": "markdown",
|
30 | 67 | "metadata": {},
|
|
39 | 76 | "- Other services perpetually free"
|
40 | 77 | ]
|
41 | 78 | },
|
| 79 | + { |
| 80 | + "cell_type": "markdown", |
| 81 | + "metadata": {}, |
| 82 | + "source": [ |
| 83 | + "### Kaggle.com\n", |
| 84 | + "\n", |
| 85 | + "[Kaggle](https://kaggle.com/datasets) is a very good way of getting free data sources for data science experiments.\n", |
| 86 | + "\n", |
| 87 | + "" |
| 88 | + ] |
| 89 | + }, |
42 | 90 | {
|
43 | 91 | "cell_type": "markdown",
|
44 | 92 | "metadata": {},
|
45 | 93 | "source": [
|
46 | 94 | "## Learning More\n",
|
47 | 95 | "\n",
|
| 96 | + "\n", |
| 97 | + "\n", |
48 | 98 | "### My Content\n",
|
49 | 99 | "\n",
|
50 | 100 | "- [AccessibleAI.dev](https://AccessibleAI.dev) - Data Science Blog\n",
|
|
0 commit comments