Skip to content

Tiger66639/code-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Designer (Console)

This repository contains legacy and modern C# projects. A minimal runnable entry point is available via ConsoleApp.

Requirements

  • .NET SDK (10.0 or later)
  • Mono / xbuild for legacy project restoration on Linux

Build steps

  1. Open a terminal in /workspaces/code-0
  2. Build the legacy Tokenizer dependency:
xbuild Tokenizer/Tokenizer.csproj /p:Configuration=Debug
  1. Build the console application:
dotnet build ConsoleApp/ConsoleApp.csproj -c Debug

Run

printf '\n' | dotnet run --project ConsoleApp/ConsoleApp.csproj -c Debug

You should see output similar to:

  • Neural Network Designer Console
  • Brain initialized.
  • Total neurons: 1000

Notes

  • ConsoleApp now references HAB as a project dependency.
  • HAB now references JaStDev.LogService.dll from external libs/JaStDev.LogService.dll.
  • The legacy Tokenizer project is built with Mono/xbuild and produces the required Tokenizer.dll.

About

Please read carefully: •Use 'BuildAll.bat' to build the entire project. Before you can do this though, there are a couple of applications required. For the android application, it is expected that the mondroid development sdk is installed. The script expects the sdk at C:\Users\Esus\AppData\Local\Xamarin\MonoForAndroid\AndroidSDK\android-sdk-win…

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors