DAIS project thoughts/improvements

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have uploaded some source code to codeplex to answer mathmatical questions. It is a collection of dotnet libraries that run on the local machine. It consists of a information retrieval engine, parser/computational engine, and an AI engine. In addition, I plan on having the AI make decisions based on data given to it and perform tasks. The AI interface can ask questions to the parser/computational engine to determine what actions to take based on the input such as robotics auto-correction mechisms, determining the flow of a sentence based on word count, flow of sentences (do they have the ability to sound believable?), Decipher objects size and distance away from the kinect by asking it distance questions. Because it is not cloud based it can be flexible to any project (Edit: can be made cloud based I just choose not to make it cloud based because people might want to integrate it with their personal projects). I have made the project modular in the since that you can easily go in and change a sub or functions code to improve it if you wish or upload a possible improvement without affecting the top functions or subs or major functionality in the code (each sub or function does a specific task I made names for each one based on the task they perform).
Note: it is a work in progress and if you have a better formula, function, sub, or method of doing something for a section please join the project and upload a revised section for the code piece in question. The top functions will always be their though but the code inside of them can be changed. This is a tiered and modular type project I created for ease of transition for new code changes made. I have not fully finished the google retrieval code either so I could add more subs and functions before it is over and done with and/or add code to retrieve data from other search engines.
The website on codeplex is here:
http://DAIS.codeplex.com
Upon my last similar post I was reading a magazine that employs a similar program which is wolframalpha if you wish to see what the possiblities can be with something (not my program but Iam studying it to see in what ways mine can be improved better):
http://www.wolframalpha.com/
If you have any ideas feel free to send them to me in email, posting here, or you can even ask me questions about specific code (if its a large section of code better to ask on the discussion board for the project). I believe the community can improve and get use out of it and strongly recommend you post updates to the code inside of the project page. Tell me what you think below.
Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda. Blog - http://www.computerprofessions.co.nr

View the full article
 
Back
Top