Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble.
Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS.
the newest version, support windows.
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
Draak Compiler是一個(gè)多語言,宏編譯器,可以在一個(gè)單獨(dú)的文件中定義所有的語法和代碼生成。Draak 是一個(gè)單獨(dú)的二進(jìn)制文件,可以在任意平臺(tái)上只使用一個(gè)文件來編譯任何上下文無關(guān)的語言(類似 C, Pascal, Java)。
MASON代表多主體鄰里或網(wǎng)絡(luò)仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是喬治梅森大學(xué)用Java開發(fā)的離散事件多主體仿真核心庫,具有快速、靈活和便攜的特點(diǎn)。它本身支持輕量級的模擬需求,自含模型可以嵌入到其他Java應(yīng)用當(dāng)中,還可以選擇2D和3D圖形顯示。
This directory contains the memtest 8051 firmware
for the Anchor Chips EZ-USB chip.
The purpose of this software is to test the different
memory segments in the Ez-Usb chip.
This example will output the string "good" on the 7 segment
LED if the mem test passes, or it will output the first address
where the memtest fails.