Git Product home page Git Product logo

fastaiv2keras's Introduction

fastaiv2keras

This is an implementation of the fastai part1 v2 course in Keras lesson1 and lesson1-finetune2 jupyter notebooks go through the dogs and cats dataset

  • lesson1 uses a finetune function that simply freezes early layers and makes the fc layer output predictions for 2 classes
  • lesson1-finetune2 uses finetune2 function. It uses a few extra layers to enhance the model. It adds average and max pooling layers and concatenates them and then follows them with batchnorm, dropout, and dense layers. Note: that our function to find the optimal learning rate (LR_FIND) does not seem to work quite as well when we use finetune2.

ABOUT Learning rate found

in utils.py

Callback: LR_find

Blog:

Estimating an Optimal Learning Rate For a Deep Neural Network

https://towardsdatascience.com/estimating-optimal-learning-rate-for-a-deep-neural-network-ce32f2556ce0

Paper to read

Unsupervised Domain Adaptation by Backpropagation

https://arxiv.org/pdf/1409.7495.pdf

fastaiv2keras's People

Contributors

metachi avatar baoyufuyou avatar

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.