Skip to content

Add auto-encoder notebook #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add auto-encoder notebook #2

wants to merge 1 commit into from

Conversation

pelican2014
Copy link
Collaborator

This notebook implements auto-encoder-based clustering described in the paper: http://www.cripac.ia.ac.cn/lwang/M-MCG/research/CFS-CIAPR13/paper.pdf

The backpropagation process is modified where the objective function seeks to minimize both the reconstruction error and the distances between the data points and the respective centroids of the assigned clusters in the hidden layer. The cluster assignment also takes place at each iteration of the backpropagation process.

The notebook is not used in the current analysis. It is added in case that it may be useful for future analysis.

The caveat is that the notebook is not documented.

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

Successfully merging this pull request may close these issues.

1 participant