/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

futurism.com
| | www.chrisritchie.org
2.8 parsecs away

Travel
| | [AI summary] The article discusses the application of neural networks to stock market prediction, explaining how they assign dynamic weights to various inputs like historical prices, expert opinions, and internet usage to improve forecasting accuracy.
| | research.google
4.0 parsecs away

Travel
| | Posted by Jakob Uszkoreit, Software Engineer, Natural Language Understanding Neural networks, in particular recurrent neural networks (RNNs), are n...
| | bindasjiwan.com
3.3 parsecs away

Travel
| | Artificial intelligence (AI) is a wide-ranging branch of computer science concerned with building smart machines capable of performing tasks that typically
| | jaketae.github.io
13.1 parsecs away

Travel
| Recently, a friend recommended me a book, Deep Learning with Python by Francois Chollet. As an eager learner just starting to fiddle with the Keras API, I decided it was a good starting point. I have just finished the first section of Part 2 on Convolutional Neural Networks and image processing. My impression so far is that the book is more focused on code than math. The apparent advantage of this approach is that it shows readers how to build neural networks very transparently. It's also a good introduction to many neural network models, such as CNNs or LSTMs. On the flip side, it might leave some readers wondering why these models work, concretely and mathematically. This point notwithstanding, I've been enjoying the book very much so far, and this post is...