Heurisitcs
Heuristics is the action of not creating a perfect solution to a problem at the expensive of computational power and time . It is a "good enough" solution. NOTE A uses a heuristic...
Tag view
5 related notes
Heuristics is the action of not creating a perfect solution to a problem at the expensive of computational power and time . It is a "good enough" solution. NOTE A uses a heuristic...
Abstraction. The idea of filtering out/hiding unnecessary information to make a problem easier to understand. Simplifying the problem. Reasons: Making it easier to code Making the...
The idea of making sure a program can do multiple processes at one time . Parallel processing literal parallel, things actually happening at the same time . Multiple processors/cor...
Decomposition. The idea of breaking down a larger problem into smaller, more digestible, sub problems that can be completed individually in order to make a problem easier to unders...
Data mining is the action of pattern finding on a large data set which cannot normally be easily found by humans. Only works on large data sets. Needs server farms and therefore lo...