Skip to content

v0.0.6

Compare
Choose a tag to compare
@ezralazuardy ezralazuardy released this 19 Nov 06:37
· 5 commits to main since this release

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