ANFIS (adaptive neuro fuzzy inference system) neuro-fuzzy system utilizing type 3 (Takagi-Sugeno-Kang) method of fuzzy inference.
Network has 2 neurons in the first layer, and one in the last layer, with variable number of rules. Two types of learning - stochastic and batch. Solution includes a seperate project for generating the dataset.
Run the 'GenerateData()' method in ANFIS_data project.
Built for an uni course.