Skip to content

Releases: viktorvano/SpeechRecognitionAI

Speech Recognition AI v20220719

19 Jul 16:35
Compare
Choose a tag to compare

Releasing the ninth version of "Speech Recognition AI".

New Added Features:

  • Fixed No Hardware Microphone Issue (uses IP Mic only in that case)

It's just a 127kB JAR file.

Speech Recognition AI v20220707

07 Jul 19:17
9622d48
Compare
Choose a tag to compare

Releasing the eighth version of "Speech Recognition AI".

New Added Features:

  • Server socket timeouts in case of connection failure

It's just a 127kB JAR file.

Speech Recognition AI v20220704

04 Jul 13:52
a432b12
Compare
Choose a tag to compare

Releasing the seventh version of "Speech Recognition AI".

New Added Features:

  • Text Server

It's just a 127kB JAR file.

Speech Recognition AI v20220601

01 Jun 16:20
Compare
Choose a tag to compare

Releasing the sixth version of "Speech Recognition AI".

New Added Features:

  • Word Commands: Lets you easily translate a phrase or a word into a different command to control apps and IoT devices.
  • Word Responses: Lets you to respond a meaningful reply to a spoken query.
Word Commands

alt text

Word Responses

alt text

Settings

alt text

It is just a 124kB JAR file.

Speech Recognition AI v20220409

09 Apr 09:38
f8a7562
Compare
Choose a tag to compare

Releasing the fifth version of "Speech Recognition AI".

New Added Features:

  • Parallel Feed Forward (5 times faster) and Back Propagation (over 9 times faster - 6 core intel i7)
  • Adaptive learning rate and momentum (updates based on average loss)
  • Learning Loss Chart of Current Loss and Average Loss (displays every 16th sample)

Vocabulary
alt text

New Training (learning from scratch)
alt text

Transfer Learning (learning continuation)
alt text

It is just a 107kB JAR file.

Speech Recognition AI v20220327

27 Mar 11:24
6ed5742
Compare
Choose a tag to compare

Releasing the forth version of "Speech Recognition AI".

New Added Features:

  • Remote Android App "IP Mic" IP Mic
  • Increased the limit of hidden layers to 10 (12 layers max in total)
  • Audio data chart more efficient
  • New Advanced Settings options for IP Mic
  • Remote IP Mic protected with a token
  • Fixed Advanced Setting Layout (on Linux and also Windows)

alt text

It is just a 106kB JAR file.

Speech Recognition AI v20220126

26 Jan 17:29
Compare
Choose a tag to compare

Releasing the third version of "Speech Recognition AI".

New Added Features:

  • Training Autosaves Parameters (weights and biases) when it lowers loss by the factor of 2 (saves at 0.5, 0.25, 0.125, etc.)
  • Exits training and saves final weights when the minimal "Average Loss" is reached
  • Advanced Transfer Learning (even if output neurons or last layers do not match)
  • Creates new neurons with random parameter values (random weights and biases)
  • Renamed "Error" to "Loss"
  • shortened the time to stop a recording to 2 seconds (when a user stops talking)

It is just a 100kB JAR file.

Speech Recognition AI v20210927

27 Sep 18:16
Compare
Choose a tag to compare

Releasing the second version of "Speech Recognition AI".
New Added Features:

  • Word Detection settings
  • Neural Network Visualization option
  • Keep Long Word option
  • Neural Network Training settings
  • Auto-Creating Missing Folder and Files
  • Simple Transfer Learning (Only if topology perfectly matches)

It is just a 100kB JAR file.

Speech Recognition AI v20210403

03 Apr 19:53
c3bc2e4
Compare
Choose a tag to compare

Releasing the first version of "Speech Recognition AI".
Features:

  • 16bit mono 22kHz audio sampling
  • automatically starts to record and stops recording
  • 22 second buffer for speech and 2.97 second buffer word (phrase)
  • word routing: Allows to send recognized speech as text to another applications (IoT, speech control)