Coder Social home page Coder Social logo

Unsupervised version about autoencoder_trees HOT 6 OPEN

Jerry001 avatar Jerry001 commented on July 30, 2024
Unsupervised version

from autoencoder_trees.

Comments (6)

gionuno avatar gionuno commented on July 30, 2024

Wow, I didn't think anyone would see it to be honest... I'll think about it a while, and I'll get back to you if I come up with a solution.

from autoencoder_trees.

Jerry001 avatar Jerry001 commented on July 30, 2024

Thank you for the quick response. Quite interesting to see it's performance on the MNIST benchmark dataset.

I guess you are a very experienced Matlab user (with the semicolon at the end of each line :) ). Maybe it's better to remove them for python code.

from autoencoder_trees.

gionuno avatar gionuno commented on July 30, 2024

Well, I use more C++ and Matlab... I guess it's more of a habit. It started as joke amongst friends, because I programmed so much in those two languages.

Anyways, I think if you want it unsupervised you'll need to run a soft k-means sort of thing over batches, then run a couple of gradient descent steps. But I don't know if that'll work for sure... this code, though, to be honest is a rough outline of the paper. I'm sure if you read Orsoy's paper you'll get a better idea of how it can be modified for unsupervised learning.

from autoencoder_trees.

Jerry001 avatar Jerry001 commented on July 30, 2024

Got it. It's difficult to change the habit :)

That's great. From your code base I got to know Orsoy's paper. Thanks.
As for conventional auto-encoders, I think we can get the unsupervised version by using the reconstruction errors as the loss.

from autoencoder_trees.

gionuno avatar gionuno commented on July 30, 2024

Sorry for the wait. You're right, I checked Irsoy's paper, you can do that. Make two of these: one that scales down dimension and another that scales back to the original dimension. The L_2 error is the way to go on this...

from autoencoder_trees.

gionuno avatar gionuno commented on July 30, 2024

It'd be better to implement on Tensorflow, but I didn't jump on the bandwagon... I implemented these things to show myself (at least) that I understand the ideas behind machine learning. <- Does this sounds snobbish?

from autoencoder_trees.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.