Contact
- LinkedIn.
- asalyers@email.wm.edu
Purpose
The purpose of this website is to display the capabilities I have developed from the William & Mary Master of Science in Business Analytics Program, and skills learned along the way. I hope that this website provides you insight about myself, my projects, and code I find helpful!
About Me
Hi everyone!
My name is Ashleigh Salyers and I am a graduate student in the Master of Science in Business Analytics Program at W&M. In 2017, I graduated from James Madison University with a double major in Justice Studies and Sociology. Currently, I am a Reporting Analyst on a Project Management team supporting a fast-paced Government client. In my role, I enjoy managing data, developing documents/reports, and conducting high level analysis. I know that this program will assist me in accomplishing my career goals! In my free time, I enjoy running, yoga/meditation, and spending time with my Fiancé, Paul, and cat, Apollo.
Courses
Course | Course Name |
---|---|
BUAD 502A | Probability and Statistics I |
BUAD 502B | R Programming |
BUAD 502C | Python Programming |
BUAD 502D | Linear Algebra for Business Analytics |
BUAD 5112 | Competing through Business Analytics |
BUAD 5772 | Database Management and Visualization |
BUAD 5052 | Probabiliy and Statistics for Business Analytics |
BUAD 5092 | Optimization & Heuristics |
BUAD 5122 | Machine Learning I |
BUAD 5132 | Machine Learning II |
BUAD 5802 | Artifical Intelligence |
BUAD 5762 | Capstone Project |
Projects
- User Input: This is a basic coding function that captures user input and returns a response based on that user’s inserted value.
- Basic Graphing Repository: This repository will provide you with some sample graphs that I have developed using Python.
- Basic Graphing HTML and Basic Graphing Jupyter Notebook: This provides the basic coding functions for a scatterplot and a bar chart.
Beginner Coding Tips and Tricks
# Generate a Random Number
import random
print(random.randint(0,4))
# Determining a Negative or Positive Value
for j in range(list):
if (j % 2) == 0:
print("Even".format(int))
else:
print("Odd".format(int))
# Convert Number to Float
float()
# Convert list/dict to a tuple
tuple()
# Convert dict/tuple to a list
list[]
# Convert tuple/list to a dict
dict{}