Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 4.64 KB

File metadata and controls

27 lines (13 loc) · 4.64 KB

Deep Learning Nanodegree Foundation(DLNF)

This repository contains my solutions for the DLNF

Table Of Contents

Projects

  • Your First Neural Network: Implement a neural network in Numpy to predict bike rentals. Should contain the solution with 3 activation functions, RELU, Sigmoid and TanH written in Numpy. #TODO: Need to implement leakyrelu and adagrad and compare the validation loss across different activation functions and write the pros and cons.

Dependencies

Each directory has a requirements.txt describing the minimal dependencies required to run the notebooks in that directory.

pip

To install these dependencies with pip, you can issue pip3 install -r requirements.txt.

Conda Environments

You can find Conda environment files for the Deep Learning program in the environments folder. Note that environment files are platform dependent. Versions with tensorflow-gpu are labeled in the filename with "GPU".

Tutorials