Skip to content

Latest commit

 

History

History

tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

English | 简体中文

Background

Recently, increasing studies employ machine learning methods, especially deep neural networks, for DTA drug discovery due to their time efficiency compared with biological experiments and huge advances in various domains. We provide abundant tutorials to help you navigate the repository and start quickly.

How to Run the Tutorials

The tutorials are written as Jupyter Notebooks and designed to be smoothly run on your machine. You should first install Jupyter and PaddleHelix before proceeding.

After the installation of Jupyter and PaddleHelix, please go through the following steps:

  1. Clone this repository to your machine;
  2. Change the working directory of your shell to "path_to_your_repo/PaddleHelix/tutorials/";
  3. Open "Jupyter lab" with the command jupyter-lab, wait for your web browser to be called out;
  4. All the tutorials should be in the "File Browser" now.

Click and enjoy!