Coder Social home page Coder Social logo

1602077 / tensorflow_dev_certificate Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 96.05 MB

Course notebooks and milestone projects from Udemy's "TensorFlow Developer Certificate in 2021: Zero to Mastery" course

Python 1.87% Jupyter Notebook 97.41% PureBasic 0.73%

tensorflow_dev_certificate's Introduction

Tensorflow Developer Certificate 2022: Zero to Mastery

Course notebooks and milestone projects for Daniel Bourke's Udemy Course.

Milestone Projects are as follows:

  1. FoodVision - Classification of Kaggle's Food101 Dataset.
  2. SkimLit - Reconstructing & reformatting PudMed abstracts to make them more readable.
  3. BitPredict - Time-series forecasting the price of bitcoin.

1. FoodVision

Dataset: Food 101

Models:

  • Baseline feature extractor based on EfficientNet B0, trained using mixed precision training: Accuracy 70%.
  • Fine-tuned EfficientNet B0 last 3 layers: Accuracy 74%.
  • Fine-tuned EfficientNet B0 last 3 layers and using an augmented dataset: Accuracy 79%.
  • Fine-tuned EfficientNet B0 all layers while using an augmented dataset, and an adpative learning rate: Accuracy 79%.

2. SkimLit

Dataset: PudMed RCT

ETL:

  • Preprocess each abstract and append into a dataframe with a line per sentennce in abstract & relevant metadata (line number, total number of lines & classification (e.g. objective, method, conclusion etc))).
  • One hot encode label values, line numbers and total lines.
  • Vectorise and create embeddings (USE, GloVe, BERT, custom embedding layers).
  • Batch and prefect datasets to optimise training speeds.

Models:

  • Basline TF-IDF Multinomial Naive-Bayes Classifier: Accuracy 72%
  • Conv1D (Token embedding layer): Accuracy 79%.
  • Feature Extractor (USE embeddings): Accuracy 71%.
  • Conv1D (Character-level embeddings): Accuracy 61%.
  • Conv1D (Hybrid embedding layer: Token & Character level): Accuracy 72%.
  • Transfer learning (Tribrid embedding layers: Token, Character, and Positional Embeddings): Accuracy 84%.

3. BitPredict

Dataset: BTC data

Models:

  • Niave-Bayes Classifier.
  • Dense (Window size: 7 days, Horizon: 1 day).
  • Dense (Window size: 7 days, Horizon: 1 day).
  • Dense (Window size: 30 days, Horizon: 1 day).
  • Dense (Window size: 30 days, Horizon: 7 days).
  • 1D CNN.
  • Bi-directional LSTM.
  • Multivariate Dense.
  • NBEATS Algorithm.
  • Ensemble Model (Series of Dense models using NBEATS data pipeline).

Certificate of Course Completion

tensorflow_dev_certificate's People

Contributors

1602077 avatar

Stargazers

Shaun Liew Xin Hong avatar

Watchers

James Cloos avatar  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.