Table of Contents
Challenges of Molecular Simulation Algorithms
The industry’s first three-dimensional molecular pre-training model
Home Technology peripherals AI Volcano Engine helps Shenzhen Technology release the industry's first 3D molecular pre-training model Uni-Mol

Volcano Engine helps Shenzhen Technology release the industry's first 3D molecular pre-training model Uni-Mol

Apr 13, 2023 am 10:10 AM
volcano engine gpu acceleration

The continuous emergence of new drugs has improved the quality of human life and average life span to a certain extent. In the field of drug design, since there are tens of millions of combinations of drug molecules and diverse structures, the chemical space of drug candidates has become very large.

#How can we speed up drug design? Shenzhen Technology, established in 2018, is committed to using artificial intelligence and molecular simulation algorithms, combined with advanced computing methods, to solve this important scientific problem.

Challenges of Molecular Simulation Algorithms

Shenzhen Technology is a practitioner of the "AI for Science" scientific research paradigm and is the most advanced model of human civilization. Basic biomedicine, energy, materials and information science and engineering research create a new generation of micro-scale industrial design and simulation platforms.

#This high-tech enterprise has strong scientific research and industrial implementation capabilities. For example, in the field of medicine, Shenzhen Technology combines free energy perturbation theory, molecular dynamics, enhanced sampling algorithms with high-performance computing through Hermite Uni-FEP, Uni-Fold, RiD and other modules to accurately predict protein structure and conformational changes. , and efficiently evaluate the binding free energy of proteins and ligands with chemical precision, provide efficient and accurate theoretical guidance for drug developers, and improve the efficiency of drug design and optimization.

Since molecular simulation algorithms are linearly dependent on computing power and other resources, Shenzhen Technology has encountered the following challenges in terms of underlying resource scheduling and algorithm optimization:

  1. The number of computing tasks is large and fluctuates greatly, requiring the underlying platform to provide flexible and efficient elastic scheduling capabilities;
  2. Large model, large memory training;
  3. Reading massive unstructured file data;

Shenzhen Technology chooses to cooperate with Volcano Engine to obtain efficient, reliable and flexible high-performance computing services.

The industry’s first three-dimensional molecular pre-training model

The Volcano Engine provides Shenzhen Technology with a scientific computing solution based on GPU acceleration, which can Automatically elastically expand capacity based on business traffic, automatically collect the health status of each node, and formulate corresponding self-healing strategies to achieve intelligent operation and maintenance. For example, when a node is unavailable, this solution can replace and reschedule the containers on the node to ensure the smooth and healthy operation of the business.

Volcano Engine helps Shenzhen Technology release the industry's first 3D molecular pre-training model Uni-Mol

The scientific computing solution relies on the cloud-based products of Volcano Engine to provide elastically scalable accelerated computing server GPUs with high performance A file service cluster and ultra-high concurrency throughput parallel file storage, coupled with a machine learning platform specially designed for high-performance computing scenarios such as AI and scientific computing, empower Shenzhen Technology to focus on core business development.

The relevant person in charge of Shenzhen Technology said: "After using scientific computing solutions, we can focus on building the application itself without directly purchasing and managing infrastructure such as underlying servers. Effectively reducing IT maintenance costs."

