League of Legends Update: 4/2/17

Slides:



Advertisements
Similar presentations
AE1APS Algorithmic Problem Solving John Drake..  Previously we introduced matchstick games, using one pile of matches  It is possible to have more than.
Advertisements

Chapter 3 Data Models.
Things We Need To Improve For Problems Our Screw-Ups: 1.Late schedules. Many reasons for this but primarily because of a new Director of Operations.
In this section, we will investigate how to take the derivative of the product or quotient of two functions.
1 Berendt: Advanced databases, first semester 2011, 1 Advanced databases – Inferring new knowledge.
Natural Deduction Proving Validity. The Basics of Deduction  Argument forms are instances of deduction (true premises guarantee the truth of the conclusion).
Product and Quotient Rule By: Jenna Neil Lori Hissick And Evan Zimmerman Period 4.
© O. Corcho, MC Suárez de Figueroa Baonza 1 OWL and SWRL Protégé 4: Building an OWL Ontology Mari Carmen Suárez-Figueroa, Oscar Corcho {mcsuarez,
Further Developments in the Terminological Theory of Data Frank Farance Farance Inc Daniel Gillman US Bureau of Labor Statistics.
Problem Set 2 Problem #6 By: Zac Snively. Question Presented  In a league that has 6 teams, every team plays every one of the other teams twice in a.
ENTITY-RELATIONSHIP MODELLING. Objectives: How to use Entity–Relationship (ER) modelling in database design. Basic concepts associated with ER model.
Commutative, Associative, Distributive, and Identity Properties
The Political and Legal Environments Facing Business
Today we are going to play…..
Commutative Associative Distributive Identity Zero Property
Analyzing Games of Chance Investigation 5 – How Likely Is It?
One Book One Northwestern Book Group Discussion
Commutative, Associative, Distributive, Identity, and Zero Properties
League of Legends Ontology
Agent Based Learning Systems
The Big Wheel Play.
DISCOURSE COMMUNITY: LEAGUE OF LEGENDS
Entity Relationship Diagrams
Entity-Relationship Modeling
Learning to Program in Python
The Big Wheel Play.
Today we are going to play…..

League of Legends Ontology
CPSC 433 : Artificial Intelligence Tutorials T01 & T02
League of Legends Update
The Big Wheel Play.
Commutative, Associative, Distributive, Identity, and Zero Properties
1: multiple representations
Lesson 4: Managing Events in Case Tracking
New Designated Hitter Rule in NYS HS Baseball
I took a small ufo (ox_ufo1e) as example to ask some questions
The Strategic Game of Links
CHOOSE THE CORRECT NUMBER
Commutative, Associative, Distributive, Identity, and Zero Properties
The Big Wheel Play.
The Big Wheel Play.
2 Digit Integers – Adding – Shootout!
Software Engineering and Architecture
How well do you KNOW your 2 times table ?
Directed Numbers – Mixed – Shootout!
Choices – Higher – GCSE Questions
League of Legends By Tristin Lin.
2 Digit Decimals – Adding & Subtracting – Shootout!
Rationalising Denominators – Shootout!
Percentages to Decimals – Shootout!
2 Digit Decimals – Multiplying & Dividing – Shootout!
The Big Wheel Play.
2 Digit Decimals – Mixed – Shootout!
Sine & Cosine Rules – Mixed – Shootout!
Prime Numbers – Shootout!
Volume – 3D Shapes – Shootout!
Quadratic Equations – No Solutions – Shootout!
Standard Form – Adding & Subtracting – Non-Calculator – Shootout!
Using a Calculator – Shootout!
Primes, Factors & Multiples – Shootout!
Estimating Roots – Shootout!
Parallelogram – Area – Shootout!
Fractions – Adding – Shootout!
Reverse Percentages – Calculator – Shootout!
Whole Game System To be able to have involvement within football every one requires a fan account. Within your fan account you will need to enter a mobile.
Presentation transcript:

League of Legends Update: 4/2/17 By Hannah De los Santos and Anders Maraviglia

Changes to Original Ontology Fixed Statistic class: now has 18 data type properties with correct cardinality restrictions Added a damage type property to PartyInRoleClass Added DamageTypeString datatype property: string representation of damage a champion does when they play a role Added hasRole object property to Champion class: directly relates PartyInRole instances to Champion instances Added Team class Has object property hasChampion and datatype property hasTeamDamageType Must be five hasChampion values associated with it This class allows us derive the value of hasTeamDamageType Hannah Added damage type: infer enemy team damage types DamageTypeString

Reasoning Methods We have set up two inferences that are ready to be made with the individuals ontology (representing the inferences that need to be made in the first competency question). Infer role of all five champions in the Team instance using a derivation rule in the Team class. I.e. select one PartyInRole class instance (from a set of one or more) per Champion instance. May need to use an event driven strategy, as suggested by Elisa. Infer team damage (all damage type properties from previously selected PartyInRole instances from five champions): again using a derivation rule in the Team class. Anders

Individuals Ontology: Team Hannah

Individuals Ontology Hannah

How Individuals Used In Inference Each of the five Champion instances will select only one of the PartyInRole instances related to that champion to be the role for that game. Each instance of the PartyInRole class has a damage type property related to it, and once every champion only has one PartyInRole class as an object property, they will also have only one damage type. These five damage types will be what is used to make the next inference. Will have the team damage be stored in the “Team 1” team individual datatype property, “hasTeamDamageType.” Anders

Questions?