


AI leads the revolution in materials science! Google DeepMind's latest research published in Nature successfully predicted 2.2 million new materials
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.
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.
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.
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:
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. ##.
active learning.
First, candidate structures are generated based on known stable materials; then, GNoME will screen these candidate structuresSubsequently, 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 approachAt the same time, it also showed With certain generalization ability, it can even accurately predict structures containing more than 5 unique elements.
So, what does this newly discovered 2.2 million stable crystal materials do?
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:
Some netizens also cue a wave of enthusiasm LK-99 gradually calmed down: Materials Science is back.
Some people hope that these discovered materials can be beneficial to the entire human race
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



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.

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.

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.

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.

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 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.

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.

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.
