Code Monkey home page Code Monkey logo

agileartificialintelligence.github.io's People

Contributors

bergel 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

agileartificialintelligence.github.io's Issues

end of section 1.3 exercise instructions not clear

At the end of section exercise, you state Create a new test, called testSmallExample, that tests that feeding our perceptron p with different values (e.g., -2 and 2 gives 0 as result).

It is not clear what you mean for the user to do.

Should the method be given a values parameter, in which case it should be named testSmallExample:?

Or should it instead be the body of the original testSmallExample method that should be augmented with additional sub-tests, e.g.,

testSmallExample
	| p result |
	p := Neuron new.
	p weights: #(1 2).
	p bias: -2.

	result := p feed: #(5 2).
	self assert: result equals: 1.

	result := p feed: #(-2 2)
	self assert: result equals: 0.

?

Things to improve in Chapter 2

A few more observations on Chapter 2 requiring deeper investigation:

  • When you introduce the #assert:equals:, it would be great to show a GT
    debugger with the diff pane at the bottom, which gives a hint at what makes
    Pharo special
  • Capitalized temps in #digitalComparator:?! Sacrilege ;-)
  • "Grapher" is introduced as if the reader already knows what that is. Is
    that assumed to be the case?

By Sean

Failing assertion

But i have another problem, when i launch tests on NeuronLayer and NNetwork some assertions fail.
The value #(0.97 ......) not be reached with only 10000 epoch

By Yvan Guemkam

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.