Sunday, May 05, 2024

AI Undergraduate Degree: UPenn

 Penn Engineering Announces First Ivy League Undergraduate Degree in Artificial Intelligence - Penn Engineering Blog

The University of Pennsylvania School of Engineering and Applied Science introduces its Bachelor of Science in Engineering (B.S.E.) in Artificial Intelligence (AI) degree, the first undergraduate major of its kind among Ivy League universities and one of the very first AI undergraduate engineering programs in the U.S.

Undergraduate | University of Pennsylvania

School of Engineering and Applied Science

Bachelor of Science in Engineering (BSE)

Microsoft RulesEngine & Editor

microsoft/RulesEngine: A Json based Rules Engine with extensive Dynamic expression support
(DotNet, @GitHub, MIT)

Rules Engine is a library/NuGet package for abstracting business logic/rules/policies out of a system. It provides a simple way of giving you the ability to put your rules in a store outside the core logic of the system, thus ensuring that any change in rules don't affect the core system.

You need to store the rules based on the schema definition given and they can be stored in any store as deemed appropriate like Azure Blob Storage, Cosmos DB, Azure App Configuration, Entity Framework, SQL Servers, file systems etc. For RuleExpressionType LambdaExpression, the rule is written as a lambda expressions.