baudm / ee298z

Shared code for the EE 298Z - Deep Learning class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EE 298Z

Shared code for the EE 298Z - Deep Learning class

Google Colab Usage

In a new code cell, execute the following code:

! git clone https://github.com/baudm/ee298z.git

After cloning, you can now import the desired functions, e.g.:

from ee298z.hw2.transforms import corrupt_mnist_copy
from ee298z.hw2.benchmark_keras import test_model

About

Shared code for the EE 298Z - Deep Learning class

License:MIT License


Languages

Language:Python 100.0%