Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 6

phylotree.js - a JavaScript library for application development and ...

https://scholarshare.temple.edu/bitstreams/b1ecc345-7a7c-4776-a366-9b5585e714d6/download

London: J. Murray; 1859. Vaughan TG. IcyTree: rapid browser-based visualization for phylogenetic trees and networks. Bioinformatics. 2017;33:btx155. Kreft Ł, Botzki A, Coppens F, Vandepoele K, Van Bel M. PhyD3: a phylogenetic tree viewer with extended phyloXML support for functional genomics data visualization. Bioinformatics. 2017;33(18):2946 ...

Measuring Similarity Between Texts in Python - Sites

https://sites.temple.edu/tudsc/2017/03/30/measuring-similarity-between-texts-in-python/

By Luling Huang This post demonstrates how to obtain an n by n matrix of pairwise semantic/cosine similarity among n text documents. Finding cosine similarity is a basic technique in text mining. My purpose of doing this is to operationalize “common ground” between actors in online political discussion (for more see Liang, 2014, p. 160). The tools are Python libraries scikit-learn (version ...

F2 : A Physical Internet Architecture for Fresh Food Distribution Networks

https://cis.temple.edu/~apal/ipic_food.pdf

t‘ ij 8‘2f2;:::;Tg;8t X t Lt‘:Vt C 8‘2f2;:::;Tg (8) where Vtis the volume of the container type t. Constraint(8) simply assumes that multiple containers of different sizes always fit within a truck as far as their cumulative volume is less than the truck’s capacity. This is an over-estimation of the packing ability of the containers.

Engineering Summer Youth Programs | College of Engineering | Temple ...

https://engineering.temple.edu/academics/engineering-summer-youth-programs

The College of Engineering is actively engaged in nurturing science, technology, engineering and math (STEM) studies in our community and to the region's youth, such as the Philadelphia Youth for STEM (PY-STEM) and high school robotics institute.

HackerRank Solutions: Tree: Huffman Decoding – Vahid E-Portfolio

https://sites.temple.edu/vahid/2022/03/05/hackerrank-solutions-tree-huffman-decoding/

Problem Huffman coding assigns variable length codewords to fixed length input characters based on their frequencies. More frequent characters are assigned shorter codewords and less frequent characters are assigned longer codewords. All edges along the path to a character contain a code digit. If they are on the left side of the tree, they will be a 0 (zero). If on the right, they’ll be a 1 ...

HackerRank Solutions: Jesse and Cookies – Vahid E-Portfolio

https://sites.temple.edu/vahid/2022/03/05/hackerrank-solutions-jesse-and-cookies/

Problem Jesse loves cookies and wants the sweetness of some cookies to be greater than value . To do this, two cookies with the least sweetness are repeatedly mixed. This creates a special combined cookie with: sweetness Least sweet cookie 2nd least sweet cookie). This occurs until all the cookies have a sweetness . Given the sweetness of a number of cookies, determine the minimum number of ...