We need to upgrade to stay relevant in the industry otherwise will be obsoletedAI is an area of computer science that emphasizes on the creation of intelligent machines just like humans, which can work and react just like us. They are much more accurate and precise in their work. These bots are more efficient than human in some specific domains and are growing smarter with each … [Read more...] about Will Machines replace us in the future?
Artificial Intelligence
The Fight Against Climate Change
The Fight Against Climate Change“Using Artificial Intelligence to Reduce CO2"Climate change is driven by the excess release of carbon dioxide, a greenhouse gas that traps heat and causes the planet’s overall warming. The concentration of carbon dioxide in the atmosphere has increased dramatically in recent decades – more than at any other point in human history – driven by … [Read more...] about The Fight Against Climate Change
Quickly Deploying Gradio on AWS
The Gradio PreliminariesI’m assuming that you’re already somewhat familiar with the Gradio library (https://github.com/gradio-app/gradio). If not, this quick start is a good place to get started. As a refresher, gradio is a Python library that lets you create UIs around your machine learning model by specifying 3 things: a Python function, input component, and an output … [Read more...] about Quickly Deploying Gradio on AWS
Difference Between Artificial Intelligence & Human Intelligence
Artificial intelligence (AI) and human intelligence examine cognitive functions such as memory, problem-solving, learning, planning, language, reasoning, and understanding. Both of these play monumental parts in improving society.In terms of their differences, AI is an invention created by human intelligence and is designed to make specific tasks much faster with less effort.On … [Read more...] about Difference Between Artificial Intelligence & Human Intelligence
Autonomous driving startup Uisee attracts Chinese state investor in $150M round – TechCrunch
There is no lack of state funding for China’s smart driving startups nowadays as the country advances its goal to become a global leader in artificial intelligence in a decade’s time. The latest to get a financial boost is Uisee, a Beijing-based company founded by a group of tech veterans including the former head of Intel Labs China, Wu Gansha. Uisee said Monday it has closed … [Read more...] about Autonomous driving startup Uisee attracts Chinese state investor in $150M round – TechCrunch
The NLP Cypher | 01.24.21
Hey Welcome back! Another week goes by and the NLP domain continues to fly beyond escape velocity… But don’t worry, there’s an awesome intuition pump on how Transformers work:declassifiedIf you continue to enjoy this read, please share with your friends and don’t forget to give it a 👏👏 …. 😎Cornell Tech came out with a huge Twitter dataset based on 7.6M tweet/25.6M retweets from … [Read more...] about The NLP Cypher | 01.24.21
AIOps: Taking ITOps Teams to the Next Level of Digital Transformation in 2021
By Lee Li FengIn the last decade, we’ve moved from Ops to DevOps to DevSecOps, and this trend of expansion is showing no signs of slowing down. In the past year, in fact, we’ve seen another acronym added: AIOps.For cynical IT operations staff, it would be easy to write off this new development as hype, as we’ve seen many other ideas that promise to revolutionize the way our … [Read more...] about AIOps: Taking ITOps Teams to the Next Level of Digital Transformation in 2021
Will Artificial Super-Intelligence Pose a Threat to Humanity’s Existence?
Maybe it’s time to start establishing regulations to control the rapid evolution of AI.Photo by James Pond on UnsplashOn March 15, 2016, world Go champion Lee Sedol walked out of The Four Seasons Hotel arena in Seoul, South Korea, a distraught man. For 18 years, Lee had defended his title against countless opponents from all over the world to earn the rank of “grandmaster.”This … [Read more...] about Will Artificial Super-Intelligence Pose a Threat to Humanity’s Existence?
Create a Google Cloud Translation REST API Service
Google Translation ServiceIn this particular post, you will learn to create and use the Google cloud translation REST API service. It is a pre-trained model over 100 languages to translate the data. Translation API helps web and mobile applications contents to translate content from one language to another language.Set-up google cloud accountStep 1: Enable Cloud Translation … [Read more...] about Create a Google Cloud Translation REST API Service
Which ML Algorithm Should I Pick For The Price Estimation?
There are so many ML algorithms with different levels of complexities, and it can be challenging to figure out which model to choose for your analysis. This guide is meant to help you decide which ML algorithm to pick for a business problem.In every my publication related to ML, I keep saying that the algorithms we apply must be appropriate for the task given the set of input … [Read more...] about Which ML Algorithm Should I Pick For The Price Estimation?