The Role of dApps in Web 3.0

Technological advancements and innovation have shaped the world around us. One of the biggest examples of revolutionary technology is the internet. Many scientists, computer engineers, and programmers have developed the internet as a massive hub of information and communication. Over the course of time, the internet has evolved through many stages, culminating in the generation […]
Humans in the loop help robots find their way: Computer scientists’ interactive program aids motion planning for environments with obstacles

Just like us, robots can’t see through walls. Sometimes they need a little help to get where they’re going. Engineers at Rice University have developed a method that allows humans to help robots “see” their environments and carry out tasks. The strategy called Bayesian Learning IN the Dark — BLIND, for short — is a […]
Using autograd in TensorFlow to Solve a Regression Problem

We usually use TensorFlow to build a neural network. However, TensorFlow is not limited to this. Behind the scene, TensorFlow is a tensor library with automatic differentiation capability. Hence we can easily use it to solve a numerical optimization problem with gradient descent. In this post, we are going to show how TensorFlow’s automatic differentiation […]