Explore >> Select a destination


You are here

igorstechnoclub.com
| | jaketae.github.io
1.6 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...
| | tcode2k16.github.io
1.8 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | www.analyticsvidhya.com
1.8 parsecs away

Travel
| | Inception network used for solving image recognition and detection problems. Learn about Inception networks and implementation of googlenet
| | programminghistorian.org
18.9 parsecs away

Travel
| [AI summary] The text provides an in-depth explanation of using neural networks for image classification, focusing on the Teachable Machine and ml5.js tools. It walks through creating a model, testing it with an image, and displaying results on a canvas. The text also discusses the limitations of the model, the importance of training data, and suggests further resources for learning machine learning.