-
水纹、火焰、熔岩效果
水纹、火焰、熔岩效果-水纹, flames, lava effect
- 2022-07-27 09:48:44下载
- 积分:1
-
基于神经网络的聚类
Neural Network Based Clustering
using Self Organizing Map (SOM) in Excel
Here is a small tool in Excel using which you can find clusters in your data set. The tool uses Self Organizing Maps (SOM) - originally proposed by T.Kohonen as the method for clustering.
* Neural Network based Clustering tool in Excel (209 KB in Zipped format. 947 KB when unzipped.)
Inside the downloaded zip file, you will find the Excel file containing the application. Before running it, I suggest that you go through the ReadMe worksheet. It contains brief instructions on how to run the tool.
If you are interested in building Prediction and Classification models in Excel using Feedforward-Backpropagation Neural Network, here are two small Excel based tools for you. Also, if you are interested in Tree based Classification models, here is a Tree based classifier in Excel.
-Neural Network Based Clustering
using Self Organizing Map (SOM) in Excel
Here is a small tool in Excel using wh
- 2022-08-14 21:32:45下载
- 积分:1
-
常用搜索算法,包括数码游戏、黑白棋、STAR算法
常用搜索算法,包括数码游戏、黑白棋、STAR算法-commonly used search algorithm, including digital games, reversi, STAR Algorithm
- 2022-03-11 18:56:33下载
- 积分:1
-
一个简单的语言程序的时钟程序
一个简单的c语言时钟程序-a simple language c clock procedures
- 2022-07-25 21:21:51下载
- 积分:1
-
Image matching image matching image matching
图像匹配 图像匹配 -Image matching image matching image matching
- 2022-03-01 01:21:04下载
- 积分:1
-
图片查看软件
利用VC++6.0 编的图片查看软件,可以实现放大,缩小等功能
- 2022-01-23 10:43:34下载
- 积分:1
-
vtk是目前三维重建方面一个大型的函数库,广泛应用于医学、计算流体力学、三维数据可视化等方面...
vtk是目前三维重建方面一个大型的函数库,广泛应用于医学、计算流体力学、三维数据可视化等方面-VTK is a three-dimensional reconstruction of large libraries, widely used in medicine, computational fluid dynamics and three-dimensional data visualization etc.
- 2022-06-27 04:51:09下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2022-03-05 21:00:18下载
- 积分:1
-
用matlab做的插值和拟合的小程序,原则和问题…
使用matlab做的插值和拟合的小程序,附有问题原理和具体应用的ppt-use Matlab do interpolation and fitting of small procedures, principles and problems with specific applications ppt
- 2022-03-11 00:42:08下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1