Today I finished reading “Microeconomics Demystified” by Craig Depken II
Paper – A Comparative Study of Fuzzy Classification Methods on Breast Cancer Data
Today I read a paper titled “A Comparative Study of Fuzzy Classification Methods on Breast Cancer Data”
The abstract is:
In this paper, we examine the performance of four fuzzy rule generation methods on Wisconsin breast cancer data.
The first method generates fuzzy if then rules using the mean and the standard deviation of attribute values.
The second approach generates fuzzy if then rules using the histogram of attributes values.
The third procedure generates fuzzy if then rules with certainty of each attribute into homogeneous fuzzy sets.
In the fourth approach, only overlapping areas are partitioned.
The first two approaches generate a single fuzzy if then rule for each class by specifying the membership function of each antecedent fuzzy set using the information about attribute values of training patterns.
The other two approaches are based on fuzzy grids with homogeneous fuzzy partitions of each attribute.
The performance of each approach is evaluated on breast cancer data sets.
Simulation results show that the Modified grid approach has a high classification rate of 99.73 %.
They’ll put you in the poor house
Have you noticed how it is mostly poor people, (journalists mostly (but I repeat myself) or ill-funded scientists doing an incomplete study) stating that money doesn’t buy happiness or help you sleep more soundly at night.
Are they willing themselves to be poor and the only way they can hold on to that notion is by convincing you to be poor right along with them?
Read – Homicidal Psycho Jungle Cat
Today I finished reading “Homicidal Psycho Jungle Cat: A Calvin and Hobbes Collection” by Bill Watterson
Studying – Designing thought-provoking infographics
This month I am studying “Designing thought-provoking infographics”
Listening – Elevator
This week I am listening to “Elevator” by Hot Hot Heat
Paper – Improved randomized selection
Today I read a paper titled “Improved randomized selection”
The abstract is:
We show that several versions of Floyd and Rivest’s improved algorithm Select for finding the $k$th smallest of $n$ elements require at most $n+\min\{k,n-k\}+O(n^{1/2}\ln^{1/2}n)$ comparisons on average and with high probability.
This rectifies the analysis of Floyd and Rivest, and extends it to the case of nondistinct elements.
Encouraging computational results on large median-finding problems are reported.
Read – The Inmates Are Running the Asylum
Today I finished reading “The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity” by Alan Cooper
Read – Darwin’s Radio
Today I finished reading “Darwin’s Radio” by Greg Bear
Listening – Hypnotize
This week I am listening to “Hypnotize” by System Of A Down
Paper – A Social Network for Societal-Scale Decision-Making Systems
Today I read a paper titled “A Social Network for Societal-Scale Decision-Making Systems”
The abstract is:
In societal-scale decision-making systems the collective is faced with the problem of ensuring that the derived group decision is in accord with the collective’s intention.
In modern systems, political institutions have instatiated representative forms of decision-making to ensure that every individual in the society has a participatory voice in the decision-making behavior of the whole–even if only indirectly through representation.
An agent-based simulation demonstrates that in modern representative systems, as the ratio of representatives increases, there exists an exponential decrease in the ability for the group to behave in accord with the desires of the whole.
To remedy this issue, this paper provides a novel representative power structure for decision-making that utilizes a social network and power distribution algorithm to maintain the collective’s perspective over varying degrees of participation and/or ratios of representation.
This work shows promise for the future development of policy-making systems that are supported by the computer and network infrastructure of our society.
Read – Old Mortality
Today I finished reading “Old Mortality” by Walter Scott
Listening – Lullabies To Paralyze
This week I am listening to “Lullabies To Paralyze” by Queens Of The Stone Age
Read – The Gap Into Ruin
Today I finished reading “The Gap Into Ruin: This Day All Gods Die” by Stephen R. Donaldson
Read – Don’t Stand Where the Comet is Assumed to Strike Oil
Today I finished reading “Don’t Stand Where the Comet is Assumed to Strike Oil” by Scott Adams
Read – Coraline
Today I finished reading “Coraline” by Neil Gaiman
Listening – Confessions On A Dance Floor
This week I am listening to “Confessions On A Dance Floor” by Madonna
Studying – Infographics for information theory
This month I am studying “Infographics for information theory”
Listening – Get Behind Me Satan
This week I am listening to “Get Behind Me Satan” by The White Stripes
Paper – Media Affordances of a Mobile Push-To-Talk Communication Service
Today I read a paper titled “Media Affordances of a Mobile Push-To-Talk Communication Service”
The abstract is:
This paper presents an exploratory study of college-age students using two-way, push-to-talk cellular radios.
We describe the observed and reported use of cellular radio by the participants, the activities and purposes for which they adopted it, and their responses.
We then examine these empirical results using mediated communication theory.
Cellular radios have a unique combination of affordances relative to other media used by this age group, including instant messaging (IM) and mobile phones; the results of our analysis do suggest explanations for some observed phenomena but also highlight the counter-intuitive nature of other phenomena.
For example, although the radios have many important dissimilarities with IM from the viewpoint of mediated communication theory, the observed use patterns resembled those of IM to a surprising degree.
Paper – Phoneme Recognition Using Acoustic Events
Today I read a paper titled “Phoneme Recognition Using Acoustic Events”
The abstract is:
This paper presents a new approach to phoneme recognition using nonsequential sub–phoneme units.
These units are called acoustic events and are phonologically meaningful as well as recognizable from speech signals.
Acoustic events form a phonologically incomplete representation as compared to distinctive features.
This problem may partly be overcome by incorporating phonological constraints.
Currently, 24 binary events describing manner and place of articulation, vowel quality and voicing are used to recognize all German phonemes.
Phoneme recognition in this paradigm consists of two steps: After the acoustic events have been determined from the speech signal, a phonological parser is used to generate syllable and phoneme hypotheses from the event lattice.
Results obtained on a speaker–dependent corpus are presented..
No longer a joke
This used to be a joke I would make when I was doing console development pre-internet days: “It compiles. Let’s ship it and fix it with a patch.”
Now it is no longer a joke.
Read – Accounting Demystified
Today I finished reading “Accounting Demystified, 2nd Edition” by Leita Hart-Fanta
Listening – The Mouse And The Mask
This week I am listening to “The Mouse And The Mask” by Dangerdoom
Paper – Intelligent search strategies based on adaptive Constraint Handling Rules
Today I read a paper titled “Intelligent search strategies based on adaptive Constraint Handling Rules”
The abstract is:
The most advanced implementation of adaptive constraint processing with Constraint Handling Rules (CHR) allows the application of intelligent search strategies to solve Constraint Satisfaction Problems (CSP).
This presentation compares an improved version of conflict-directed backjumping and two variants of dynamic backtracking with respect to chronological backtracking on some of the AIM instances which are a benchmark set of random 3-SAT problems.
A CHR implementation of a Boolean constraint solver combined with these different search strategies in Java is thus being compared with a CHR implementation of the same Boolean constraint solver combined with chronological backtracking in SICStus Prolog.
This comparison shows that the addition of “intelligence” to the search process may reduce the number of search steps dramatically.
Furthermore, the runtime of their Java implementations is in most cases faster than the implementations of chronological backtracking.
More specifically, conflict-directed backjumping is even faster than the SICStus Prolog implementation of chronological backtracking, although our Java implementation of CHR lacks the optimisations made in the SICStus Prolog system.
To appear in Theory and Practice of Logic Programming (TPLP).
Paper – Decision Sort and its Parallel Implementation
Today I read a paper titled “Decision Sort and its Parallel Implementation”
The abstract is:
In this paper, a sorting technique is presented that takes as input a data set whose primary key domain is known to the sorting algorithm, and works with an time efficiency of O(n+k), where k is the primary key domain.
It is shown that the algorithm has applicability over a wide range of data sets.
Later, a parallel formulation of the same is proposed and its effectiveness is argued.
Though this algorithm is applicable over a wide range of general data sets, it finds special application (much superior to others) in places where sorting information that arrives in parts and in cases where input data is huge in size.
Vaguely relevant
Vaguebooking – when the person posting the status update is being vague enough to not mention details about the situation but still seeking sympathy and attention.
Listening – Apologies To The Queen Mary
This week I am listening to “Apologies To The Queen Mary” by Wolf Parade
A blog abomination
I am of the mind that blogs are an abomination.
They promote linear thinking, throwaway content, idle distractions and sidetracks to the author, incoherent thought, and worst of all, a drive to try and date everything.
Who cares if a piece of sage advice, timeless in its observation, immensely practical and applicable to almost any person living, was penned 50 years ago or on the bus this morning.
P.S. I recognise the irony in this post, but to be fair, this blog is actually the digital output of my personal diary.
Listening – The Mysterious Production Of Eggs
This week I am listening to “The Mysterious Production Of Eggs” by Andrew Bird
Read – Where’s My Cow?
Today I finished reading “Where’s My Cow?” by Terry Pratchett
Paper – Lock-Free and Practical Deques using Single-Word Compare-And-Swap
Today I read a paper titled “Lock-Free and Practical Deques using Single-Word Compare-And-Swap”
The abstract is:
We present an efficient and practical lock-free implementation of a concurrent deque that is disjoint-parallel accessible and uses atomic primitives which are available in modern computer systems.
Previously known lock-free algorithms of deques are either based on non-available atomic synchronization primitives, only implement a subset of the functionality, or are not designed for disjoint accesses.
Our algorithm is based on a doubly linked list, and only requires single-word compare-and-swap atomic primitives, even for dynamic memory sizes.
We have performed an empirical study using full implementations of the most efficient algorithms of lock-free deques known.
For systems with low concurrency, the algorithm by Michael shows the best performance.
However, as our algorithm is designed for disjoint accesses, it performs significantly better on systems with high concurrency and non-uniform memory architecture.
Read – The Myth of Sisyphus and Other Essays
Today I finished reading “The Myth of Sisyphus and Other Essays” by Albert Camus
Listening – You Could Have It So Much Better
This week I am listening to “You Could Have It So Much Better” by Franz Ferdinand
Read – A Tale of Two Cities
Today I finished reading “A Tale of Two Cities” by Charles Dickens
Read – Alice in Wonderland
Today I finished reading “Alice in Wonderland” by Lewis Carroll
Read – Business Calculus Demystified
Today I finished reading “Business Calculus Demystified” by Rhonda Huettenmueller
Studying – Creating animated infographics
This month I am studying “Creating animated infographics”
Listening – Arular
This week I am listening to “Arular” by M.I.A. (UK)
Paper – A new architecture for making highly scalable applications
Today I read a paper titled “A new architecture for making highly scalable applications”
The abstract is:
An application is a logical image of the world on a computer.
A scalable application is an application that allows one to update that logical image at run time.
To put it in operational terms: an application is scalable if a client can change between time T1 and time T2 – the logic of the application as expressed by language L; – the structure and volume of the stored knowledge; – the user interface of the application; while clients working with the application at time T1 will work with the changed application at time T2 without performing any special action between T1 and T2.
In order to realize such a scalable application a new architecture has been developed that fully orbits around language.
In order to verify the soundness of that architecture a program has been build.
Both architecture and program are called CommunSENS.
The main purpose of this paper is: – to list the relevant elements of the architecture; – to give a visual presentation of how the program and its image of the world look like; – to give a visual presentation of how the image can be updated.
Some relevant philosophical and practical backgrounds are included in the appendixes.
Only mostly dead
At what point do we have more dead people on Facebook than living people?
Read – Yotsuba&! #04
Today I finished reading “Yotsuba&! #04” by Kiyohiko Azuma
Listening – Some Cities
This week I am listening to “Some Cities” by Doves
Read – Organic Chemistry Demystified
Today I finished reading “Organic Chemistry Demystified” by Daniel R. Bloch
Poverty trip
We as a society place great value in ten people working frenetically for five hours to save the life of a single person who is in pain due to self-inflicted trauma.
We as a society place little value in a single person diligently toiling for years to give the knowledge and tools to ten thousand people to enable them to lift themselves out of poverty.
Listening – Push Barman To Open Old Wounds
This week I am listening to “Push Barman To Open Old Wounds” by Belle & Sebastian
Read – Revolt in 2100
Today I finished reading “Revolt in 2100” by Robert Heinlein
But I still use it, don’t ask why…
LinkedIn is the social network of the underemployed.
Read – Angela’s Ashes
Today I finished reading “Angela’s Ashes” by Frank McCourt
Read – The 21 Success Secrets of Self-Made Millionaires
Today I finished reading “The 21 Success Secrets of Self-Made Millionaires: How to Achieve Financial Independence Faster and Easier Than You Ever Thought Possible” by Brian Tracy