twmeggs / anfis

Python implementation of an Adaptive neuro fuzzy inference system
MIT License
201 stars 108 forks source link

Implementing ANFIS for multiple input and multiple output #5

Open chabrarahul opened 5 years ago

chabrarahul commented 5 years ago

Hello can you please help me in using ANFIS for multiple output. i have 7 inputs and 5 outputs. I have to predict these 5 output in one model using ANFIS. Any help in this is regard is highly appreciated.

elihek commented 4 years ago

A bit late, but i also need help. I have 7 Inputs and 2 Outputs - i know how it works, but i get a memory error all the time, even just using 10 samples...HELP PLEASE