Posts

Showing posts with the label Brave

This Week I Learned - Week #27 2023

Image
This Week I Learned -  *  Visual Blocks for ML  is a visual programming framework for rapidly prototyping and experimenting with ML models and pipelines. Using Visual Blocks, you can mix and match premade ML models and pipeline components in a graphical editor. The editor renders your pipeline as an interactive node graph where you can connect components by dragging and dropping nodes. Visual Blocks is mainly written in JavaScript. It leverages TensorFlow.js and TensorFlow Lite for ML capabilities and three.js for graphics rendering. Currently, Visual Blocks is available as a Colab integration. The integration lets you build interactive demos in Colab notebooks using prebuilt components. *  Machine Learning for Web Devs & Creatives (Web ML) - Next gen web apps with TensorFlow.js course on YouTube by Google's Web ML Lead, Jason Mayes,  teaches you everything you need to know about machine learning in JavaScript *  CBL-Mariner is the internall...