JerryKurata

JerryKurata

Geek Repo

Github PK Tool:Github PK Tool

JerryKurata's repositories

MachineLearningWithPython

Starter files for Pluralsight course: Understanding Machine Learning with Python

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:259Issues:35Issues:8

First-NN-Tensorflow

Files for Build, Train, and Deploy your First Neural Network in TensorFlow

Language:Jupyter NotebookStargazers:15Issues:3Issues:0

TFlite-object-detection

Examples and demos for doing object detection in TFLite

Language:PythonStargazers:9Issues:1Issues:0
Language:Jupyter NotebookStargazers:4Issues:2Issues:0

SanDiego-ML

San Diego ML Group

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

CodeCamp2017

Slides from SV Code Camp 2017

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

GettingStartedWithTensorFlow-mac-install

This repository contains a video showing how to install TensorFlow in a virtual environment on a Max

Stargazers:0Issues:1Issues:0

keras-io

Keras documentation, hosted live at keras.io

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:0Issues:0Issues:0

MNIST_GAN

In this notebook, we'll be building a generative adversarial network (GAN) trained on the MNIST dataset. From this, we'll be able to generate new handwritten digits! GANs were first reported on in 2014 from Ian Goodfellow and others in Yoshua Bengio's lab. Since then, GANs have exploded in popularity. Here are a few examples to check out: Pix2Pix CycleGAN & Pix2Pix in PyTorch, Jun-Yan Zhu A list of generative models The idea behind GANs is that you have two networks, a generator 𝐺 and a discriminator 𝐷 , competing against each other. The generator makes "fake" data to pass to the discriminator. The discriminator also sees real training data and predicts if the data it's received is real or fake. The generator is trained to fool the discriminator, it wants to output data that looks as close as possible to real, training data. The discriminator is a classifier that is trained to figure out which data is real and which is fake. What ends up happening is that the generator learns to make data that is indistinguishable from real data to the discriminator. The general structure of a GAN is shown in the diagram above, using MNIST images as data. The latent sample is a random vector that the generator uses to construct its fake images. This is often called a latent vector and that vector space is called latent space. As the generator trains, it figures out how to map latent vectors to recognizable images that can fool the discriminator. If you're interested in generating only new images, you can throw out the discriminator after training. In this notebook, I'll show you how to define and train these adversarial networks in PyTorch and generate new images!

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Powerwall-Monitor

PowerWall monitoring tool

Language:PythonStargazers:0Issues:1Issues:0

Tensorflow-Examples

Some example code using Tensorflow

Language:PythonStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0