v0.0.6
What's Included
For a more convenient usage, predict
method is now moved inside the ANFIS Model class.
# initialize ANFIS
mfc = membershipfunction.MemFuncs(mf)
anf = anfis.ANFIS(X, Y, mfc)
# train the model
anf.trainHybridJangOffLine(epochs=epochs)
# predict the output using the trained ANFIS model
predictions = anf.predict(X)
Getting Started
Please read the README for more information to install, build, and test this package.
Feedback
Please report any error or issue on https://github.com/lazuardy-tech/anfis/issues.
Any feedback is valuable.
Full Changelog: v0.0.1...v0.0.6