├── LICENSE ├── README.md ├── anfis.py ├── mackey.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagoCuervo/TensorANFIS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagoCuervo/TensorANFIS/HEAD/README.md -------------------------------------------------------------------------------- /anfis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagoCuervo/TensorANFIS/HEAD/anfis.py -------------------------------------------------------------------------------- /mackey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagoCuervo/TensorANFIS/HEAD/mackey.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagoCuervo/TensorANFIS/HEAD/requirements.txt --------------------------------------------------------------------------------