Wednesday, April 29, 2015

Math and Computer Science Students Honored at 2015 Student Awards Ceremony

Congratulations to Isaac Polinsky, Timothy M. Noll, and Timothy R. Julian, who were honored at the 2015 Student Awards Ceremony! Isaac Polinsky received the Computer Science Outstanding Undergraduate Student Award. Timothy M. Noll received the Computer Science Outstanding Graduate Student Award. Timothy R. Julian received the Mathematics Outstanding Student Award.

Sunday, April 19, 2015

Bot!Battle! Tournament: Friday, May 1st

Seniors Austin Barket, Steven Erb, and Randall Hudson have created a Bot!Battle! system for the CMPSC 488: Computer Science Project course.  The system enables you to write a program to play a game similar to the one at:

http://www.mindjolt.com/save-the-island.html

We will be having a tournament on Friday, May 1st, at 2:30 in the Sun lab, with the bots that people have written to play the game.  Prizes will be available!  (Note that you do not need to be present at the tournament to participate).

In the test arena that Barket, Erb, and Hudson created, you can play as a person against your bots, play your bots against a preloaded bot, or play different bots that you write against each other.  For the URL of the test arenas or more information, please contact Dr. Blum (jjb24 (at) psu (dot) edu).

Wednesday, April 15, 2015

Long and Blum Receive Best Paper Award at CNS 2015

Jason Long, a former PSH graduate student now with Google, and Dr. Jeremy Blum received the best paper award for the Communications and Networking Simulation (CNS) Symposium at SpringSim '15 for their paper "SALIENT: Stochastic, Adaptive Latency Improvement for Event Notification Trees."

The abstract for the paper follows:

A challenge in massively multiplayer online games is the need for game event information to be quickly disseminated to all participants. Because of the cost and scalability limitations of centralized servers, peer-to-peer technologies have been adopted in which peers serve both to reconcile conflicting actions and to relay the events to other peers. This manuscript introduces Stochastic, Adaptive Latency Improvement for Event Notification Trees (SALIENT), which provides a method for constructing and maintaining a peer-to-peer event notification tree. SALIENT is a distributed algorithm that uses a number of independent mechanisms that work over time to incrementally make improvements to the event notification tree. In random networks of various sizes, SALIENT was found to greatly reduce experienced latency, typically as much as 40-60% reduction in event delays. In addition, SALIENT has bandwidth management strategies that help avoid situations of bandwidth overload, allowing many more participants to participate despite limited participant bandwidth.

Thursday, April 9, 2015

Talk: Physically Based Modeling

You are invited to our next "Pizza with a Professor" talk!

Here are the details:

Topic: "Physically Based Modeling"
Speaker: Dr. Sukmoon Chang

Day & Time: Tuesday (4/14/15) from 11:15am - 12:45pm
Location: Olmsted W212

Saturday, April 4, 2015

Formal Methods, Social Networking, and Code Generation

You are invited to our next "Pizza with a Professor" talk! 

Here are the details:

Topic: "Formal Methods, Social Networking, and Code Generation"
Speaker: Dr. Tim Wahls, Dickinson College
Day & Time: Tuesday (4/7/15) from 11:15am - 12:45pm
Location: Olmsted W212

Wednesday, April 1, 2015

Talk: Big Data and Human Creativity

You are invited to the following talk, which is being held as part of the data mining course.  All students are welcome to attend:

Title: Big Data and Human Creativity
Speaker:  Mark Pitts
Date/Time:  Thursday, April 2, 6 pm
Location:  Olmsted 211C

Speaker Bio:
Mark Pitts is Vice President of Enterprise Informatics, Data & Analytics at Highmark Health, the third-largest integrated health care delivery and financing system in the United States. Pitts has over 25 years of healthcare experience in both payer and provider organizations.  In his seven years with UnitedHealthcare, Mark built the UHC Data Science function from the ground up, including the creation of an innovative and award-winning data & analytics platform, and pioneered the application of machine learning and unstructured data analysis to health care challenges. Mark also devoted 17 years to the University of Florida Health System, delivering technology and analytic solutions for both the UF Physicians Faculty Group Practice and Shands HealthCare, the hospital system of the University of Florida.

He is a sought-after public speaker on the subject of health care analytics, regularly appearing at events in North America and around the world.  Many attendees comment on his ability to make technical topics accessible to everyone – with a sense of humor along the way.  He has been interviewed, quoted, and featured in a variety of broadcast, print, and online publications, including Public Radio’s All Things Considered and the InformationWeek Advanced Analytics issue.

Mark studied computer engineering, graduated with honors from the University of Florida with Bachelor’s and Master’s Degrees in Accounting, and earned a Master of Science in Statistics with a dual emphasis in Applied Statistics and Biostatistics from Texas A&M University.

