Download List

프로젝트 설명

This project is still in under development.

DENNCO is the study project for artificial intelligence systems. The goal of this project is to find the ways to solve the artificial intelligence related agenda like pattern recognition by composing small processing units called 'cell' and connect them each other. Each cell may have different functionalities / roles. Finding the practical way to connect each 'cell's and how they proceed for making the practical outputs for a purpose is the goal of this project. In this project, we use JavaScript for describing the behavior of a cell. The definition of the cell connections are defined by HTML like definition files.

Overview video

http://www.youtube.com/watch?v=wBETQgPLPGo

System Requirements

System requirement is not defined

Released at 2012-12-30 01:06
Dennco Creator - Mac OSX alpha 2.0 (1 files Hide)

Release Notes

dennco project

DenncoCreator - alpha 2.0 release for Mac
Date: Dec 30, 2012

- How to run:

1. Execute "denncoCreator.app". It will launch the "dennco creator" application.
(Though there is another application "QtDennco.app" on the same directory.
You don't need to execute it. DenncoCreator will launch it when required.)

2. - Select File -> Open... from menu and choose the directory contains the dennco application content to edit.
- Select File -> New for create new dennco application content.


- A sample containers are provided.
They are under Samples\Samples. Following samples are provided:
Sample1_SampleCells
- demonstrate the functionalities of the cells.

Sample2_SimpleStorageCells
- demonstrate the persistent storage functionality.

Sample3_Arduino1
- demonstrate the serial communication functionality.
Arduino uno is expected to be used as the device communicate to.
A sketch for arduino is provided under Arduino/sketch1

Sample5_SimplePerceptron
- A example to implement Perceptron neural network using dennco.
To implement the logic. Following URL is referenced.
http://en.wikipedia.org/wiki/Perceptron

dennco project

DenncoCreator - alpha 2.0 release for Mac
Date: Dec 30, 2012

- 使い方:
1. denncoCreator.app を起動します。"dennco creator" アプリケーションが起動します。
(同じディレクトリに QtDennco.app が配置されていますが、これは直接は実行しません。
DenncoCreator が必要に応じて、これを起動します)

2. メニューから File -> Open.. を選択し、編集する dennco application コンテントディレクトリを選択し、編集を開始します。
または File -> New をメニューから選択することで、新規コンテントを作成します。


- サンプルのコンテンツが提供されています。
サンプルは Samples/Samples ディレクトリ配下にあります。
 次のサンプルが提供されています。

Sample1_SampleCells
- cell の基本的な機能を使ったサンプル

Sample2_SimpleStorageCells
- 保存機能を用いたサンプル

Sample3_Arduino1
- シリアル通信機能を使ったサンプル
通信相手として Arduino Uno を想定
analog0 の読み込みと PWD3 からのアナログ出力をコントロール
Arduino Uno で動作させるスケッチを Arduino/sketch1 に提供

Sample5_SimplePerceptron
- パーセプトロン・ニューラスネットワークの dennco による実装例です。
理論は http://en.wikipedia.org/wiki/Perceptron を参考にしました。

Changelog

No Changelogs