Git Product home page Git Product logo

Comments (3)

alshedivat avatar alshedivat commented on May 29, 2024

Hi. Yes, I like the way of thinking of generalization of the last layer in the space of high-level features obtained by transforming the inputs. And this is commonly used across deep learning applications -- you pretrain your network on a large general purpose dataset and then use a part of it to construct a new model for another dataset you care about. As long as the data shares some semantics, pretraining could be a useful initialization (it's hard to quantify this theoretically though, people just do it through trial and error).

Note that usually you still fine-tune the entire model after pretraining (with a much lower learning rate to eliminate "forgetting" of the initial state), which typically gives better performance than just training the final layer (we have tried both in this paper, and see more results in the deep kernel learning paper). Trying GP layers for transfer learning across datasets is something we haven't tried/thought about and is potentially worth looking into.

from keras-gp.

kopytjuk avatar kopytjuk commented on May 29, 2024

Thank you for your response!

You mention the transfer learning case - when I use a different dataset. As in your paper I want to use the same train data for a complete model training (\w linear layer) and for a separate GP training routine. With my training-data X I would calculate the output of the last hidden layer H and with (H, y) train the GP model.

During testing I could use the output of the linear layer, prediction of the GP and the confidence of the GP. The motivation is to use the GP outputs in the backend to verify the model confidence from time to time.

from keras-gp.

alshedivat avatar alshedivat commented on May 29, 2024

That sounds like an interesting idea to try! I am closing the issue. For general questions of this sort, please consider sending an email instead opening an issue.

from keras-gp.

Related Issues (20)

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.