The Volcano Engine scientific computing solution effectively guarantees the research and development progress of Shenzhen Technology. Recently, Shenshi Technology released the first three-dimensional molecular pre-training model Uni-Mol (https://github.com/dptech-corp/Uni-Mol).

Volcano Engine helps Shenzhen Technology release the industry's first 3D molecular pre-training model Uni-Mol

##Uni-Mol framework diagram

Uni-Mol directly connects the molecules Three-dimensional structures are used as model inputs rather than one-dimensional sequences or two-dimensional graph structures. Representation learning based on three-dimensional information allows Uni-Mol to surpass SOTA (state of the art) in almost all downstream tasks related to drug molecules and protein pockets, and also allows Uni-Mol to directly complete molecular conformation Generation, protein-ligand binding conformation prediction and other tasks related to 3D conformation generation, and surpass existing solutions.

In the future, Shenzhen Technology will also launch a series of protein free energy and absolute free energy calculation functions based on the Volcano Engine platform, bringing innovative solutions to the industry. Advanced productivity tools accelerate the development of pharmaceutical and other design designs.



The above is the detailed content of Volcano Engine helps Shenzhen Technology release the industry's first 3D molecular pre-training model Uni-Mol. 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)

Bytedance Beanbao large model released, Volcano Engine full-stack AI service helps enterprises intelligently transform Bytedance Beanbao large model released, Volcano Engine full-stack AI service helps enterprises intelligently transform Jun 05, 2024 pm 07:59 PM

Tan Dai, President of Volcano Engine, said that companies that want to implement large models well face three key challenges: model effectiveness, inference costs, and implementation difficulty: they must have good basic large models as support to solve complex problems, and they must also have low-cost inference. Services allow large models to be widely used, and more tools, platforms and applications are needed to help companies implement scenarios. ——Tan Dai, President of Huoshan Engine 01. The large bean bag model makes its debut and is heavily used. Polishing the model effect is the most critical challenge for the implementation of AI. Tan Dai pointed out that only through extensive use can a good model be polished. Currently, the Doubao model processes 120 billion tokens of text and generates 30 million images every day. In order to help enterprises implement large-scale model scenarios, the beanbao large-scale model independently developed by ByteDance will be launched through the volcano

Steps to enable GPU acceleration in Win10 Steps to enable GPU acceleration in Win10 Dec 27, 2023 am 08:47 AM

If you turn on the GPU acceleration function on your computer, you can make the performance of the graphics card more powerful and get a better experience when browsing websites or watching movies. However, many users don't know how to turn it on. Let's take a look. How to turn on win10 gpu acceleration: Method 1: QQ browser download address >> 1. Open the browser and click the "Menu" in the upper right corner. 2. Select "Settings" in the menu. 3. Click "Advanced" on the taskbar. 4. Click "Turn on" in the drop-down list of "Turn on GPU accelerated rendering of web pages". Method 2: 360 browser download address >> 1. Click "Tools" on the taskbar on the upper right. 2. Click "Options" in the drop-down menu. 3. Click "Laboratory" in the left taskbar

Implementing Machine Learning Algorithms in C++: The Best Way to GPU Acceleration Implementing Machine Learning Algorithms in C++: The Best Way to GPU Acceleration Jun 02, 2024 am 10:06 AM

CUDA accelerates ML algorithms in C++, providing faster training times, higher accuracy, and scalability. Specific steps include: defining data structures and kernels, initializing data and models, allocating GPU memory, copying data to GPU, creating CUDA context and streams, training models, copying models back to the host, and cleaning.

The marketing effect has been greatly improved, this is how AIGC video creation should be used The marketing effect has been greatly improved, this is how AIGC video creation should be used Jun 25, 2024 am 12:01 AM

After more than a year of development, AIGC has gradually moved from text dialogue and picture generation to video generation. Looking back four months ago, the birth of Sora caused a reshuffle in the video generation track and vigorously promoted the scope and depth of AIGC's application in the field of video creation. In an era when everyone is talking about large models, on the one hand we are surprised by the visual shock brought by video generation, on the other hand we are faced with the difficulty of implementation. It is true that large models are still in a running-in period from technology research and development to application practice, and they still need to be tuned based on actual business scenarios, but the distance between ideal and reality is gradually being narrowed. Marketing, as an important implementation scenario for artificial intelligence technology, has become a direction that many companies and practitioners want to make breakthroughs. Once you master the appropriate methods, the creative process of marketing videos will be

The technical strength of Huoshan Voice TTS has been certified by the National Inspection and Quarantine Center, with a MOS score as high as 4.64 The technical strength of Huoshan Voice TTS has been certified by the National Inspection and Quarantine Center, with a MOS score as high as 4.64 Apr 12, 2023 am 10:40 AM

Recently, the Volcano Engine speech synthesis product has obtained the speech synthesis enhanced inspection and testing certificate issued by the National Speech and Image Recognition Product Quality Inspection and Testing Center (hereinafter referred to as the "AI National Inspection Center"). It has met the basic requirements and extended requirements of speech synthesis. The highest level standard of AI National Inspection Center. This evaluation is conducted from the dimensions of Mandarin Chinese, multi-dialects, multi-languages, mixed languages, multi-timbrals, and personalization. The product’s technical support team, the Volcano Voice Team, provides a rich sound library. After evaluation, its timbre MOS score is the highest. It reached 4.64 points, which is at the leading level in the industry. As the first and only national quality inspection and testing agency for voice and image products in the field of artificial intelligence in my country’s quality inspection system, the AI ​​National Inspection Center has been committed to promoting intelligent

How to turn on the GPU acceleration function in Win10 2004 version How to turn on the GPU acceleration function in Win10 2004 version Dec 25, 2023 pm 10:39 PM

The latest version of win10, version 2004, has been updated with many features. The one that has attracted more attention is the GPU acceleration function that can optimize the game. So how to enable this function? Let’s take a look at the detailed method below. How to enable gpu acceleration in win102004: 1. Press "win+i" to open windows settings. 2. Click the "System" option in settings. 3. Click "Display" in the left taskbar. 4. Scroll down in the interface on the right and click "Graphics Settings". 5. Turn on the switch under "Hardware Acceleration GPU Plan".

Focusing on personalized experience, retaining users depends entirely on AIGC? Focusing on personalized experience, retaining users depends entirely on AIGC? Jul 15, 2024 pm 06:48 PM

1. Before purchasing a product, consumers will search and browse product reviews on social media. Therefore, it is becoming increasingly important for companies to market their products on social platforms. The purpose of marketing is to: Promote the sale of products Establish a brand image Improve brand awareness Attract and retain customers Ultimately improve the profitability of the company The large model has excellent understanding and generation capabilities and can provide users with personalized information by browsing and analyzing user data content recommendations. In the fourth issue of "AIGC Experience School", two guests will discuss in depth the role of AIGC technology in improving "marketing conversion rate". Live broadcast time: July 10, 19:00-19:45 Live broadcast topic: Retaining users, how does AIGC improve conversion rate through personalization? The fourth episode of the program invited two important

An in-depth exploration of the implementation of unsupervised pre-training technology and 'algorithm optimization + engineering innovation' of Huoshan Voice An in-depth exploration of the implementation of unsupervised pre-training technology and 'algorithm optimization + engineering innovation' of Huoshan Voice Apr 08, 2023 pm 12:44 PM

For a long time, Volcano Engine has provided intelligent video subtitle solutions based on speech recognition technology for popular video platforms. To put it simply, it is a function that uses AI technology to automatically convert the voices and lyrics in the video into text to assist in video creation. However, with the rapid growth of platform users and the requirement for richer and more diverse language types, the traditionally used supervised learning technology has increasingly reached its bottleneck, which has put the team in real trouble. As we all know, traditional supervised learning will rely heavily on manually annotated supervised data, especially in the continuous optimization of large languages ​​​​and the cold start of small languages. Taking major languages ​​​​such as Chinese, Mandarin and English as an example, although the video platform provides sufficient voice data for business scenarios, after the supervised data reaches a certain scale, it will continue to

See all articles