GhTara / Convolutional-Fuzzy-Neural-Network

Fuzzy-CNN comes to help improve the results of training on small data.
25 stars 5 forks source link

Some of the code for the operation in the article was not found. Where is the code for this part of the operation? #1

Open oula-le opened 2 years ago

oula-le commented 2 years ago

Hello, the cross-validation method used in this paper is to use 1-Kold as the training set and the rest as the test set. I want to know that if "For test, train in kfold. Split (train_images, train_labels)" indicates the above operation? Thank you. Looking forward to your reply.

GhTara commented 2 years ago

Hi, Yes, exactly. I have implemented 10-fold in this part that you have mentioned. (in the function to train model section) Best

oula-le commented 2 years ago

Thank you very much for answering my question so quickly. I would like to express my thanks again

GhTara commented 2 years ago

You are welcome.