How Does TensorFlow Work and Why is it Vital for AI? – Spiceworks News and Insights
Posted: December 29, 2022 at 12:20 am
TensorFlow is defined as an open-source platform and framework for machine learning, which includes libraries and tools based on Python and Java designed with the objective of training machine learning and deep learning models on data. This article explains the meaning of TensorFlow and how it works, discussing its importance in the world of computing.
TensorFlow is an open-source platform and framework for machine learning, which includes libraries and tools based on Python and Java designed with the objective of training machine learning and deep learning models on data.
Googles TensorFlow is an open-sourced package designed for applications involving deep learning. Additionally, it supports conventional machine learning. TensorFlow was initially created without considering deep learning for large numerical calculations. However, it has also proven valuable for deep learning development, so Google made it available to the public.
TensorFlow supports data in the shape of tensors, which are multidimensional arrays of greater dimensions. Arrays with several dimensions are highly useful for managing enormous volumes of data.
TensorFlow uses the concept of graphs of data flow with nodes and edges. As the implementation method is in tables and graphs, spreading TensorFlow code over a cluster of GPU-equipped machines is more straightforward.
Though TensorFlow supports other programming languages, Python and JavaScript are the most popular. Additionally, TensorFlow supports Swift, C, Go, C#, and Java. Python is not required to work with TensorFlow; however, it makes working with TensorFlow extremely straightforward.
TensorFlow follows in the footsteps of Googles closed-source DistBelief framework, which was deployed internally in 2012. Based on extensive neural networks and the backpropagation method, it was utilized to conduct unsupervised feature learning and deep learning applications.
TensorFlow is distinct from DistBelief in many aspects. TensorFlow was meant to operate independently from Googles computational infrastructure, making its code more portable for external usage. It is also a more overall machine learning architecture that is less neural network-centric than DistBelief.
Under the Apache 2.0 license, Google published TensorFlow as an open-source technology in 2015. Ever since the framework has attracted a large number of supporters outside Google. TensorFlow tools are provided as add-on modules for IBM and Microsoft, and other machine learning or AI development suites.
TensorFlow attained Release 1.0.0 level early in 2017. In 2017, developers released four further albums. A version of TensorFlow geared for smartphone usage and embedded machines was also released as a developer preview.
TensorFlow 2.0, launched in October 2019, redesigned the framework in several ways to make it simpler and more efficient based on user input. A new application programming interface (API) facilitates the execution of distributed training, with assistance for TensorFlow Lite, enabling the deployment of models on a broader range of systems. However, one must always modify code developed for older iterations of TensorFlow to use the new capabilities in TensorFlow 2.0.
See More: Top 10 DevOps Automation Tools in 2021
TensorFlow models trained on edge devices or smartphones, like iOS or Android, may also be deployed. TensorFlow Lite allows you to compromise model performance and accuracy to optimize TensorFlow structures for performance on such devices. A more compact model 12MB against 25MB, or even 100+MB) is less precise, but the loss in precision is often negligible. It is more than compensated for by the versions energy efficiency and speed.
TensorFlow applications are often complex, large-scale artificial intelligence (AI) projects in deep learning and machine learning. Using TensorFlow to power Googles RankBrain system for machine learning has enhanced the data-gathering abilities of the companys search engine.
Google has also utilized the platform for applications such as automated email answer creation, picture categorization, optical character recognition, and a drug-discovery program developed in collaboration with Stanford University academics.
In addition to Airbnb, Coca-Cola, eBay, Intel, Qualcomm, SAP, Twitter, and Uber, the TensorFlow website lists eBay, Intel, Qualcomm, and Snap Inc. as framework users. STATS LLC, a sports consultancy firm, uses TensorFlow-led deep learning frameworks to monitor player movements during professional sports events, among other things.
TensorFlow enables developers to design dataflow graphs, which are structures that define how data flows via a graph or set of processing nodes. Each node in the graph symbolizes a mathematical process, and each edge between nodes is a tensor, a multi-layered data array.
TensorFlow applications can execute on almost any handy target, including a local PC, a cloud cluster, iOS and Android phones, CPUs, and GPUs. Using Googles cloud, you may run TensorFlow on Googles unique TensorFlow Processing Unit (TPU) hardware for additional acceleration. However, TensorFlow-generated models may be installed on almost any machine on which they will be utilized to make predictions.
Tensorflows architecture consists of three components:
Tensorflow is so named because it accepts inputs in the form of multidimensional arrays, often known as tensors. One may create a flowchart-like diagram (a technique called graph analytics) representing the actions you want to conduct on the input. Input comes in at one end, passes across a system of various actions, and exits the opposite end as output. It is named TensorFlow because a tensor enters it, travels through a series of processes, and finally exits.
A trained model may offer prediction as a service utilizing REST or gRPC APIs in a Docker container. For more complex serving situations, Kubernetes may be used.
TensorFlow employs the following components to accomplish the features mentioned above:
TensorFlow employs a graph-based architecture. The graph collects and explains all series calculations performed during training. The graph offers several benefits. It was initially designed to operate on several CPUs or GPUs and mobile operating systems. Additionally, the graphs portability enables you to save calculations for current or future usage. One may store the graph for future execution.
All calculations in the chart are accomplished by linking tensors. Tensors consist of a node as well as an edge. The node performs the mathematical action and generates output endpoints. The edges describe the input/output connections between nodes.
Tensorflow derives its name directly from its essential foundation, Tensor. All calculations in Tensorflow use tensors. Tensors are n-dimensional vectors or matrices that represent all forms of data. Each value in a tensor has the same data type and a known (or partly known) form. The dimension of the matrices or array is the datas form.
A tensor may be derived from raw data or the outcome of a calculation. All operations in TensorFlow are executed inside a graph. The grid is a sequence of calculations that occur in order. Each operation is referred to as an op node and therefore is interconnected.
The graph depicts the operations and relationships between the nodes. However, the values are not shown. The borders of the nodes is indeed the tensor, which is a method for providing data to the operation.
As we have seen, TensorFlow accepts input in the format of tensors, which are n-dimensional arrays or matrices. This input passes through a series of procedures before becoming output. For instance, as input, we obtain a large number of numbers indicating the Bits of an image, and as output, we receive text such as this is a dog.
Tensorflow provides a way to view what is occurring on your graph. This tool is known as TensorBoard; it is just a web page that allows you to debug your graph by checking its parameters, node connections, etc. To utilize TensorBoard, you must label the graphs with the parameters you want to examine, such as the loss value. Then, you must produce each summary.
Other essential components that enable TensorFlows functionality are:
See More: What is Root-Cause Analysis? Working, Templates, and Examples
Python has become the most common programming language for TensorFlow or machine learning as a whole. However, JavaScript is now a best-in-class language for TensorFlow, and among its enormous benefits is that it works in any web browser.
TensorFlow.js, which is the name of the JavaScript TensorFlow library, speeds calculations using all available GPUs. It is also possible to utilize a WebAssembly background program for execution, which is quicker on a CPU than the standard JavaScript backend. Pre-built models allow you to begin with easy tasks to understand how things function.
TensorFlow delivers all of this to programmers through the Python programming language. Python is simple to pick up and run, and it offers straightforward methods to represent the coupling of high-level abstractions. TensorFlow is compatible with Python 3.7 through 3.10.
TensorFlow nodes and tensors are Python objects; therefore, TensorFlow applications are also Python programs. However, real mathematical calculations are not done in Python. The transformation libraries accessible through TensorFlow are created as efficient C++ binaries. Python only controls the flow of information between the components and offers high-level coding frameworks to connect them.
Keras is used for sophisticated TensorFlow activities such as constructing vertices or layers and linking them. A three-layer fundamental model may be developed with less than ten lines of code, and the training data for the same model takes just a few extra lines of code.
You may, however, peek underneath the hood and perform even more granular tasks, such as designing an individualized training circuit, if you like.
See More: What Is Integrated Development Environment (IDE)? Meaning, Software, Types, and Importance
TensorFlow is important for users due to several reasons:
Abstraction (a key concept in object-oriented programming) is the most significant advantage of TensorFlow for machine learning development. Instead of concentrating on developing algorithms or finding how to link one components output to anothers parameters, the programmer may focus on the overall application logic. TensorFlow takes care of the nuances in the background.
Using an interactive, web-based interface, the TensorBoard visualization package enables you to examine and analyze the execution of graphs. Googles Tensorboard.dev service allows you to host and share machine learning experiments built using TensorFlow. This can retain a maximum of 100 million scalars, a gigabyte of tensor data, and a gigabyte of binary layer for free. (Note that any data stored on Tensorboard.dev is accessible to the public.)
TensorFlow provides further advantages for programmers who need to debug and gain insight into TensorFlow applications. Each graph action may be evaluated and updated independently and openly instead of the whole graph being constructed as a monolithic opaque object and evaluated simultaneously. This eager execution mode, available as an option in older iterations of TensorFlow, has become the default.
TensorFlow also benefits from Googles patronage as an A-list commercial enterprise. Google has accelerated the projects development and provided many essential products that make TensorFlow simpler to install and use. TPU silicon for increased performance in Googles cloud is but one example.
TensorFlow works with a wide variety of devices. In addition, the inclusion of TensorFlow lite helps increase its adaptability by making it compatible with additional devices. One may access TensorFlow from anywhere with a device.
Learning and problem-solving are two cognitive activities associated with the human brain that are simulated by artificial intelligence. TensorFlow features a robust and adaptable ecosystem of tools, libraries, and resources that facilitate the development and deployment of AI-powered applications. The advancement of AI provides new possibilities to address complex, real-world issues.
One may use TensorFlow to create deep neural pathways for handwritten character recognition classification, image recognition, word embedding, recurrent neural networks, frame-to-frame modeling for translation software, natural language processing, and a variety of other applications.
Applications based on deep learning are complex, with training processes needing a great deal of computation. It requires several iterative procedures, mathematical computations, matrix multiplication and division, and so on, and it is time-consuming due to the vast amount of data. These tasks need an extraordinarily long amount of time on a typical CPU. TensorFlow thus supports GPUs, which dramatically accelerates the training process.
Because of the parallelism of work models, TensorFlow is used as a special hardware acceleration library. It employs unique distribution algorithms for GPU and CPU platforms. Based on the modeling rule, users may execute their code on one of the two architectures. The system selects a GPU if none is specified. This method minimizes memory allocation to some degree.
See More: Java vs. JavaScript: 4 Key Comparisons
The true significance of TensorFlow is that it is applicable across sectors. Among its most important uses are:
The TensorFlow framework is most important for two roles data scientists and software developers.
Data scientists have several options for developing models using TensorFlow. This implies that the appropriate tool is always accessible, allowing for the rapid expression of creative methods and ideas. As one of the most popular libraries for constructing machine learning models, TensorFlow code from earlier researchers is often straightforward to locate when attempting to recreate their work.
Software developers may use TensorFlow on a wide range of standard hardware, operating systems, and platforms. With the introduction of TensorFlow 2.0 in 2019, one may deploy TensorFlow models on a broader range of platforms. The interoperability of TensorFlow-created models makes deployment an easy process.
See More: What Is TDD (Test Driven Development)? Process, Importance, and Limitations
TensorFlow is consistently ranked among the best Python libraries for machine learning. Individuals, companies, and governments worldwide rely on its capabilities to develop AI innovations. It is one of the foundational tools used for AI experiments before you can take the product to the market, owing to its low dependency and investment footprint. As AI becomes more ubiquitous in consumer and enterprise apps, TensorFlows importance will continue to grow.
Did you find our TensorFlow guide to be an interesting and informative read? Tell us on Facebook, Twitter, and LinkedIn. Wed love to hear from you!
Read more here:
How Does TensorFlow Work and Why is it Vital for AI? - Spiceworks News and Insights
- The Top Five AWS Re:Invent 2019 Announcements That Impact Your Enterprise Today - Forbes [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- The Bot Decade: How AI Took Over Our Lives in the 2010s - Popular Mechanics [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- Cloudy with a chance of neurons: The tools that make neural networks work - Ars Technica [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- Measuring Employee Engagement with A.I. and Machine Learning - Dice Insights [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- Amazon Wants to Teach You Machine Learning Through Music? - Dice Insights [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- NFL Looks to Cloud and Machine Learning to Improve Player Safety - Which-50 [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- Machine Learning Answers: If Nvidia Stock Drops 10% A Week, Whats The Chance Itll Recoup Its Losses In A Month? - Forbes [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- The NFL And Amazon Want To Transform Player Health Through Machine Learning - Forbes [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- Managing Big Data in Real-Time with AI and Machine Learning - Database Trends and Applications [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- 10 Machine Learning Techniques and their Definitions - AiThority [Last Updated On: December 9th, 2019] [Originally Added On: December 9th, 2019]
- This AI Agent Uses Reinforcement Learning To Self-Drive In A Video Game - Analytics India Magazine [Last Updated On: December 31st, 2019] [Originally Added On: December 31st, 2019]
- Machine learning to grow innovation as smart personal device market peaks - IT Brief New Zealand [Last Updated On: December 31st, 2019] [Originally Added On: December 31st, 2019]
- Can machine learning take over the role of investors? - TechHQ [Last Updated On: December 31st, 2019] [Originally Added On: December 31st, 2019]
- The impact of ML and AI in security testing - JAXenter [Last Updated On: December 31st, 2019] [Originally Added On: December 31st, 2019]
- Are We Overly Infatuated With Deep Learning? - Forbes [Last Updated On: December 31st, 2019] [Originally Added On: December 31st, 2019]
- Will Artificial Intelligence Be Humankinds Messiah or Overlord, Is It Truly Needed in Our Civilization - Science Times [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Get ready for the emergence of AI-as-a-Service - The Next Web [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Clean data, AI advances, and provider/payer collaboration will be key in 2020 - Healthcare IT News [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- An Open Source Alternative to AWS SageMaker - Datanami [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- How Machine Learning Will Lead to Better Maps - Popular Mechanics [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Federated machine learning is coming - here's the questions we should be asking - Diginomica [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Iguazio pulls in $24m from investors, shows off storage-integrated parallelised, real-time AI/machine learning workflows - Blocks and Files [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- New York Institute of Finance and Google Cloud launch a Machine Learning for Trading Specialisation on Coursera - HedgeWeek [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Short- and long-term impacts of machine learning on contact centres - Which-50 [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Iguazio Deployed by Payoneer to Prevent Fraud with Real-time Machine Learning - Yahoo Finance [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Regulators Begin to Accept Machine Learning to Improve AML, But There Are Major Issues - PaymentsJournal [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- What Is Machine Learning? | How It Works, Techniques ... [Last Updated On: January 27th, 2020] [Originally Added On: January 27th, 2020]
- Global Deep Learning Market 2020-2024 | Growing Application of Deep Learning to Boost Market Growth | Technavio - Business Wire [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- The Human-Powered Companies That Make AI Work - Forbes [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- UB receives $800,000 NSF/Amazon grant to improve AI fairness in foster care - UB Now: News and views for UB faculty and staff - University at Buffalo... [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Euro machine learning startup plans NYC rental platform, the punch list goes digital & other proptech news - The Real Deal [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- New Project at Jefferson Lab Aims to Use Machine Learning to Improve Up-Time of Particle Accelerators - HPCwire [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- This tech firm used AI & machine learning to predict Coronavirus outbreak; warned people about danger zones - Economic Times [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Reinforcement Learning: An Introduction to the Technology - Yahoo Finance [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Reinforcement Learning (RL) Market Report & Framework, 2020: An Introduction to the Technology - Yahoo Finance [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Top Machine Learning Services in the Cloud - Datamation [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- In Coronavirus Response, AI is Becoming a Useful Tool in a Global Outbreak - Machine Learning Times - machine learning & data science news - The... [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Combating the coronavirus with Twitter, data mining, and machine learning - TechRepublic [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- Speechmatics and Soho2 apply machine learning to analyse voice data - Finextra [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- REPLY: European Central Bank Explores the Possibilities of Machine Learning With a Coding Marathon Organised by Reply - Business Wire [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- What is Machine Learning? A definition - Expert System [Last Updated On: February 4th, 2020] [Originally Added On: February 4th, 2020]
- How to Train Your AI Soldier Robots (and the Humans Who Command Them) - War on the Rocks [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Google Teaches AI To Play The Game Of Chip Design - The Next Platform [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Would you tell your innermost secrets to Alexa? How AI therapists could save you time and money on mental health care - MarketWatch [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Cisco Enhances IoT Platform with 5G Readiness and Machine Learning - The Fast Mode [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Buzzwords ahoy as Microsoft tears the wraps off machine-learning enhancements, new application for Dynamics 365 - The Register [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Inspur Re-Elected as Member of SPEC OSSC and Chair of SPEC Machine Learning - HPCwire [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- How to Pick a Winning March Madness Bracket - Machine Learning Times - machine learning & data science news - The Predictive Analytics Times [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Syniverse and RealNetworks Collaboration Brings Kontxt-Based Machine Learning Analytics to Block Spam and Phishing Text Messages - MarTech Series [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Grok combines Machine Learning and the Human Brain to build smarter AIOps - Diginomica [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Machine Learning: Real-life applications and it's significance in Data Science - Techstory [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- Why 2020 will be the Year of Automated Machine Learning - Gigabit Magazine - Technology News, Magazine and Website [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- What is machine learning? Everything you need to know | ZDNet [Last Updated On: February 22nd, 2020] [Originally Added On: February 22nd, 2020]
- AI Is Top Game-Changing Technology In Healthcare Industry - Forbes [Last Updated On: February 23rd, 2020] [Originally Added On: February 23rd, 2020]
- Removing the robot factor from AI - Gigabit Magazine - Technology News, Magazine and Website [Last Updated On: February 23rd, 2020] [Originally Added On: February 23rd, 2020]
- This AI Researcher Thinks We Have It All Wrong - Forbes [Last Updated On: February 23rd, 2020] [Originally Added On: February 23rd, 2020]
- TMR Projects Strong Growth for Property Management Software Market, AI and Machine Learning to Boost Valuation to ~US$ 2 Bn by 2027 - PRNewswire [Last Updated On: February 29th, 2020] [Originally Added On: February 29th, 2020]
- Global Machine Learning as a Service Market, Trends, Analysis, Opportunities, Share and Forecast 2019-2027 - NJ MMA News [Last Updated On: February 29th, 2020] [Originally Added On: February 29th, 2020]
- Forget Chessthe Real Challenge Is Teaching AI to Play D&D - WIRED [Last Updated On: February 29th, 2020] [Originally Added On: February 29th, 2020]
- Workday, Machine Learning, and the Future of Enterprise Applications - Cloud Wars [Last Updated On: February 29th, 2020] [Originally Added On: February 29th, 2020]
- The Global Deep Learning Chipset Market size is expected to reach $24.5 billion by 2025, rising at a market growth of 37% CAGR during the forecast... [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- The Power of AI in 'Next Best Actions' - CMSWire [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- Proof in the power of data - PES Media [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- FYI: You can trick image-recog AI into, say, mixing up cats and dogs by abusing scaling code to poison training data - The Register [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- Keeping Machine Learning Algorithms Humble and Honest in the Ethics-First Era - Datamation [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- Emerging Trend of Machine Learning in Retail Market 2019 by Company, Regions, Type and Application, Forecast to 2024 - Bandera County Courier [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- With launch of COVID-19 data hub, the White House issues a call to action for AI researchers - TechCrunch [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- Are machine-learning-based automation tools good enough for storage management and other areas of IT? Let us know - The Register [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- Why AI might be the most effective weapon we have to fight COVID-19 - The Next Web [Last Updated On: March 22nd, 2020] [Originally Added On: March 22nd, 2020]
- AI Is Changing Work and Leaders Need to Adapt - Harvard Business Review [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Deep Learning to Be Key Driver for Expansion and Adoption of AI in Asia-Pacific, Says GlobalData - MarTech Series [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- With Launch of COVID-19 Data Hub, The White House Issues A 'Call To Action' For AI Researchers - Machine Learning Times - machine learning & data... [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- What are the top AI platforms? - Gigabit Magazine - Technology News, Magazine and Website [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Data to the Rescue! Predicting and Preventing Accidents at Sea - JAXenter [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Deep Learning: What You Need To Know - Forbes [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Neural networks facilitate optimization in the search for new materials - MIT News [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- PSD2: How machine learning reduces friction and satisfies SCA - The Paypers [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Google is using AI to design chips that will accelerate AI - MIT Technology Review [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- What Researches says on Machine learning with COVID-19 - Techiexpert.com - TechiExpert.com [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]
- Self-driving truck boss: 'Supervised machine learning doesnt live up to the hype. It isnt C-3PO, its sophisticated pattern matching' - The Register [Last Updated On: March 29th, 2020] [Originally Added On: March 29th, 2020]