Giter VIP home page Giter VIP logo

annadl_f19's People

Contributors

ulfaslak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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

annadl_f19's Issues

feedforward function gives 3 values

Don't we want one prediction value after calling the feedforward function on a single point of our x vector? I am getting an array of 3 values. Does anyone know how to somehow squish this into 1 or are we supposed to work with 3?

ex. 3.2.1 overfitting - parameters only overfit for current noise

I'm having an issue where after finally finding parameters for the NN with which it overfits the random data (noise), if I regenerate the data the NN no longer trains to overfit (gets stuck around 50% accuracy). Then I have to regenerate the data many times to end up with noise that the NN can overfit again. Anyone with the same issue?

(Using 1000 neuron hidden layer, learning rate of 0.05, momentum of 0.9, relu activation, 50 batch size, 10,000 epochs)

prepare_data() method error

net1 = Network([2,1])

X, y = generate_X_linear(1e5)
X, y = prepare_data(X, y)

gives me this error: "ValueError: too many values to unpack (expected 2)."

When I pass it X[:2], y[:2] it spits out the respective tuple, but it can't digest the entire dataset. Any ideas?

Ex. 3.1.0: Getting KeyError when running nn.Network (EXAMPLE)

I'm getting the following error when running the nn.Network(512, 2):

KeyError: 2

I've tried googling it, but can't find a meaningful result. Anyone knows what's going on here?

My code reads:

from torch import nn
import numpy
nn.Network(512, 2)

64921380_339452506727110_2741922635188273152_o

image from the web

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.