-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.html
71 lines (67 loc) · 3.14 KB
/
generic.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<title>Hybrid Recommendation for Drug Discovery</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="assets/css/main.css" rel="stylesheet" />
<noscript>
<link href="assets/css/noscript.css" rel="stylesheet" />
</noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="title" href="index.html">Hybrid Recommendation for Drug Discovery</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="generic.html">Hybrid Recommendation for Drug Discovery</a></li>
<li><a href="index.html#three">Get in touch</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section class="wrapper" id="main">
<div class="inner">
<h1 class="major">About Hybrid Recommendation for Drug Discovery</h1>
<span class="image fit"><img alt="" src="images/pic04.png" /></span>
<p>Hybrid Recommendation for Drug Discovery is a state-of-the-art machine learning model designed to aid
in the discovery of new drugs. It works by taking a set of numerical values as inputs, which
represent various properties of potential drug compounds. These could be physical or chemical
properties, such as molecular weight, solubility, or the presence of certain functional groups.</p>
<p>The 'Hybrid' in its name refers to the combination of different types of recommendation techniques
that this model uses. Specifically, it combines content-based techniques, which use features of the
compounds, with collaborative filtering techniques, which use past interactions between different
compounds and experimental results. By combining these techniques, the model can provide a more
complete and accurate view of potential drug candidates.</p>
<p>This approach can greatly speed up the process of drug discovery by allowing researchers to explore a
wider space of possibilities and direct their efforts more efficiently. As more data is collected,
the model can improve and provide even more accurate recommendations. The ultimate goal is to aid in
the identification of new, effective drugs that can then be taken forward into clinical trials and,
ultimately, used to treat patients.</p>
</div>
</section>
</div>
<!-- Footer -->
<footer class="wrapper alt" id="footer">
<div class="inner">
<ul class="menu">
<li>© <a href="https://github.com/Afkerian/Hybrid-Recommendation-for-Drug-Discovery"> Hybrid-Recommendation-for-Drug-Discovery</a>. All rights reserved.</li>
<li>Power By: <a href="https://github.com/Afkerian">AFKERIAN</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>