Skip to content
/ AI Public

Number predictions by an AI for Arduino

License

Notifications You must be signed in to change notification settings

arduino279/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AISwitch

Get Started

Import

  1. Look up AISwitch in the Library Manager and install the latest version
  2. Insert the following snippet
#include AISwitch.h

Setup

class AISwitch = { float x[n], float y[n], float a, float b, float alpha }

Parameters

  • float x First number set
  • float y Second number set
  • float a
    • Default value 0

Example

<Example>