Techno Blender
Digitally Yours.

Artificial Intelligence in Architecture – DZone AI

Artificial Intelligence in Architecture Artificial intelligence (AI) promises to revolutionize our present world. Not with anything so dramatic as sentient robots taking over society. Instead, it’s all about computer algorithms doing complex, interpretive tasks efficiently and, dare we say it, intelligently. One area where the promise seems exceptionally bright is architecture. In many ways, AI is the perfect tool for this field. Of course, there’s always an element of artistry when designing buildings and outdoor…

Introduction to Algorithms – DZone AI

Introduction to Algorithms An algorithm is a step-by-step instruction to solve a given problem efficiently for a given set of inputs. It is also viewed as a tool for solving well-defined computational problems or a set of steps that transform the input into the output. Algorithms are language-independent and are said to be correct only if every input instance produces the correct output. The Instance of the Problem The input of the algorithm is called an instance of the problem, which should satisfy the constraints…

An Introduction to Graph Data

This article is an excerpt from the book Machine Learning with PyTorch and Scikit-Learn from the best-selling Python Machine Learning series, updated and expanded to cover PyTorch, transformers, and graph neural networks. Broadly speaking, graphs represent a certain way we describe and capture relationships in data. Graphs are a particular kind of data structure that is nonlinear and abstract. And since graphs are abstract objects, a concrete representation needs to be defined so the graphs can be operated on.…

Develop XR With Oracle, Ep 3: Computer Vision AI

This is the third piece in a series on developing XR applications and experiences using Oracle and focuses on XR applications of computer vision AI and ML and its related use in the metaverse.  Find the links to the first two articles below:  As with the previous posts, here I will again specifically show applications developed with Oracle database and cloud technologies HoloLens 2, Mixed Reality Toolkit, and Unity platform. Throughout the blog, I will reference this corresponding demo video below.…

Using Natural Language Processing With PyTorch

Natural language processing (NLP) is continuing to grow in popularity, and necessity, as artificial intelligence and deep learning programs grow and thrive in the coming years. Natural language processing with PyTorch is the best bet to implement these programs. In this guide, we will address some of the obvious questions that may arise when starting to dive into natural language processing, but we will also engage with deeper questions and give you the right steps to get started working on your own NLP programs. Can…

The 5 Healthcare AI Trends Technologists Need to Know

Healthcare has been at the epicenter of everything we do for two years. While the pandemic has been a significant driver of the conversation, healthcare technology—artificial intelligence (AI) specifically—has been experiencing explosive growth. One only needs to look at the funding landscape: more than 40 startups have raised at least $20 million in funding specifically to build AI solutions for healthcare applications. But what’s driving this growth? The venture capital trail alone won’t help us understand the trends…

Making Machine Learning More Accessible for Application Developers

Introduction Attempts at hand-crafting algorithms for understanding human-generated content have generally been unsuccessful. For example, it is difficult for a computer to “grasp” the semantic content of an image - e.g., a car, cat, coat, etc....… - purely by analyzing its low-level pixels. Color histograms and feature detectors worked to a certain extent, but they were rarely accurate for most applications. In the past decade, the combination of big data and deep learning has fundamentally changed the way we approach…

Quality Engineering Design: AI Platform Adoption

Introduction We are in the golden age of AI (1). AI adoption makes businesses more creative, competitive, and responsive. The software-as-a-service (SaaS) model, coupled with the advancements of the cloud, has matured the software production and consumption process. Most organizations prefer to “buy” AI capabilities than “build” their own. Hence SaaS providers, such as Salesforce, SAP, Oracle, etc., have introduced AI platform capabilities, creating AI-as-a-Service (AIaaS) model. This evolution has made AI adoption easier…

Fintech and AI: Artificial Intelligence in Finance

The impact and the innovation of AI can be seen everywhere, and fintech is no exception. The disruptive power of financial industries to shape the traditional financial institution is growing because of the advances in artificial intelligence. AI-powered and machine learning technologies in fintech will help analyze large data sets in real-time and have the ability to make improvements. As the demand for such services increases, AI and ML become the key to sustainability and growth in the industry. Let's get into how this…

The Three Must-Haves for Machine Learning Monitoring

Machine learning models are not static pieces of code but, instead, dynamic predictors that depend on data, hyperparameters, evaluation metrics, and many other variables; it is vital to have insight into the training and deployment process to prevent model drift predictive stasis. That said, not all monitoring solutions are created equal. These are the three must-haves for a machine learning monitoring tool, whether you decide to build or buy a solution. Complete Process Visibility Many applications involve multiple…