v0.0.7
What's Included
Added a GPU-processing (torch) support for ANFIS Model, implemented on lazuardy_anfis/anfis_gpu.py
. It has the same method and features as the normal model.
# initialize ANFIS
mfc = membershipfunction.MemFuncs(mf)
anf = anfis_gpu.ANFIS(X, Y, mfc)
# train the model
anf.trainHybridJangOffLine(epochs=epochs)
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.7