Giter Site home page Giter Site logo

fundamentals-of-deep-learning-book's People

Contributors

darksigma avatar joe-papa avatar mostafa-samir avatar nicholaslocascio avatar suryabhupa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fundamentals-of-deep-learning-book's Issues

import error for control_flow_ops

Found error when trying to run code as is. Changing
from tensorflow.python import control_flow_ops to from tensorflow.python.ops import control_flow_ops fixed issue.

Missing backpropagation method

I ran this code, but I found that this model wasn't properly trained at all. I think, in this 6th block, the code may require a proper backpropagation method (loss.backward()), doesn't it? Unless you intended it to be so. This made me quite confused for quite long.

image

Rename file names

Hello,

The files with updated at the end are causing issues in the imports. Could you rename the files or change the import statements?

- Ndrew Xie

get_minibatch not found

Chapter 3, section 'Sessions in TensorFlow', Safari version

Cannot find source of import - where is read_data module found?


from read_data import get_minibatch()
^
SyntaxError: invalid syntax

from read_data import get_minibatch


from read_data import get_minibatch

ImportError: No module named 'read_data'

Using Python 3.5 from Conda, with TensorFlow 1.0.1

Summary function names wrong TF API r1.7

In the logistics_regression.py code,
Calls to tf.summary functions were wrong. I assume they've all been deprecated.
changes:
tf.histogram_summary => tf.summary.histogram
tf.merge_all_summaries => tf.summary.merge_all
tf.scalar_summary => tf.summary.scalar
tf.train.SummaryWriter => tf.summary.FileWriter.

Your book is awesome by the way. Loving it immensely. Can't put it down.

The script of logistic_regression

I read the script of logistic regression. I think it's just a simple linear regression (Wx+b) combined with softmax and without the operation of 1/(1+exp(-(Wx+b))) cause I don't find sigmoid activation function. Do you think so or have explanation for that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.