Wednesday, March 25, 2015

A Clustering Approach to the Bounded Diameter Minimum Spanning Tree Problem Using Ants

You are invited to Tyler Derr's Master's Thesis defense.

Thesis Title: "A Clustering Approach to the Bounded Diameter Minimum Spanning Tree Problem Using Ants"
Thesis Advisor:  Dr. Thang Bui

Date/Time:  Friday, March 27, 2015, 1 pm
Location:  Olmsted E309

Abstract
The bounded diameter minimum spanning tree problem is the problem of finding a minimum cost spanning tree of a graph such that the number of edges along the longest path in the tree is at most d. This problem is well known to be NP-hard. We present an ant-based algorithm for this problem in which we use two species of ants. The first species is used to discover clusters in the vertex set and then a bounded diameter spanning tree is created within each cluster. The second species is then used to connect the tree in the clusters together building a bounded diameter spanning tree for the whole graph. This tree is then local optimized yielding a solution to the overall problem. Experimental tests have been conducted on two types of complete graphs, 135 Euclidean and 120 non-Euclidean, totalling 255 graphs. Each Euclidean graph consists of a set of vertices randomly placed in the unit square and the edge cost between two vertices is the Euclidean distance between them. The non-Euclidean graphs are structured such that all the edge weights in the graph have been randomly selected from [0.01,0.99]. For the Euclidean graphs the results show that our algorithm achieves solutions close to the best known for most of the instances. However, on the non-Euclidean graphs our algorithm has obtained new best known solutions for the majority of the graphs and has come very close to the best known in the others.

Information Theory, Jokes, and Logic Puzzles

Ever wonder what kinds of jokes information theory professors tell?  Or how you can apply ideas from information theory to logic puzzles?  Or how you might write an algorithm to determine whether a joke is funny?  Or whether pizza is suitable for a late breakfast or early lunch?

If so, come to the following Pizza with a Professor talk:

Title:  "Information Theory, Jokes, and Logic Puzzles"
Speaker:  Dr. Jeremy Blum
Location:  Olmsted 212W
Date/Time:  Tuesday, March 31, 11:15 am
Topic: "Information Theory, Jokes, and Logic Puzzles"
Speaker: Dr. Blum
Day & Time: Tuesday (3/31/15) from 11:15am - 12:45pm
Location: Olmsted W212

Friday, March 20, 2015

Thesis Defense: Word Sense Disambiguation

You are invited to Saket Kumar's thesis defense.
Thesis Title: Word Sense Disambiguation
Thesis Advisor: Dr. Omar El Ariss

Date/Time:  Tuesday, March 24, 2015, 11:15am
Location: Olmsted E310.

Abstract
Semantics or the meaning of a given sentence is an important step in communication and knowledge acquisition. Humans are good with understanding the meaning of a given text, but how do we do that? Is it simply looking up the definition of each word one at a time or is it more than that? Also, is it possible for a program to automate the process of language understanding?

Humans can infer meaning through the use of not only the definition of word, where one word might have various conflicting definitions, but also based on their experience and the text’s context and domain. Word Sense Disambiguation is a problem in natural language processing that automates the process of text interpretation. In other words, WSD is an algorithm that finds the most appropriate word meaning in a particular context. The importance of Word Sense Disambiguation (WSD) lies in the processing of large amount of data without the need of constant help and human intervention. It is crucial for many applications such as translation, summerization, information retrieval and many other natural language applications.

We introduce an unsupervised knowledge based approach for word sense disambiguation using a bee colony optimization algorithm. We also present several variations to our bee colony approach that improves the overall performance of the algorithm. The Results are compared with recent unsupervised approaches such as ant colony optimization, genetic algorithm, most frequent sense and simulated annealing.

"Codebreaker" Movie Sceening and Q&A Session with the Executive Producer

You are invited a screening of the award winning documentary CODEBREAKER, which tells the remarkable and tragic story of one of the 20th century’s most important people. Alan Turing set in motion the computer age and his World War II code breaking helped turn the tide of the Second World War.  After the screening, there will be a Q&A session with Patrick Sammon,  the executive producer of the documentary.


Date and Time:  Friday, March 27, 2015, 6:00 pm
Location:  104 Educational Activities Building (EAB)


This event is open to the public, and is sponsored in part by the ACM Student Chapter.  More information about the movie is available at:

http://www.turingfilm.com/tag/codebreaker

Thursday, March 19, 2015

Null and Lobur earn third “Texty” award

