GitXplorerGitXplorer
R

Image-augmentation-and-overfitting--An-R-version

public
0 stars
0 forks
0 issues

Commits

List of commits on branch gh-pages.
Verified
fda9c34a8966283c37310ce9693903083cd0d1f1

Update README.md

RR-icntay committed 4 years ago
Unverified
9304fc97906758b73d31621545e7d7a5e40dd1d4

Create Ep _7 - Image augmentation and overfitting.Rmd

RR-icntay committed 4 years ago
Unverified
ea336dc1e4886f3210ebae49b2c2b0e88f632762

Initial commit

RR-icntay committed 4 years ago

README

The README file for this repository.

Image augmentation and overfitting: An R version

Hello! Welcome to the seventh R code walkthrough of the series Machine Learning Foundations where Laurence Moroney, a Developer Advocate at Google working on Artificial Intelligence, takes us through the fundamentals of building machine learned models using TensorFlow.

In this episode, we look at how one can use image augmentation as a technique to artificially extend datasets to provide new information for the training of a neural network. This can potentially help with overfitting issues!

Like the previous R Notebooks, this Notebook tries to replicate the Python Notebook used for this episode.

You can find the R blog post of this code on Rpubs.