ArticleslgStudy

computer science

Piranha (software)

Piranha (software) is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Piranha (software) rather than just read about it. In short: Piranha is a text mining system. It was developed for the United States Department of Energy (DOE) by Oak Ridge National Laboratory (ORNL).

Key takeaways

  • Piranha (software) belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Piranha (software) to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Piranha (software) from memory before moving on to harder problems.

Reference excerpt

Piranha is a text mining system. It was developed for the United States Department of Energy (DOE) by Oak Ridge National Laboratory (ORNL). The software processes free-text documents and shows relationships amongst them, a technique valuable across numerous data domains, from health care fraud to national security. The results are presented in clusters of prioritized relevance. Piranha uses the term frequency/inverse corpus frequency term weighting method which provides strong parallel processing of textual information, thus the ability to analyze large document sets. Piranha has six main elements:

Collecting and Extracting: Millions of documents from sources such as databases and social media can be collected and text extracted from hundreds of file formats; This information can be translated to other languages. Storing and indexing: Documents in search servers, relational databases, etc. can be stored and indexed. Recommending: The system can highlight the most valuable information for specific users. Categorizing: Grouping items via supervised and semi-supervised machine learning methods and targeted search lists. Clustering: Similarity is used to group documents hierarchically. Visualizing: Showing relationships among documents so that users can quickly recognize connections. This work has resulted in eight patents (9,256,649, 8,825,710, 8,473,314, 7,937,389, 7,805,446, 7,693,9037, 7,315,858, 7,072,883), and commercial licenses (including TextOre and Pro2Serve), a spin-off company with the inventors, Covenant Health, and Pro2Serve called VortexT Analytics, two R&D 100 Awards, and scores of peer reviewed research publications.

References Cui, X., Beaver, J., St. Charles, J., Potok, T. (September 2008). Proceedings of the IEEE Swarm Intelligence Symposium, St. Louis, Mo. Dimensionality Reduction for High Dimensional Particle Swarm Clustering. Yasin, Rutrell (Nov 29, 2012) GCN. Energy lab's Piranha puts teeth into text analysis Franklin Jr., Curtis (Nov 30, 2012) Enterprise Efficiency. Piranha Brings Affordable Big-Data to Government Breeden II, John (Dec 7, 2012) GCN. Swimming with Piranha: Testing Oak Ridge's text analysis tool Kirby, Bob (Summer 2013) FedTech. Big Data Can Help the Federal Government Move Mountains. Here's How. R. M. Patton, B. G. Beckerman, T. E. Potok, G. Tourassi, "A Recommender System for Web-Based Discovery and Refinement of Information Radiologists Seek", Radiological Society of North America (RSNA), 2012 Annual Meeting, Nov. 2012, Chicago, IL, USA. R. M. Patton, T. E. Potok, B. A. Worley, "Discovery & Refinement of Scientific Information via a Recommender System", The Second International Conference on Advanced Communications and Computation, Oct. 2012, Venice, Italy. J. W. Reed, T. E. Potok, and R. M. Patton, "A multi-agent system for distributed cluster analysis," in Proceedings of Third International Workshop on Software Engineering for Large-Scale Multi- Agent Systems (SELMAS'04)" W16L Workshop - 26th International Conference on Software Engineering Edinburgh, Scotland, UK: IEE, 2004, pp. 152-5. J. Reed, Y. Jiao, T. E. Potok, B. Klump, M. Elmore, and A. R. Hurson, "TF-ICF: A New Term Weighting Scheme for Clustering Dynamic Data Streams," in Proceedings of 5th International Conference on Machine Learning and Applications (ICMLA'06). vol. 0 ORLANDO, FL, 2006, pp. 258–263.

Awards 2007 R&D 100 Magazine's Award Piranha (software)

Patents U.S. patent 7,072,883 – System for gathering and summarizing internet information U.S. patent 7,315,858 – Method for gathering and summarizing internet information U.S. patent 7,693,903 U.S. patent 7,805,446 – Agent-based method for distributed clustering of textual information U.S. patent 7,937,389 – Dynamic reduction of dimensions of a document vector in a document search and retrieval system U.S. patent 8,473,314 – Method and system for determining precursors of health abnormalities from processing medical records

External links DOE Energy Innovlation Portal (2014) Agent-Based Software for Gathering and Summarizing Textual and Internet Information. ORNL Piranha website

Worked examples

Example 1 — a first encounter with Piranha (software)

Start with the simplest possible case. Write down what Piranha (software) claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Piranha (software) before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Piranha (software) ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Piranha (software)

In research
Piranha (software) appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Piranha (software) in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Piranha (software) is common in secondary-school and first-year university syllabi. It links to neighbouring topics Agent-based software, Cluster computing, Data mining and machine learning software, so understanding it makes those chapters shorter.
In everyday life
Look for Piranha (software) outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Piranha (software)” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Piranha (software) in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Piranha (software) means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Piranha (software) out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Piranha (software) in simple terms?

Piranha is a text mining system. It was developed for the United States Department of Energy (DOE) by Oak Ridge National Laboratory (ORNL).

Why does Piranha (software) matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Piranha (software)?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Piranha (software).

Tags

  • Agent-based software
  • Cluster computing
  • Data mining and machine learning software

Keep exploring