Slicing Pre-Trained models in Keras. Part (I)

Slicing Pre-Trained models in Keras. Part (I)

Today we will discuss how to slice the pre-trained models provided by the Keras framework for deep learning(DL) implementation.


Prerequisites

  • Deep learning foundations.
  • Intermediate level regarding keras.

To try a new thing or to invent something, there should be a motive to do so. I was motivated during my MSc. study by the idea that we can split vision pre-trained models such as DenseNet, Inception, and ResNet models, to get a certain block inside the model and re-use it again. Furthermore, I searched a lot for such a thing at different reputable websites such as Stackoverflow and Github without getting an answer.


Motivation

  • What if we can remove a block from the pre-trained model such as the Residual block, Inception block, etc, to use it in our architecture?


  • What if we can merge a lot of foundational blocks to create a new model for our task?


  • During the research for a better model, what if we need just a part of the architecture that offers good performance without high complexity?


  • What if we need to add another component between two blocks in the pre-trained network such as the inception blocks to try new ideas?

This will be a series of two articles:

Article (I): we will discuss why do we need to do it?

Article (II): we will see an example by applying the idea to the DenseNet architecture.

For any questions, don't hesitate!

Thank you!?

要查看或添加评论,请登录

Mohamed Ibrahim的更多文章

  • Slicing Pre-Trained models in Keras. Part (II.B)

    Slicing Pre-Trained models in Keras. Part (II.B)

    Hi again everyone! Today we will see a practical example regarding slicing a pre-trained model. We will focus on…

    4 条评论
  • Slicing Pre-Trained models in Keras. Part (II.A)

    Slicing Pre-Trained models in Keras. Part (II.A)

    Hi again! So this is the second part of this series, in which we will understand how to split or slice a pre-trained…

    2 条评论
  • Neural Networks 3D Visulaization

    Neural Networks 3D Visulaization

    It is an amazing thing when you are able to visualize the concepts that you didn't understand well, Neural Networks are…

    2 条评论

社区洞察

其他会员也浏览了