diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-03 20:13:35 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-03 20:13:35 -0600 |
commit | 7bb1ec6c5cf46949697770d49caa3d7dce5ac21d (patch) | |
tree | 4f77398b7323f2433979e84873887d96a7167471 /about.html | |
parent | 9262b304e002b93cd270784fbfaf3a9d505773bf (diff) |
added projects and NNetowrk page
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,6 +3,7 @@ <head> + <title>chrhodgden - About</title> <link rel="stylesheet" href="style.css"/> <script src="app.js"></script> @@ -13,10 +14,12 @@ <h1>About Me</h1> <p> - My name is Christian Hodgden. I am currently a Data Analyst for an Industrial Engineering department in a distribution environment. + My name is Christian Hodgden. + I am currently a Data Analyst for an Industrial Engineering department in a distribution environment. I am learning about other programming languages and very interested in Data Science. I have professionially done some linear regression modeling within our team and I would like to expand that part of my career. - Learing about Machine Learning and other techniques is very interesting and I would like to find applications for the Neural Network library I have built in R. + Learing about Machine Learning and other techniques is very interesting. + <br> <br> Right now I am teaching myself with YouTube tutorials and taking certifications as I can. </p> |