Giter Site home page Giter Site logo

creating createResNetModel1D about antsrnet HOT 5 CLOSED

antsx avatar antsx commented on August 16, 2024
creating createResNetModel1D

from antsrnet.

Comments (5)

ntustison avatar ntustison commented on August 16, 2024

@mg64ve --- good question. Unfortunately, my experience with both the squeeze-and-excite block as well as 1-D convolutional architectures are very limited. In fact, I haven't had a chance to test this yet. Since the 2-D case is

layer_permute( c( 4, 2, 3 ) )

and the 3-D case is

layer_permute( c( 5, 2, 3, 4 ) )

I suspect the 1-D case would be

layer_permute( c( 3, 2 ) )

but I'd have to do some more testing/thinking to be sure.

from antsrnet.

mg64ve avatar mg64ve commented on August 16, 2024

Thanks @ntustison
It seems to work.
If I have time to document and add an example I will create a pull request, I guess it might be useful for someone else.
However now I would like to transform createResNetModel1D 1D ResNet CNN neural network model in an autoencoder.
Any good idea on how to make it?

from antsrnet.

ntustison avatar ntustison commented on August 16, 2024

Sorry, I don't. We have a couple of autoencoder code snippets but I haven't translated any of them to 1-D.

from antsrnet.

mg64ve avatar mg64ve commented on August 16, 2024

Ok @ntustison , but do you have 2D or 3D resnet autoencoder?

from antsrnet.

ntustison avatar ntustison commented on August 16, 2024

No, we don't have that architecture implemented.

from antsrnet.

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.