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

tfkanSome doubts about tfkan #10

Open
Summer-77 opened this issue Jul 19, 2024 · 2 comments
Open

tfkanSome doubts about tfkan #10

Summer-77 opened this issue Jul 19, 2024 · 2 comments

Comments

@Summer-77
Copy link

Hello, I would like to ask you about tfkan in which I input my training data and it goes to fit it, but when I go to test it after the training is over, does the fitted function still exist? As we all know that tfkan is a network similar to MLP, do we need to train it before using it and then embedding it in our own model. I hope you can answer this doubt for me.

@ZPZhou-lab
Copy link
Owner

Yes, the fitted function still exist after you train the model. All of the tfkan modules have the same behavior as modules in Tensorflow. Therefore, you can build your model using tfkan and other tensorflow modules, train it and use it at testing time.

@Summer-77
Copy link
Author

I've heard that kan is a bit friendlier when it comes to timing signals, but it doesn't seem to work very well when I add it, is it because I have a problem with the parameter settings?

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