Eric Connelly

View My GitHub Profile

Eric Connelly’s Website

A gif of a spinning cube should be here!

Welcome to Eric Connelly’s website! I have a Bachelor of Science in Mathematics from The City University of New York, College of Staten Island.

I work on all sorts of things, many mathematical or algorithmic.

Simple Drawing Tool

About me:

I am looking for a role in data science , data analytics, or machine learning. I have a background in mathematics and programming, with my preferred language as Python. I am currently a mathematics and statistics tutor at The Fashion Institute of Technology. I also tutor students in data analysis and machine learning.

Contact me on Linkedin!

Check out my Github: Github

Idea list

Some things I want to do/ need to start/ finish.

Random Walk generator Graph Decomposer (Factorizer) Voxel Orientation Detector CNN Learning Process Backpropagator Graph Trajectory Decomposer Trajectory averager with thresholder.

Portfolio

Blog Posts

Check out my blog posts:

IDNYC Data Analysis

Trend and Noise

Notebooks

Staten Island Ferry Ridership Data Analysis

MegaMillions Data Analysis

Overview of Some Projects

Here is a brief overview of my projects. Some are still a work in progress. Feel free to message me or email me if you have any comments, criticisms, or questions.

NYC Ferry Data Time Series Forecasting

Suppose we are data analysts working for the NYC Ferry. One goal of the NYC Ferry may be to predict boarding numbers and revenue for the next year in order to allocate resources efficiently. Ferry ridership fluctuates up and down each year, so it’s important to know if there are any trends, and what changes are due to trends and what changes are due to seasonality, if any, and also, what behaviour can be attributed to random fluctuations with a noisy pattern.

So, for this project we used time series methods to decompose our data into a trend component, a seasonal component, and a irregular component, and used this decomposition to create predictions for the NYC Ferry system boarding numbers for the next year.

Note: I have no affiliation with the NYC Ferry.

image

NYC Ferry Forecasting

See the full notebook here: https://github.com/Eric-Conn/NYCFerryData_TimeSeriesForecasting/blob/master/FerryDataFinalReport.ipynb

U.S. Food Imports Data Time Series Analysis

This project is not done.

For this project we used transformed the dataset into a time series and then use exponetial smoothing to make future predictions.

Note: I have no affiliation with the U.S. Government.