Answer the question
In order to leave comments, you need to log in
Does Keras have tools for unsupervised learning?
Actually, subject.
Couldn't find any information on this.
I found the fit () method in off documentation, but, as I understand it, it is for training with a teacher.
Answer the question
In order to leave comments, you need to log in
Unsupervised learning is a whole class of methods, and Keras is a framework for creating neural networks, which by their nature belong to the supervised model. So the question is, what exactly do you want to do?
.fit
just starts the training loop, it is not the same as learning with a teacher. Although, in fairness, this is hardly the best framework for complex unsupervised learning algorithms, because The API is built rather more for the tasks of supervised learning.
Have you tried solving the problem with scikit-learn? There are teaching methods without a teacher.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question