spydazweb

There are 15 repositories under spydazweb topic.

  • spydaz/Chatbot_2020_Tutorial

    In this model I have created a basic AI chatbot Interface with External plugin abilities; with visual basic An Interface AI_Contracts enables for Intefacing with the AI; Implementing the Interface and placing in the the compiled DLL into the APP\Plugins folder enables for the AI_Interface to discover and call the plugin obtaining a response to be returned to the user; The project was design in 4 stages ; Each stage or milestone enables for the development and extension of the Chatbot to become a enriched product worthy of public release;

    Language:Visual Basic .NET10305
  • spydaz/Creating-a-Chatbot

    NEW VERSION AVAILABLE : Basic Chat-Bot Design developed in 8 stages... From here you can design and build your own chat-bot, connect to external API etc...Archived lessons -UPDATED TUTORIAL HERE >>>>>>>>>>>>>>https://github.com/spydaz/Chatbot_2020_Tutorial

    Language:Visual Basic .NET9405
  • spydaz/ClassTrie

    The tree data structure is a versatile object ; This offering offers the Trie tree - And Binary tree - Data tree. Information can be save at nodes of the tree Trees can be Printed to Tree-view Control / Function Insert / Find Prefix / Find Word a Start Character is used and Stop Character is used. the Trie tree Can store Characters as nodes; Used for Faster String matching! The binary is numerical addressing ; given a numerical value / find the node in the tree to store the value; Sentences can be added to the Search Tree; As well as finding prefixes and suffixes of sentences in the trie

    Language:Visual Basic .NET2201
  • spydaz/SpydazWebAI_IntelligentAgent

    Intelligent Agent - AI AGENT-MODEL Template

    Language:Visual Basic .NET2201
  • spydaz/WebBrowser-App

    simple WebBrowser (can capture weblines / open tabs / Change search engines etc /Veiw sourcecode)

    Language:Visual Basic2202
  • spydaz/ClassInferenceEngineTemplate

    BAsic inference engine Model - A basic staarting point for designing an Artificial intelligence Model

    Language:Visual Basic1201
  • spydaz/ClassTokenizer

    Basic Tokenizer - Creates tokens - enabling for creation of personal syntax; removal of unwanted characters etc

    Language:Visual Basic .NET1202
  • Dialog-Manager

    spydaz/Dialog-Manager

    The dialog manager is used to create and manage dialogs / Conversations ; Dialogs contain Intents; Which can also Contain Entitys lists; Named entity recgnition ; Slot Filling Techniques have been used; The tools have been included to create / import / Export Dialogs....

    Language:Visual Basic .NET1201
  • spydaz/AprioriAlgorithm

    Apriori Algorithm

    Language:Visual Basic20
  • spydaz/AprioriAlgorythm

    Working AprioriAlgorythm (market basket Anaylasis)

    Language:Visual Basic .NET20
  • spydaz/ClassSubscriberPatternTemplate

    Basic Publisher and Subscriber Design Pattern

    Language:Visual Basic201
  • spydaz/ClassSyntaxManager

    Object syntax reader and Syntax Highlighter; useful in script-editor design; Some VB syntax is included.

    Language:Visual Basic20
  • spydaz/Neural-NetWork

    Basic Feed-forward Neural network with Back Propagation

    Language:Visual Basic .NET20
  • spydaz/SpydazWebAI_Service

    This is a windows service with a Wrapper to control the service. Custom-Commands can be sent to the service for it to execute; The Service returns information via TCP/UDP. ; To implment the service will need to be running (create installer) And A refference to the AI_ServiceController made; The controller controls the service

    Language:Visual Basic21
  • SpydazWebAI/Tokenizer

    Basic Tokenizer - Creates tokens - enabling for creation of personal syntax; removal of unwanted characters etc

    Language:Visual Basic10