Dr. Linda Null, associate professor of computer science and Julia Lobur, instructor in computer science in Penn State Harrisburg’s School of Science, Engineering and Technology, have won their third “Texty” Textbook Excellence Award for the fourth edition of their textbook The Essentials of Computer Organization and Architecture (Jones & Bartlett Learning, LLC), given by the Text and Academic Authors Association (TAA). Null and Lobur previously won in 2013 for the third edition and 2007 for the second edition.
The Texty, recognizes works for their excellence in the areas of content, presentation, appeal, and teachability.

Null has taught mathematics and computer science for more than 30 years and currently serves as the computer science graduate program coordinator and associate program chair for Penn State Harrisburg.
Lobur, who earned her baccalaureate and master’s degrees in computer science at the college, has been a practitioner in the computer science industry for more than 30 years.  

The TAA is a nonprofit, membership association dedicated to assisting textbook and academic authors enhance the quality of textbooks and academic materials by providing educational and networking opportunities.

Tuesday, March 17, 2015

Thesis Defense: Course Scheduling with Preference Optimization

You are invited to Siddharth Dahiya's thesis defense.

Thesis Title: Course Scheduling with Preference Optimization

Thesis Advisor: Dr. Thang Bui

Abstract

The university course timetabling problem is a well-researched NP-Hard problem where the goal is to create a course timetable with a given number of professors, courses and time slots. There are certain constraints that need to be followed to ensure that professors are not over booked and that courses that may be scheduled by a student in the same semester, are not scheduled during overlapping time. A new perspective of preferences for courses and professors is presented and upon it a new problem is introduced called course scheduling with preference optimization. The focus of this problem is given sets of courses, professors, time slots, and preferences in terms of time of day for each professor and each course, a schedule is generated where maximum possible preferences are satisfied. To solve this problem, a hybrid genetic algorithm called Course Scheduling Algorithm is also presented. The course scheduling algorithm returns a schedule where the preferences for professor and courses are maximized as well as the difference between the number of credits that may be assigned to a professor and the number of credits actually assigned to a professor is kept to a minimum.

Date/Time: Tuesday, March 17th, 11:15 am
Location: Olmsted E310

Thursday, March 12, 2015

Talk: "Lessons from the $1,000,000 Netflix Prize"


Date/Time:  Thursday, March 19th, 6 pm
Location:  Olmsted 211C
Speaker:  Dr. Robert Bell (formerly with AT&T Labs-Research, soon to be with Google)

You are invited to hear Dr. Robert Bell discuss collaborative filtering and recommender systems for the COMP 597: Data Mining course.  Dr. Bell is one of the winners of the $1,000,000 Netflix Prize, a competition sponsored by Netflix to improve the accuracy of their movie recommendation system.  Since space is limited, if you are interested in attending and you are not enrolled in the Data Mining course, please RSVP to Dr. Blum (jjb24@psu.edu).

Speaker Biography:

Dr. Robert Bell is scheduled to join Google in April of this year.  Until recently, he was a member of the Statistics Research Department at AT&T Research since 1998.  He previously worked at RAND doing public policy analysis.  His current research interests include machine learning methods, analysis of data from complex samples, and record linkage methods.  He was a member of the team that won the Netflix Prize competition.  He has served on the Fellows Committee of the American Statistical Association, the board of the National Institute of Statistical Sciences, the Committee on National Statistics, the advisory committee of the Division of Behavioral and Social Sciences and Education, and several previous National Research Council advisory committees studying statistical issues from conduct of the decennial census to airline safety.   Dr. Bell received his Ph.D. in Statistics from Stanford University, an M.S. Statistics from the University of Chicago, and a B.S. in Mathematics from Harvey Mudd College.

Friday, January 23, 2015

Monday, January 19, 2015

Building Your On Line Resume Using LinkedIn (January 27, 2014)

Please join the IEEE Susquehanna Section for a presentation/workshop by Don Herres.
Students of all levels and those professionals seeking new employment opportunities are encouraged to join this valuable workshop. Free dinner with beverages is available to the attendees one hour before the presentation/workshop. The purpose of a resume is to get you to the interview with a prospective employer or client. An online resume is different for two reasons: it is not targeted at a specific employer, and it can be found without you submitting it. More than 85% of employers, and nearly all the ones for which you have an interest are using Linkedin. Furthermore, your online visibility is a great asset. This workshop will explore what key elements you need to have, what you should avoid, and how to format your resume so it is easily read by both a person and a computer. Guest wireless is available and participants are invited to bring a computer for the hands on workshop portion.

Participants to this free dinner and presentation/workshop must be registered to attend. Please use the following link to register.

Free dinner is scheduled for 6:30 pm followed by the presentation/workshop at 7:30 pm.

Location: Penn State Harrisburg Library Building
Morrison Gallery
777 West Harrisburg Pike
Harrisburg, PA 17057