Deep Learning & Analytics
Panoramica
Un'analitica è una rete neurale, profondo modello di apprendimento, o modello analitico che può essere utilizzato per prevedere o classfiy dati come immagini, audio, testo, e di più.
L'analisi biblioteca fornisce molti esempi in ambito open source di analisi per immagine classifcazione e altri usi.
È possibile creare il proprio analitica e caricare un file binario di file di rete, come un pitone .pb file che rappresenta il vostro modello.
La creazione di
È possibile creare il proprio analitica da
sfoglia
pagina di analytics. Per creare una analitica, basta dare un nome, una descrizione e la categoria di classificare sotto.
Si può fare l'analitica privato e scegliere chi può accedere, o rendere pubblici e accessibili da chiunque.
Proprietà
Properties |
Description |
Analytic Name |
Enter a analytic name. |
Description |
Optional description. |
Details |
You can enter optional additional information. |
Disclaimer |
You can enter optional legal information. |
License |
Optional license to release the analytic and all of its content under. |
Website |
If this analytic has its own website, you can enter it here. |
Website Subdomain (or domain) |
You can choose a subdomain to host your analytic's own website, or give a domain that you have registered and forward to this server. |
Categories |
Comma separated list of categories to categorize the analytic under. |
Tags |
Optional comma separated list of tags to tag the analytic under. |
Private |
A private analytic is not visible to the public, only to the user and users grant access. |
Hidden |
A hidden analytic is not displayed in the browse directory. |
Access Mode |
Define who can access this analytic. |
Fork Access Mode |
Define who can fork(copy) this analytic. |
Content Rating |
Rate the analytic. |
Ad Code |
You can display ads on your analytic's pages. |
Analitica Di Rete
L'analitica rete editor, che permette di configurare e caricare o importare i file necessari per entrambi grafico ed etichette per i tuoi analitica.
Attualmente analitica di rete di file binario deve essere un pitone Tensorflow .pb file. Il supporto per altri tipi di rete saranno aggiunti in futuro.
Le etichette file è un file di testo che corrisponde al binario di rete in uscita.
Rete
Properties |
Description |
Analytic Type |
Types of analytic (inception_v3, mobilenet_0.25, mobilenet_0.50, mobilenet_0.75, mobilenet_1.0) |
Analytic Image Size |
Set the image size of the trained images |
Analytic Feed |
The input name used while training the images |
Analytic Fetch |
The output name used while training the images |
Di Rete (Pulsanti)
Icon |
Property Name |
Description |
|
Save |
Save the current changes. |
|
Upload |
Upload graph .pb file. |
|
Download |
Download the current uploaded graph. |
|
Delete |
Delete the uploaded graph. |
Etichette
Properties |
Description |
Text Area |
Displaying the labels saved in the uploaded text file. |
Etichette (Pulsanti)
Icon |
Property Name |
Description |
|
Save |
Save the current changes. |
|
Upload |
Upload graph .pb file. |
|
Download |
Download the current uploaded graph. |
Reti analitiche personalizzate Tensorflow e Bot Libre
L'editor di rete analitica personalizzato consente di configurare e importare i file necessari sia per il grafico che per le etichette per un'analitica personalizzata.
Attualmente il file binario di rete analitica deve essere un file .h5 per una rete Tensorflow personalizzata o un file .ser per una rete Bot Libre.
Non devono essere presenti etichette o proprietà.
Le reti personalizzate possono essere addestrate e testate utilizzando l'API Web.
Rete
Properties |
Description |
Input Nodes |
Number of input nodes |
Output Nodes |
Number of output nodes |
Intermediate Nodes |
Number of nodes in each intermediate layer |
Intermediate Layers |
Number of intermediate layers |
Activation Function |
The activation function used for each layer |
Di Rete (Pulsanti)
Icon |
Property Name |
Description |
|
Save |
Save the current changes. |
|
Reset Network |
Reset the custom network by making a new network with the configurations above. |
|
Upload |
Upload graph .h5 or .ser file. |
|
Download |
Download the current uploaded graph. |
|
Delete |
Delete the uploaded graph. |
Analitica Repository
L'Analitica Repository consente di aggiungere un'etichetta e l'importazione di immagini all'interno di una delle etichette etichette.
Etichette
Icon |
Property Name |
Description |
|
Delete |
Delete the selected label. |
|
Add |
Add a label |
Properties |
Description |
Labels |
Select a label |
Aggiungi Etichetta
Properties |
Description |
Add label |
Add a label to the list |
Training
Formazione di immagini.
Rete Di Formazione
Properties |
Description |
Start |
Training will start based on availability. This might take several hours. |
Test analitici
Test delle immagini.
Rete di prova
Properties |
Description |
Start |
Testing will start based on availability. |
Vedi Anche