Goto

Collaborating Authors

 logrocket blog


Things you can't do in Rust (and what to do instead) - LogRocket Blog

#artificialintelligence

As a moderator of the Rust subreddit, I regularly happen upon posts about developers' attempts to transpose their respective language paradigms to Rust, with mixed results and varying degrees of success. In this guide, I'll describe some of the issues developers encounter when transposing other language paradigms to Rust and propose some alternative solutions to help you work around Rust's limitations. Arguably the most-asked-about missing feature coming from object-oriented languages is inheritance. Why wouldn't Rust let a struct inherit from another? You could surely argue that even in the OO world, inheritance has a bad reputation and practitioners usually favor composition if they can.


Best JavaScript machine learning libraries in 2021 - LogRocket Blog

#artificialintelligence

JavaScript needs no special introduction -- it's one of the most popular cross-platform languages among web developers. And while some people consider it only a language for frontend development, JavaScript acts as an all-purpose programming language nowadays, and its possibilities are endless. Looking for the top JavaScript libraries that you can use in your Machine Learning projects? Synaptic is a well-known JavaScript neural network library created by MIT that can be used with Node.js or the browser. One significant feature of this library is its ability to build and train any first-order or second-order neural network architecture due to its architecture-free algorithm and pre-manufactured structure.


AI in browsers: Comparing TensorFlow, ONNX, and WebDNN for image classification - LogRocket Blog

#artificialintelligence

The web has transformed from the world's most widely used document platform to its most widely used application platform. In the past few years, we have seen tremendous growth in the field of AI. Web as a platform is making great progress, allowing developers to ship some excellent experiences leveraging AI advancements. Today, we have devices with great processing power and browsers capable of leveraging them to the full extent. Tech giants have invested heavily in making it easier for developers to ship AI features with their web apps.


An introduction to deep learning with Brain.js - LogRocket Blog

#artificialintelligence

Using Brain.js is a fantastic way to build a neural network. It learns the patterns and relationship between the inputs and output in order to make a somewhat educated guess when dealing with related issues. One example of a neural network is Cloudinary's image recognition add-on system. I was also shocked the first time I read the documentation of Brain.js, In this post, we will discuss some aspects of understanding how neural networks work.