Record your Smart Decision Processes, store them in a computing device, and automate them. A computing device can do the work much faster for you.
- Record: XML or JSON are good tools to record processes in an Object oriented manner. SPA provides tools to record the processes in a XML file.
- Process: Every Decision Process has two basic elements: Decision Factor and Decision Question. By using a SPA algorithm, we can develop generic classes for the Decision Factor and Decision Question to collect a user decision answers.
- Automation: SPA provides the framework and tool to easily build the SPA automation module. By using it, we can create tools to collect the process information, record them, and automate the decision tasks in a computing device.
SPA - "INTERNET OF THINGS" DEVICES TALK TO EACH OTHER
SPA is an Open Source Fractal Smart Algorithm that allows “Internet of Things” devices talk to each other in a uniform standard way. SPA Fractal Smart Algorithm let you record any big or small decision process into a small household smart devices, so the device automatically make decision and control the system. Like the fractal Antenna in a cell-phone, huge decision processes could fit into a tiny device. I developed 80% of it in 2001, but it was little too early. Useless at the time :-)
It needs to convert it to a HTML5 app for ease of use, so I release it as Opensource project. Also, I hope to further develop as a personal assistance app.
The SPA project’s purpose is to build the fractal algorithm that will allow us to input our personal decisions into wearable health devices/home appliances to make them smarter and personalized. Today computing devices are getting smaller and cheaper. For example, a $25 Raspberry Pi computer can make small devices and house appliances smarter. Using such accessible technology, the SPA project will revolutionize wearable health tech devices.
- Strengths:
- Only 140 Kilobytes: fits into small devices.
- SPA is based on the Decision Factor (DF). Easy of development.
- 42 times more memory efficient.
- Subconscious intelligent algorithm. No learning and thinking process are required for automation. Efficient and fast performance.
What comes after smartphones? What if we can make a smaller device work smarter? I created this project, with this question in mind.
What would you do if you have these smart devices? Your idea could help kickstart the project. Let me know your thoughts! click here: http://bit.ly/15w4suQ
-
Develop a small, efficient, and fast performing program that empowers small smart devices/appliances.
-
Easy to use and intuitive Visual Interfaces to allow a non-programmer to control and program their SPA devices.
-
Shrink the Algorithm to run in an 80 Kilobytes memory space computing device.
SPA (Smart Personal-Process Automation) is the Fractal Object-Oriented Algorithm; it records the process and automates them. It is based on the Decision Factor (DF), which is the basic building block that influences and defines the decision outcome. For example, if we would like to locate the nearest gas station with the best price, there are 4 Decision Factors: type of gas, gas brand, distance, and price. With each Decision Factor, we can create a Decision Question (DQ), which interactively asks a person for his/her decision process, step-by-step. By combining all of the DQs in a logical manner, we can develop an SPA that records the person's decision process for one-click automation.
Moreover, SPA is a Fractal Intelligence Algorithm. By combining multiple SPA modules, we can solve complex decision tasks such as: finding the best place for gas, lunch and shopping, and then drive a route that includes all of them. Also, a Fractal Intelligence Algorithm requires a less memory and process power than other Intelligence Algorithms for a small computing device.
SPA vision is to create a true Fractal Intelligent Algorithm to automate all kinds of Processes. Like a Fractal Antenna in a cell phone, Fractal Intelligent algorithm will bring many useful applications in small tech devices. Fractal Intelligence Algorithm is designed to mimic a human being's subconscious mind. For example, a human child learns to walk through practice, and after he/she has learned to walk, the knowledge-processes are stored in the child's subconscious memory. So, the child can walk without consciously thinking about walking all the time. Also, a subconscious intelligence is much faster and efficient because it does not require the 80% learning and thinking processes for automation.
|
Identify the Decision Factors of the task. For example, if we want to develop a Movie Theater Finder module, our Decision Factors could be movie title, time, theater location distance, ticket price, and so on.
Use each Decision Factor to develop a Decision Question that asks a user his/her preferences of the Decision Factor. Record the user Decision Answers and search the XML data to find all appropriate theaters that meet the user's decision.
The Question interface in the SPA.question package provides the basic structure, and we can easily develop the Decision Question, by simply extending it.
After we developed the Decision Questions, we logically place them in the DecisionProcess class. The DecisionProcess class should be able to interact with a user to collect his/her decision processes by presenting the questions and collecting answers in a logical manner. By extending the super classes, we can develop the DecisionProcess classes.
To support the Movie-Theater-SAXparser's XML reading process, we need an XMLTag and Movie-Theater-Element classes. The XMLTag class provides the XML tag to read information from the movie XML data file. MovieTheaterElement class is a Data Object class that has the same properties as the movie theater properties of the XML data file, which is used to stored the Theaters' information in a local memory. We can develop the two classes by extending the super ShopElement and ShopXMLTag classes.
To support the Decision Process search, we need to develop SAX-XML package and its classes with the search methods that find all appropriate movie theaters from the XML data file. By extending the super SPA-SAX package, we can easily develop the Movie SAX package.
Finally, after we collect all the user's decision choices, we can record and store them by using the DPHwriter class in the super SPA package. Also, by utilizing the DPHreader, we can read the recorded decision choices for automation.
Copyright © 2001-2013 Chon Chung. License: Lesser General Public License (LGPL)
I discovered/created SPA algorithm in year 2001. I hope it to be used to benefit us: make fun stuff, and create more jobs. So, I release it as an open source project.