Reddit Reddit reviews Introduction to the Math of Neural Networks

We found 3 Reddit comments about Introduction to the Math of Neural Networks. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
AI & Machine Learning
Computer Neural Networks
Introduction to the Math of Neural Networks
Check price on Amazon

3 Reddit comments about Introduction to the Math of Neural Networks:

u/zorfbee · 32 pointsr/artificial

Reading some books would be a good idea.

u/apocalypsemachine · 5 pointsr/Futurology

Most of my stuff is going to focus around consciousness and AI.

BOOKS

Ray Kurzweil - How to Create a Mind - Ray gives an intro to neuroscience and suggests ways we might build intelligent machines. This is a fun and easy book to read.

Ray Kurzweil - TRANSCEND - Ray and Dr. Terry Grossman tell you how to live long enough to live forever. This is a very inspirational book.

*I'd skip Kurzweil's older books. The newer ones largely cover the stuff in the older ones anyhow.

Jeff Hawkins - On Intelligence - Engineer and Neuroscientist, Jeff Hawkins, presents a comprehensive theory of intelligence in the neocortex. He goes on to explain how we can build intelligent machines and how they might change the world. He takes a more grounded, but equally interesting, approach to AI than Kurzweil.

Stanislas Dehaene - Consciousness and the Brain - Someone just recommended this book to me so I have not had a chance to read the whole thing. It explains new methods researchers are using to understand what consciousness is.

ONLINE ARTICLES

George Dvorsky - Animal Uplift - We can do more than improve our own minds and create intelligent machines. We can improve the minds of animals! But should we?

David Shultz - Least Conscious Unit - A short story that explores several philosophical ideas about consciousness. The ending may make you question what is real.

Stanford Encyclopedia of Philosophy - Consciousness - The most well known philosophical ideas about consciousness.

VIDEOS

Socrates - Singularity Weblog - This guy interviews the people who are making the technology of tomorrow, today. He's interviewed the CEO of D-Wave, Ray Kurzweil, Michio Kaku, and tons of less well known but equally interesting people.

David Chalmers - Simulation and the Singularity at The Singularity Summit 2009 - Respected Philosopher, David Chalmers, talks about different approaches to AI and a little about what might be on the other side of the singularity.

Ben Goertzel - Singularity or Bust - Mathematician and computer Scientist, Ben Goertzel, goes to China to create Artificial General Intelligence funded by the Chinese Government. Unfortunately they cut the program.



PROGRAMMING

Daniel Shiffman - The Nature of Code - After reading How to Create a Mind you will probably want to get started with a neural network (or Hidden Markov model) of your own. This is your hello world. If you get past this and the math is too hard use this

Encog - A neural network API written in your favorite language

OpenCV - Face and object recognition made easy(ish).

u/Thistleknot · 1 pointr/philosophy

I think my idea was like mapping a bunch of x,y coordinates. Then fitting a line. Dropping the x,y as inputs, and using the predicted values of x (that are along the regression line) as input. So the regression line changes (and the predicted values of x) with every new addition of an x,y variable (i.e. another set of inputs to add to the vector of x,y plots). The predicted values along the regression line merely becomes more fine tuned with additional x,y plots [aka vector gets bigger].

What sucks is I never got an ann coded up... I was hoping to model it in excel, but the layers of neurons get's too complex for me to do in excel (multiple connections). It really does require c... and the back propogation was confusing the f out of me; something to do with bastardized calculus explained. Oh yeah, [i think] it was derivatives I got lost on; which in a way reminds me of regression lines.

http://www.amazon.com/Introduction-Math-Neural-Networks-Heaton-ebook/dp/B00845UQL6