Difference between revisions of "User:Alexanderr"

From REU@MU
Jump to: navigation, search
(Milestones:)
(Milestones:)
 
Line 11: Line 11:
 
Information gained from data analysis will be compiled into a Landscape Report for the state of Wisconsin, and will serve as a reference for elected officials to determine statewide educational policy and funding. Also, this new TABot functionality will allow student programmers to learn from their mistakes and avoid potentially dangerous bugs before deploying code, as well as reduce the amount of time professors need to laboriously examine code.
 
Information gained from data analysis will be compiled into a Landscape Report for the state of Wisconsin, and will serve as a reference for elected officials to determine statewide educational policy and funding. Also, this new TABot functionality will allow student programmers to learn from their mistakes and avoid potentially dangerous bugs before deploying code, as well as reduce the amount of time professors need to laboriously examine code.
  
=='''Milestones:'''==
+
=='''Work Log:'''==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 21: Line 21:
 
*Initial meetings with mentor
 
*Initial meetings with mentor
 
*Data science crash course
 
*Data science crash course
*Outlines of possible project directions
+
*Outlined possible project directions
 
|-
 
|-
 
|Week 2
 
|Week 2
 
|
 
|
*Re-familiarize myself with the C language
+
*Re-familiarized myself with the C language
*Complete first few OS projects on Dr. Brylow's website
+
*Completed first few OS projects on Dr. Brylow's website
*Machine learning course
+
*Watches machine learning courses
*Meet with Sudjeeth to review goals and available data
+
*Met with Sudjeeth to review goals and available data
 
|-
 
|-
 
|Week 3
 
|Week 3
 
|
 
|
 
*Read papers concerning static analysis of C code
 
*Read papers concerning static analysis of C code
*Implement Python script to scrape DPI website
+
*Implemented Python script to scrape DPI website
*Use pandas and scikit-learn to clean data
+
*Used pandas and scikit-learn to clean data
*Compile enrollment statistics and discuss with Sudjeeth
+
*Compiled enrollment statistics and discuss with Sudjeeth
 
|}
 
|}

Latest revision as of 16:52, 18 June 2020

About Me

My name is Alex Rambasek. I'm a rising junior at Case Western Reserve University in Cleveland, Ohio, studying Computer Science and Mathematics. My areas of concentration in CS is artificial intelligence.


Project Description

I'm working alongside Dr. Dennis Brylow and Sudjeeth Ramagoni in the Summer of 2020 to help clean, analyze, interpret, and predict data about high school CS education in the state of Wisconsin. Furthermore, I am helping to integrate static code analysis into a series of bash scripts known as TABot, used at Marquette to grade student code against instructor provided test cases in courses such as Operating Systems.


Why Should I Care?

Information gained from data analysis will be compiled into a Landscape Report for the state of Wisconsin, and will serve as a reference for elected officials to determine statewide educational policy and funding. Also, this new TABot functionality will allow student programmers to learn from their mistakes and avoid potentially dangerous bugs before deploying code, as well as reduce the amount of time professors need to laboriously examine code.

Work Log:

Week Description
Week 1
  • Initial meetings with mentor
  • Data science crash course
  • Outlined possible project directions
Week 2
  • Re-familiarized myself with the C language
  • Completed first few OS projects on Dr. Brylow's website
  • Watches machine learning courses
  • Met with Sudjeeth to review goals and available data
Week 3
  • Read papers concerning static analysis of C code
  • Implemented Python script to scrape DPI website
  • Used pandas and scikit-learn to clean data
  • Compiled enrollment statistics and discuss with Sudjeeth