Giter Club home page Giter Club logo

anndotnet's Introduction

ANNdotNET

license DOI ANNdotNET Logo

ANNdotNET โ€“ is an open source project for deep learning written in C# and supports .NET and .NET Core platform. The main purpose of the project is creating and training deep learning models. One of the main project component is ANNdotNET ML Engine which is based on Microsoft Cognitive Toolkit, CNTK. The project supposed to be GUI tool for CNTK library with extensions in data preprocessing, model evaluation, exporting and deploying.

The project is hosted at http://github.com/bhrnjica/anndotnet, and the project documentation can be found at the project wiki pages at https://github.com/bhrnjica/anndotnet/wiki.

The process of creating, training, evaluating and exporting models is provided from the GUI Application and does not require knowledge for supported programming languages. The ANNdotNET is ideal in several scenarios:

  • more focus on network development and training process using classic desktop approach, instead of focusing on coding,
  • less time spending on debugging source code, more focusing on different configuration and parameter variants,
  • ideal for engineers/users who are not familiar with programming languages,
  • in case the problem requires coding custom models, or training process, ANNdotNET CMD provides high level of API for such implementation,
  • all ml configurations developed with GUI tool,can be handled with CMD tool and vice versa.

There are dozens of pre-calculated projects included in the installer which can be opened from the Start page as well as from CMD tool. The annprojects are based on famous datasets from several categories: regression, binary and multi class classification problems, image classifications, times series, etc. In pre-calculated projects the user can find how to use various neural network configurations e.g. feed forward, deep neural network, LSTM recurrent nets, embedding and drop out layers. Also, each project can be modified in terms of change its network configuration, learning and training parameters, as well as create new ml configurations.

ANNdotNET Logo

In order to handle with machine learning configuration file (mlconfig), ANNdotNET provides visual network designer (VN Designer) capable of creating neural networks of any configurations and any combination of layers. The VN Designer is based on layer concept, where user can easily add, delete or modify nn layers as simply as manipulating with the list view items.

ANNetwork Designer

Software Requirements

ANNdotNET is x64 Windows desktop application running on .NET Framework 4.7.2. and .NET Core 2.0. In order to run the application, the following software components need to be installed:

Note: The application is tested on clean Windows Pro 10 1709 build. Probably the application will run on Windows 8 and Windows 7 as well, once the user installs the prerequisites.

How to run application

In order to run the application there are two possibilities:

Run ANNdotNET from source code

  1. Clone the GitHub repository http://github.com/bhrnjica/anndotnet
  2. Open anndotnet.gui.net.sln in Visual Studio 2017,
  3. Setup anndotnet.wnd as startup project.
  4. Change build architecture of the solution into x64,
  5. Right click on solution item and restore Nuget Packages,
  6. Press F5 for build and run the application.

Run ANNdotNET from release section

  1. Got to http://github.com/bhrnjica/anndotnet/releases and find the ANNdotNET latest release,
  2. Download the zip installer, and extract the content on your disk,
  3. Open extracted folder, select anndotnet.wnd.exe and run the application.
  4. Once the application is run, select one of many pre-calculated projects placed on Start Page.

The following image shows Bike SHaring project opened in ANNdotNET GUI Tool. More precisely the image shows Data preparation modul.

Since version 1.2, ANNdotNET support creating Image Classification, so the following image shows Cat and Dog image classification project created by using ANNdotNET v1.2+.

How to install ANNdotNET Excel AddIn

In order to use ANNdotNET Export to Excel feature, the ANNdotNET.Excel.AddIn must be installed. In order to install Excel AddIn the following action must be performed:

  • Install Microsoft Excel 64 bit version. The ANNdotNET Excel AddIn is not compatible with Microsoft Excel 32bit version.
  • Open Excel and select: File -> Options

  • From the Option Dialog select: Add-ins->ExcelAdd-ins -> press Go Button,

  • From file open dialog, select: anndotnet.exceladdIn-AddIn64.xll file which is located at the ANNdotNET binaries folder.

  • In order to register AddInAdd, ANNdotNET binaries folder must be registered in system environment path.

In case the PATH is not added the Excel addin must be installed every time you open Excel and use the Addin.

Tutorial and Webcast

The following short videos quickly show how to create, train and evaluate regression, binary and multi class classification models.

More info at https://bhrnjica.net/anndotnet/

anndotnet's People

Contributors

bhrnjica avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.