/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

martinapugliese.github.io
| | initialcommit.com
3.0 parsecs away

Travel
| | "Artificial Intelligence: A Modern Approach is a book for learning Artificial Intelligence, learning Machine Learning, learning Graph theory and other related topics. It has core concepts for building AI agents, and offers an extensive guide into probability and statistics, plus other topics related to AI."
| | www.emutelab.org
3.1 parsecs away

Travel
| | A Music Informatics and Performance Technologies Lab based in the School of Media, Film and Music at the University of Sussex
| | coornail.net
3.1 parsecs away

Travel
| | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.
| | whatibroke.com
27.0 parsecs away

Travel
| Hey all, Just a quick post on how to view recent queries run into an Oracle database: SELECT sql_text, sql_fulltext FROM v$sql ORDER BY last_load_time DESC Cheers