Home » artificial intelligence
November 14, 2023
By
Mark Otto
AWS created the ezsmdeploy open source Python package to help easily deploy machine learning models and provide a variety of options such as passing one or more model files, automatic selection of instances, and autoscaling. This blog post will cover the new features of the…
October 11, 2023
By
Mark Otto
Automated code analysis plays a key role in improving code quality and compliance. Amazon CodeGuru Reviewer provides automated recommendations that can assist developers in identifying defects and deviation from coding best practices. For instance, CodeGuru Security automatically flags potential security vulnerabilities such as SQL injection,…
September 20, 2023
By
Mark Otto
AWS Trainium and AWS Inferentia are now integrated with Ray on Amazon Elastic Compute Cloud (EC2). Ray is an open source unified compute framework that makes it easy to build and scale machine learning applications. Ray will now automatically detect the availability of AWS Trainium…
September 14, 2023
By
Mark Otto
Bun 1.0: Is It a Toolkit? Is It a Runtime? It’s Both — You’ve used Node, you’ve seen Deno, now Bun has grown up too. It’s a performance-oriented server-side JS runtime built atop JavaScriptCore and makes the unique claim of being “a drop-in replacement for…
February 8, 2023
By
Mark Otto
Are you looking for the best OpenAI alternatives? If you’re wondering what the best options are, how they compare to OpenAI, and what criteria to consider when choosing the right one – this article is for you. When researching OpenAI alternatives, you may be asking…
September 15, 2022
By
Mark Otto
A Twin Neural Network (commonly known as a Siamese Neural Network) makes predictions leveraging information from multiple sources. A common use case is taking multiple input data, such as two images, and predicting whether they belong to the same class, though its applications aren’t necessarily…