-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.81 KB
/
index.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
---
layout: "single_home"
title: "Home"
permalink: /
---
<center><h1>Welcome to the<br>Machine Learning in Mental Health Lab</h1></center>
We are a multi-disciplinary group of researchers based at the Institute of Psychiatry, Psychology & Neuroscience (King's College London). We develop and apply state-of-the-art machine learning methods to investigate a range of mental health disorders, with a particular focus on psychosis. A core aim of our research is to develop and validate clinical tools that could be used to inform diagnosis and treatment of individual patients.<br>
<br>
We have expertise in several machine learning techniques: <br>
<ul>
<li>Support Vector Machines</li>
<li>Deep Neural Networks</li>
<li>Convolutional Neural Networks</li>
</ul>
<br>
We have extensive experience in the application of these techniques to different types of data:<br>
<ul>
<li>Neuroimaging</li>
<li>Clinical data</li>
<li>Smartphone-based data</li>
<li>Cognitive data</li>
</ul>
We work collaboratively and are happy to share our programming codes, publications and resources with the wider research community here.
If you have questions about our research or would like to explore a possible collaboration, please do not hesitate to get in touch @ <a href="mailto:[email protected]">[email protected]</a>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "EducationalOrganization",
"name" : "Machine Learning in Mental Health Lab",
"address":{
"@type": "PostalAddress",
"addressCountry": {
"@type": "Country",
"name": "United Kingdom"
},
"addressLocality": "London",
"addressRegion": "London",
},
"parentOrganization": "King's College London",
"department": "Institute of Psychiatry, Psychology & Neuroscience",
"email" : "[email protected]",
}
</script>