All Projects → udacity → Carnd Tensorflow Lab

udacity / Carnd Tensorflow Lab

Licence: mit
TensorFlow Lab for Self-Driving Car ND

Projects that are alternatives of or similar to Carnd Tensorflow Lab

Qwiklabs
labs guide for completing qwiklabs challenge
Stars: ✭ 103 (-8.04%)
Mutual labels:  jupyter-notebook
Ewc.pytorch
An implementation of EWC with PyTorch
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Hello World
Add any Program in any language you like or add a hello world Program ❣️ if you like give us ⭐
Stars: ✭ 1,464 (+1207.14%)
Mutual labels:  jupyter-notebook
Wechat Zhihu Csdnblog Code
WeChat Official Accounts, zhihu and CSDN'blog code
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Others
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Numba examples
Examples using Numba.
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Mlf Mlt
📚 机器学习基石和机器学习技法作业
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Program synthesis
Program Synthesis
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
An Introduction To Statistical Learning
This repository contains the exercises and its solution contained in the book "An Introduction to Statistical Learning" in python.
Stars: ✭ 1,843 (+1545.54%)
Mutual labels:  jupyter-notebook
Bertqa Attention On Steroids
BertQA - Attention on Steroids
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Lstm Gru Pytorch
LSTM and GRU in PyTorch
Stars: ✭ 109 (-2.68%)
Mutual labels:  jupyter-notebook
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Deepscm
Repository for Deep Structural Causal Models for Tractable Counterfactual Inference
Stars: ✭ 106 (-5.36%)
Mutual labels:  jupyter-notebook
Audiosetdl
Scripts for downloading AudioSet
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Silero Vad
Silero VAD: pre-trained enterprise-grade Voice Activity and Number Detector
Stars: ✭ 108 (-3.57%)
Mutual labels:  jupyter-notebook
Pydata Book
利用Python进行数据分析(https://read.douban.com/reader/ebook/15249337/)源代码整理版
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Ml Study
ML Learning Sabbatical Study Materials
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Sigver wiwd
Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Deepfashion2
DeepFashion2 Dataset https://arxiv.org/pdf/1901.07973.pdf
Stars: ✭ 1,628 (+1353.57%)
Mutual labels:  jupyter-notebook

TensorFlow Neural Network Lab

Udacity - Self-Driving Car NanoDegree

notMNIST dataset samples

We've prepared a Jupyter notebook that will guide you through the process of creating a single layer neural network in TensorFlow.

Environment Set-up

Follow the set-up instruction for the Term 1 Starter Kit. Contained within are instructions for utilizing a Jupyter notebook within Docker; if you use Anaconda make sure to activate the environment first with

source activate {environment_name}

and then open the notebook with

jupyter notebook

The Lab

The notebook has 3 problems for you to solve:

  • Problem 1: Normalize the features
  • Problem 2: Use TensorFlow operations to create features, labels, weight, and biases tensors
  • Problem 3: Tune the learning rate, number of steps, and batch size for the best accuracy

This is a self-assessed lab. Compare your answers to the solutions here. If you have any difficulty completing the lab, Udacity provides a few services to answer any questions you might have.

Help

Remember that you can get assistance from mentors and fellow students in Student Hub or in Knowledge. You can also review the concepts from the previous lessons.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].