Explore >> Select a destination


You are here

www.chrisritchie.org
| | blog.c0nrad.io
4.0 parsecs away

Travel
| | [AI summary] The author describes building a neural network to classify Star Wars Unlimited cards into heroism, villainy, or neutrality using a Coursera course's knowledge, focusing on binary classification and future plans for more complex tasks.
| | aimatters.wordpress.com
5.6 parsecs away

Travel
| | A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...
| | cprimozic.net
1.9 parsecs away

Travel
| | Introduces a browser-based sandbox for building, training, visualizing, and experimenting with neural networks. Includes background information on the tool, usage information, technical implementation details, and a collection of observations and findings from using it myself.
| | sebastianraschka.com
9.9 parsecs away

Travel
| Previously, I shared an article using multi-GPU training strategies to speed up the finetuning of large language models. Several of these strategies include...