Merge /pub/main
[educational.data.git] / AI01 / rbp / qsar.bp
blob25149adbdb780fddd0702f735aece3cd150e0585
1 * This program does (as backprop always does) a form of non-linear\r
2 * regression.  The goal is to predict the reactivity of certain chemical\r
3 * compounds given data about those compounds.  This particular data\r
4 * comes from "1-(Substituted-benzyl) imidazone-2(3H)-thione Inhibitors\r
5 * of Dopamine B-Hydroxylase", by Benjamin J. Burke and A. J. Hopfinger\r
6 * in the Journal of Medicinal Chemistry 1990, volume 33, pages 274-281.\r
7 * Oh, yes, QSAR stands for Quantitative Structure Activity Relationship.\r
8 *\r
9 * There are two data sets you can use.  The one in qsar.dat is the\r
10 * original form of the data.  The one in qsar2.dat has been modified\r
11 * so that the fifth input parameter has been divided by 10.  I haven't\r
12 * done a complete investigation of both sets but the second one may\r
13 * work a little better.\r
14 *\r
15 m 5 3 1\r
16 f ir or\r
18 a as aol dd uq\r
19 qp e 0.1 m 1.5 d 0.0001 s-\r
20 s 7\r
21 ci 0.1\r
22 t 0.5\r
24 *rt qsar.dat\r
25 rt qsar2.dat\r