2

Are there any libraries that implement ANFIS (Python Libraries Adaptive Neuro-Fuzzy Inference System) in Python? Do libraries like PyBrain support it?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Aditya Nambiar
  • 806
  • 1
  • 12
  • 22

1 Answers1

1

Yes. Recent updates show an ANFIS package available at https://pypi.python.org/pypi/anfis/0.3.0

Author describes the package state to be in early beta, so be careful on Quality Assurance issues.

halfer
  • 19,824
  • 17
  • 99
  • 186
user3666197
  • 1
  • 6
  • 50
  • 92