Explore >> Select a destination


You are here

lupyuen.org
| | dmitryfrank.com
7.4 parsecs away

Travel
| | [AI summary] An engineer implements a custom Scheme interpreter in JavaScript using the v7 engine to run Lisp code on a memory-constrained ESP8266 microcontroller.
| | kuruczgy.com
3.5 parsecs away

Travel
| | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations.
| | coornail.net
7.0 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.
| | wtfleming.github.io
11.3 parsecs away

Travel
| [AI summary] This article demonstrates how to achieve 98.6% accuracy in binary image classification of cats and dogs using Keras and transfer learning with the VGG16 model.