S
S
sudo rm -rf /2018-12-13 11:51:17
Neural networks
sudo rm -rf /, 2018-12-13 11:51:17

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

3 answer(s)
V
Vladimir Olohtonov, 2018-12-13
@sgjurano

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?

A
Arseny Kravchenko, 2018-12-14
@Arseny_Info

.fitjust 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.

A
Andrey Dugin, 2019-02-22
@adugin

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 question

Ask a Question

731 491 924 answers to any question