-
Notifications
You must be signed in to change notification settings - Fork 2
/
code.html
77 lines (49 loc) · 2.3 KB
/
code.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
72
73
74
75
76
77
---
layout: custom
title: Code
permalink: /code/
---
<div class="home">
<h1 class='page-header'>Research Code</h1>
<p> Our research has grown from a cosomological and "Big Data" focus to include a wide variety of topics including but not limited to the ones below. Code from all of the following research areas is hosted on our GitHub <a href="https://github.com/UI-DataScience">repository</a>.
<hr>
<!-- ML-sims -->
<h4><a href='https://github.com/ProfessorBrunner/ml-sims'>Machine Learning and Cosmological Simulations</a></h4>
<p>
An exploratory framework for modeling galaxy formation using machine learning. This effort resulted in the following published works:
<ul style='padding-left:20px;'>
<li><a href="http://mnras.oxfordjournals.org/content/455/1/642.full.pdf+html">Machine Learning and Cosmological Simulations - I: Semi-analytical models</a></li>
<li><a href="https://mnras.oxfordjournals.org/content/457/2/1162.full.pdf+html">Machine Learning and Cosmological Simulations - II: Hydrodynamical Simulations</a></li>
</ul>
</p>
<br>
<!-- IoT -->
<h4><a href='https://github.com/ProfessorBrunner/iot-traffic/'>Internet of Things Traffic Simulation</a></h4>
<p>Internet of Things project employing roads, cars, and sensor networks</p>
<br>
<!-- Text Analytics -->
<h4><a href='https://github.com/UI-DataScience/Text-Analytics'>Text Analytics</a></h4>
<p>Exploration of Text article geocoding, text data sources, and automated ontologies</p>
<br>
<!-- Tools -->
<h4><a href='https://github.com/UI-DataScience/Tools'>Tools</a></h4>
<p>Investigating potential speed ups to current implementation of the sparse basis algorithm</p>
<br>
<!-- Image PZ -->
<h4><a href='https://github.com/UI-DataScience/image-pz'>Image PZ</a></h4>
<p>Pixel-level estimation of photometric redshifts for astronomical images.</p>
<br>
<!-- Business Analytics -->
<h4><a href='https://github.com/UI-DataScience/Business-Analytics'>Business Analytics</a></h4>
<p>Analysis of energy data from Irish Social Science Data Archive </p>
<br>
<!-- Algorithms -->
<h4><a href='https://github.com/UI-DataScience/Algorithms'>Algorithms</a></h4>
<p>UNDER CONSTRUCTION</p>
<br>
<!-- Financial Analytics -->
<h4><a href='https://github.com/UI-DataScience/Financial-Analytics'>Financial Analytics</a></h4>
<p>UNDER CONSTRUCTION</p>
<br>
<br>
</div>