Overview Index

How to start AIS Development?

If you want to create your own true AIS - here is 6 major steps on this way:

1) Read about technologies (know-how) which help you to implement your system.

2) Select prototype.

3) Define business functionality of the prototype.

4) Write detailed technical specification of the prototype.

5) Accomplish Database logical and physical design.

6) Code the prototype.

 

1) Read general documentation

You need to understand basic concepts of artificial intelligence development before you start development process. So, read it.

2) Select prototype

Prototype is important step in development. You need to restrict amount of functionality which you are going to implement. It’s hard implement even restricted AIS functionality. It’s practically impossible to implement full True AIS functionality in one step. So, carefully select small amount of functionality which:

- Requires restricted amount of new development.

- Give visible result(s).

 

3) Define business functionality of the prototype

Define what will be useful outcome of your prototype. For instance: will be able to answer to questions, or translate text from one language to another, or …

4) Write detailed technical specification of the prototype

Write technical specification about selected prototype. Describe prototype functionality and how it will be achieved. Describe all modules which should be implemented in the prototype. Create list of all tasks which should be accomplished.

5) Accomplish Database logical and physical design

Define exact structure of the main memory. Define all additional tables such as word dictionary and phrase dictionary.

6) Code the prototype

Code the prototype, test it and fix mistakes.