Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANFIS #7

Closed
michaelmusty opened this issue Jul 9, 2020 · 4 comments
Closed

ANFIS #7

michaelmusty opened this issue Jul 9, 2020 · 4 comments

Comments

@michaelmusty
Copy link

This is more of a feature request than an issue, but a Julia implementation of ANFIS (paper attached) could be a worthwhile application of this package. I'm happy to help work on it if there is interest.
anfis.pdf

@phelipe
Copy link
Owner

phelipe commented Jul 15, 2020

Hi, I read the paper and I think all process can be done using Flux.jl without necessity os using Fuzzy.jl . You just have to create the layers using the functions described in the paper.

@michaelmusty
Copy link
Author

Thanks @phelipe. I'm still trying to work out how to implement this in Flux using the membership functions from Fuzzy.jl, but I guess there's nothing to be done in this package, so I'll close the issue. Happy to chat more if I have some success with this and you are interested, and if anything comes of this I'll make sure to cite the package Thanks again!

@phelipe
Copy link
Owner

phelipe commented Jul 15, 2020

@michaelmusty I will try do a example in Flux but I have to finish my thesis first.

@michaelmusty
Copy link
Author

No rush @phelipe. If I get something working before then I will post it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants