Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 5,810

Topology-Aware Scheduling Framework for Microservice Applications in Cloud

https://cis.temple.edu/~wu/research/publications/Publication_files/Topology-Aware_Scheduling_Framework_for_Microservice_Applications_in_Cloud.pdf

Abstract—Loosely coupled and highly cohesived microservices running in containers are becoming the new paradigm for application development. Compared with monolithic applications, applications built on microservices architecture can be deployed and scaled independently, which promises to simplify software development and operation. However, the dramatic increase in the scale of microservices ...

Balancing Privacy and Accuracy using Significant Gradient Protection in ...

https://cis.temple.edu/~wu/research/publications/Publication_files/J-CT-2024-Balancing%20Privacy%20and%20Accuracy%20using%20Siginificant%20Gradient%20Protection%20in%20Federated%20Learning.pdf

The clipping threshold C = 1 and the privacy budgets ε = {0.1, 0.2, 0.5, 1, 2, 4}. We randomly select 10% of the clients in each training round to participate in the FL training.

School of Pharmacy

https://pharmacy.temple.edu/

Temple's School of Pharmacy is training tomorrow's healthcare leaders with a patient-first approach.

Introduction to Probability, Statistics and Random Processes

https://cis-linux1.temple.edu/~tug29203/25fall-2033/lectures/ch2.pdf

For any k-element subset of A, we can order the elements in k! ways. Thus Pn = n k k! k k n = n! k!(n k)! If k > n, then n k = 0.

Profile of the Entering J.D. Class - Temple Law

https://law.temple.edu/admissions/jd/entering-class-profile/

2025 Entering Class- as of September 8, 2025 Enrollment Enrolled class 237 Day Division 212 Evening Division 25 Demographics Average Age 25 Women 52% Men…

MATRICES M - Temple University

https://cis.temple.edu/~latecki/Courses/CIS2166-Spring18/Lectures/MatrixAlg1.pdf

A matrix is a rectangular array of numbers or other mathematical objects, for which operations such as addition and multiplication are defined. Most of this article focuses on real matrices, i.e., matrices whose elements are real numbers. For instance, this is a real matrix: The numbers, symbols or expressions in the matrix are called its entries or its elements. The horizontal and vertical ...

Vitae – Shanyang Zhao - Sites

https://sites.temple.edu/syzhao/vitae/

Symbolic Interaction 28 (3): 387-405. Reprinted in 2015 in Presence 2.0 – Bodily Performances in Media Cultures (pp. 205-226), edited by Kornella Hahn and Martin Stempfhuber. Wiesbaden, Springer VS. New Media Zhao, Shanyang, Aleksandr V. Shchekoturov, and Svetlana D. Shchekoturova. 2017.

Structural Analysis - Temple University

https://scholarshare.temple.edu/items/245f3ce0-df8f-40bc-a8c6-81b52cc04c5f

Structural Analysis by Felix Udeyo is intended to teach students the methods and techniques for the analysis of structures. A sound knowledge of structures is a prerequisite for their proper design and ensures the structural integrity of civil engineering infrastructural systems. This textbook is comprised of three parts. The first part consists of an overview of structural analysis and ...

Network Architectures 3329 Spring 2018 03/30/2018 Name: Homework 4 Due ...

https://cis.temple.edu/~tug29203/18spring-3329/reading/hw4a.pdf

2 is to support at least 90 interfaces, and Subnet 3 is to support at least 12 interfaces. Provide three net- work addresses (of the form a.b.c.d/x) that satisfy these constraints.

Building Classification Models: ID3 and C4.5 - Temple University

https://cis.temple.edu/~giorgio/cis587/readings/id3-c45.html

Introduction ID3 and C4.5 are algorithms introduced by Quinlan for inducing Classification Models, also called Decision Trees, from data.