Table of Contents
What does the new tool GNoME look like
Home Technology peripherals AI AI leads the revolution in materials science! Google DeepMind's latest research published in Nature successfully predicted 2.2 million new materials

AI leads the revolution in materials science! Google DeepMind's latest research published in Nature successfully predicted 2.2 million new materials

Dec 04, 2023 am 08:21 AM
ai Material

Using only one AI, we have acquired the knowledge that it took humans nearly 800 years to develop!

This is a material discovery tool newly researched by Google DeepMind. The paper has been published on Nature.

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

With this AI tool alone, they discovered 2.2 million theoretically stable new crystal materials, which will not only predict the accuracy of material stability It has increased from 50% to 80%, and 380,000 types have been put into testing.

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Google DeepMind said that given that 28,000 stable materials have only been discovered in the past 10 years, this research is equivalent to nearly 800 years of knowledge accumulation.

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Industry experts are really eye-opening at the rapid progress

According to the Financial Times, MIT professor Bilge Yildiz commented on this research:

This vast database of inorganic crystals should be filled with gems waiting to be discovered to advance solutions to clean energy and environmental challenges.

Currently, this topic has become a hot topic on Zhihu:

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

So what kind of AI tool is this?

What does the new tool GNoME look like

This article proposes a new tool called GNoME (Graph Networks for Materials Exploration).

The architecture of GNoME is a graph neural network (GNN), in which nodes are used to represent atoms in the crystal structure, and edges are used to represent bonding relationships# in the crystal structure. ##.

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Subsequently, GNoME used a series of known stable material data sets for training, including Materials Project, Open Quantum Materials Database (OQMD), etc.

This tool discovers new material through

active learning.

First, candidate structures are generated based on known stable materials; then, GNoME will screen these candidate structures

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Of course, GNoME initially screens out The structure cannot be used directly, but the structural stability needs to be verified based on density functional theory (DFT).

Subsequently, these verified structures will be fed to GNoME again as new training data to improve its prediction capabilities.

GNoME eventually discovered more than 2.2 million new stable crystal structures, which is the result of this approach

At the same time, it also showed With certain generalization ability, it can even accurately predict structures containing more than 5 unique elements. AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

So, what does this newly discovered 2.2 million stable crystal materials do? AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

What are 2.2 million kinds of crystals used for?

The most intuitive point of view is that there is hope for progress in the fields of new energy batteries (such as solar cells), superconductors, and chips.

Although GNoME can currently only calculate theoretically stable crystalline materials, once the experimental synthesis is successful, their properties can be evaluated

These newly discovered stable crystalline materials will undergo superconducting , ferroelectrics, optoelectronics and other properties, they can be used in fields such as energy, information communications and sensing.

According to reports, researchers have synthesized 736 materials in the laboratory to prove that GNoME calculated Crystals can be synthesized.

In addition, the synthesized materials may also be used as guidance for the design of new materials, or as new data sets to train and optimize other AI models.

For example, the University of California, Berkeley, and Lawrence Berkeley National Laboratory have used these discovered materials as part of their experimental work, and the paper was also published in Nature.

The team built an A-Lab and successfully synthesized 41 compounds from 58 calculated materials, with a success rate of more than 70%.

Regarding this research, some netizens are already imagining the prospect of materials taking off, such as the progress of pharmacy:

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Some netizens also cue a wave of enthusiasm LK-99 gradually calmed down: Materials Science is back.

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Some people hope that these discovered materials can be beneficial to the entire human race

AI leads the revolution in materials science! Google DeepMinds latest research published in Nature successfully predicted 2.2 million new materials

Do you think these AI prediction materials are still good? In what fields can it be applied?

The above is the detailed content of AI leads the revolution in materials science! Google DeepMind's latest research published in Nature successfully predicted 2.2 million new materials. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve SQL parsing problem? Use greenlion/php-sql-parser! How to solve SQL parsing problem? Use greenlion/php-sql-parser! Apr 17, 2025 pm 09:15 PM

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! Apr 17, 2025 pm 09:54 PM

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! Apr 17, 2025 pm 08:03 PM

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

How to solve the complexity of WordPress installation and update using Composer How to solve the complexity of WordPress installation and update using Composer Apr 17, 2025 pm 10:54 PM

When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! Apr 17, 2025 pm 08:30 PM

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

git software installation tutorial git software installation tutorial Apr 17, 2025 pm 12:06 PM

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! Apr 17, 2025 pm 09:48 PM

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

Use Composer to solve dependency injection: application of PSR-11 container interface Use Composer to solve dependency injection: application of PSR-11 container interface Apr 18, 2025 am 07:39 AM

I encountered a common but tricky problem when developing a large PHP project: how to effectively manage and inject dependencies. Initially, I tried using global variables and manual injection, but this not only increased the complexity of the code, it also easily led to errors. Finally, I successfully solved this problem by using the PSR-11 container interface and with the power of Composer.

See all articles