Giter VIP home page Giter VIP logo

mldd23's Introduction

Machine Learning in Drug Design (2023)

This repository contains course materials for the course "Machine Learning in Drug Design." In the labs directory, there are materials covering the following topics:

  1. Python and machine learning basics (revision)
    • Textual representations of molecules: SMILES
    • Vector representations of molecules: descriptors and fingerprints
    • Introduction to RDKit
    • Classical ML models: Linear Regression, Random Forest, Support Vector Machines
  2. ???

About us

GMUM (Machine Learning Research Group) is a group at the Jagiellonian University working on various aspects of machine learning, and in particular deep learning - in both fundamental and applied settings. The group is led by prof. Jacek Tabor.

Some of the research directions our group pursues include:

  • generative models: efficient training and sampling; inpainting; super-resolution,
  • theoretical understanding of deep learning and optimization,
  • natural language processing,
  • drug design and cheminformatics,
  • unsupervised learning and clustering,
  • computer vision and medical image analysis.

We are hosting machine learning seminars that are open to the public. You can check the schedule on our website and join online (links posted on our Facebook). You can also add seminar info to your Google calendar.

Environment Setup

Python will be used throughout the course. The environment setup steps are shown below:

  1. Install miniconda following the instructions for your operating system.
  2. Download this repository: git clone https://github.com/gmum/mldd23.git.
    • You need to have Git installed.
  3. Install environment from the YAML file: conda env create -f environment.yml (or conda env create -f environment-gpu.yml for the GPU version).

In the environments directory, you can find environment files with the exact versions of packages for each operating system (including a GPU environment for Windows).

Important! If you would like to use your GPU to train neural networks, update the line pytorch-cuda={cuda version} in the environment-gpu.yml file. The current CUDA version is 11.7, but you should check your graphics card compatibility first.

Literature

???

mldd23's People

Contributors

mokosaur avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.