Skip to content

Commit

Permalink
Update machine-learning-azure-ml-netsharp-reference-guide.md
Browse files Browse the repository at this point in the history
Added links to MicrosoftML.
  • Loading branch information
jeannt authored Dec 14, 2016
1 parent 4d3616d commit 8ea727f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ ms.workload: data-services
ms.tgt_pltfrm: na
ms.devlang: na
ms.topic: article
ms.date: 09/12/2016
ms.date: 12/13/2016
ms.author: jeannt

---
# Guide to Net# neural network specification language for Azure Machine Learning
## Overview
Net# is a language developed by Microsoft that is used to define neural network architectures for neural network modules in Microsoft Azure Machine Learning. In this article, you will learn:
Net# is a language developed by Microsoft that is used to define neural network architectures. You can use Net# in neural network modules in Microsoft Azure Machine Learning, or in the `rxNeuralNetwork()` function in [MicrosoftML](https://msdn.microsoft.com/microsoft-r/microsoftml/microsoftml).

In this article, you will learn basic concepts needed to develop a custom neural network:

* Basic concepts related to neural networks
* Neural network requirements and how to define the primary components
* The syntax and keywords of the Net# specification language
* Examples of custom neural networks created using Net#
Expand Down

0 comments on commit 8ea727f

Please sign in to comment.