A hands-on virtual experiment: build a drug molecule by tuning its physicochemical properties, then use an AI classifier to predict its drug-likeness and oral bioavailability in real time — the same screening idea used in modern computer-aided drug discovery.
To design a candidate drug molecule in-silico by adjusting its molecular descriptors, and to evaluate it with a machine-learning model that predicts drug-likeness and predicted oral bioavailability, thereby understanding how AI accelerates early drug discovery.
Artificial Intelligence (AI) is the branch of computer science that builds systems able to perform tasks needing human-like reasoning. Machine Learning (ML) is a subset of AI in which a model learns patterns from data instead of being explicitly programmed, and Deep Learning is a further subset that uses multi-layered neural networks.
In early drug discovery, screening real molecules in the lab is slow and expensive. AI models are trained on thousands of known drugs and non-drugs, learning which physicochemical properties make a molecule a good oral drug. New candidate molecules can then be screened in seconds — this is called in-silico screening.
The most famous rule set is Lipinski's Rule of Five. A molecule is likely to be an orally active drug if it does not violate more than one of:
Veber's rules add two absorption-related limits: topological polar surface area (TPSA) ≤ 140 Ų and rotatable bonds ≤ 10.
In this tool the AI verdict is produced by a logistic-regression classifier — one of the simplest ML models. It combines the descriptors with learned weights and passes the sum through a sigmoid function to output a probability between 0 and 1:
Use this five-step method whenever a candidate fails screening. Fix the biggest problem first, then re-check the AI gauges after every change.
Each case is a faulty drug candidate that failed AI screening. Load a case, read the diagnosis, then adjust the sliders below to correct it until every target turns green — then log your fix.
| # | Candidate | MW | LogP | HBD | HBA | TPSA | RotB | Violations | Drug-like | Bioavail. | Verdict | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No candidates logged yet. Design a molecule above and click "Log this candidate". | ||||||||||||
Generate a shuffled, unique paper for each student. Every paper draws different correction tasks, a different design task and different viva questions from the same syllabus — so no two students get the same set. The paper code lets a teacher reproduce any paper.
Module 1 · Unit 1 · Foundations of AI in Pharmacy — Designing and correcting drug-like candidates using a machine-learning classifier.
To design a candidate drug molecule in-silico, to correct faulty candidates, and to evaluate drug-likeness and predicted oral bioavailability using an AI (logistic-regression) model, relating physicochemical properties to Lipinski's and Veber's rules.