Analog Fitnet function in Octave

Octave is seen as an open source implementation of MATLAB.

MATLAB has a fitnet function.

Does anyone know the corresponding function in Octave?

PS: I also installed the Octave neural network package in my octave version.

Or maybe someone knows about some other package that has this feature?

+6
source share
1 answer

you probably want something like NetLab . The authors claim that most of them work in Octave. There is a page with examples that comes from a book about software. From Intro on the site it looks like this: netopt is similar to fitnet in functionality, if not necessarily in syntax.

0
source

Source: https://habr.com/ru/post/986056/


All Articles