-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.old
92 lines (81 loc) · 4.71 KB
/
index.html.old
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Steven Magaña-Zook's Digital Portfolio by stevenmz</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Steven <br />Magaña-Zook's <br />Digital Portfolio</h1>
<p>Computation for the public good</p>
<p class="view"><a href="https://www.linkedin.com/in/stevenmaganazook"><img src="images/LinkedInLogo.png" alt="The LinkedIn Logo" height="12px"/>View My LinkedIn Profile</a></p>
<p class="view"><a href="https://github.com/stevenmz"><img src="images/GitHub_Logo.png" alt="The GitHub Logo" height="12px"/>View My GitHub Profile</a></p>
<p class="view"><a href="http://stackoverflow.com/users/534347/steven-magana-zook"><img src="images/so-icon.png" alt="The Stack Overflow Logo" height="24px"/>View My Stack Overflow Profile</a></p>
<p class="view"><a href="#Presentations">Presentations</a></p>
<p class="view"><a href="#DataScienceProjects">Data Science Projects</a></p>
<p class="view"><a href="#DesktopAppProjects">Desktop Application Projects</a></p>
<p class="view"><a href="#AndroidAppProjects">Android Application Projects</a></p>
</header>
<section>
<h2>
<a name="Presentations"></a>Presentations
</h2>
<h3>Random Forest Use in Predicting Cancer</h3>
<p>
<b>Download: </b><a href="non-images/MAGANA-ZOOK_Random ForestsAndTheirApplicationToCancerPrediction.pdf">Presentation</a>
<br />
<b>Overview: </b>This presentation introduces viewers to what random forests are, how machine learning has played a historic role in the medical field, and how random forests are becoming the preferred solution for classifying samples as cancerous or benign over black-box techniques like neural networks.
</p>
<h2>
<a name="DataScienceProjects"></a>Data Science Projects
</h2>
<h3>Project Ideas</h3>
<p>
<ul>
<li>R</li>
<li>Python (matplotlib, scikit-learn, etc.)</li>
<li>SQL</li>
<li>Tableau</li>
<li>ML Algorithms: Random Forests, Logistic Regression, SVM, Naive Bayes for document classification, LDA for topic analysis, Recommendation engine (spark based?), K-means or something more interesting for unsupervised, a streaming online learning algorithm (use spark streaming + KAFKA)</li>
</ul>
</p>
<h2>
<a name="DesktopAppProjects"></a>Desktop Application Projects
</h2>
<h3>Contact Book</h3>
<img src="images/contact_book_screenshot.png" alt="Screenshot of the main user interface in the contact book application." />
<p>
<b>Technologies Used:</b> Java (Swing, JDBC)
<br/>
<b>Code Repository:</b> <a href="https://github.com/stevenmz/DatabaseContactBook">GitHub</a>
<br/>
<b>Overview:</b> This application manages an JDBC-based database persisted contact book using a graphical use interface. Features of this application include: adding / editing / deleting contacts from a database, adding / viewing / deleting notes on a contact, searching for contacts, and searching for notes.
</p>
<h2>
<a name="AndroidAppProjects"></a>Android Application Projects
</h2>
<h3>Blood Pressure Diary</h3>
<img src="images/BloodPressureAndroidMainScreen.png" alt="Screenshot of the main user interface in the Blood Pressure Diary application." />
<p>
<b>Technologies Used:</b> Java (Android SDK), RoboGuice (dependency injection framework)
<br/>
<b>Code Repository:</b> <a href="https://github.com/stevenmz/BloodPressureDiary">GitHub</a>
<br/>
<b>Overview:</b> This application was written to make it easy for people who need to track their blood pressure to do so from anywhere using their smartphone. Features of this application include: adding blood pressure readings, viewing readings in list or graph form, export of readings for sending to a health provider, and a help section that provides information on blood pressure ranges from a trusted medical source (Mayo Clinic).
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>