以一道插值题为例,分别用拉格朗日插值及三次样条插值进行求解,并附有相关c语言代码,是科学计算课上自己做的一次实习报告。
2023-03-20 09:38:09 71KB 插值问题
1
上交的seed数据集,研究较少,下面是收集的一些工程文件,可以学习一下。前面是算法,后面是准确率。 1.4D-CNN,94% 2、新算法,93% 3.rgnn,67% 4.CNN+SVM,73% 5.DANN(数据,代码) 6.EEG_Classification_-master 7.rgnn,67.7%8.CNN-SVM,73%
2023-01-30 11:26:58 78.93MB seed数据集 机器学习 EEG 脑电信号
stm32单片机使用can通信控制Maxon电机的相关代码及Maxon相关手册
2023-01-15 14:47:43 20.54MB stm32 can Maxon
1
获取wifi连接信息,IP,MAC地址,设置wifi 为静态IP,子网掩码,mac地址等设置,https://blog.csdn.net/qq_35345103/article/details/84449897
2023-01-05 12:32:49 5KB wifi
1
相机标定相关代码,注释掉的是其他功能
2022-12-30 17:29:05 5KB 相机标定
1
以jupyter为平台,利用python实现对墨尔本10年气候变化数据集的特征处理,然后并利用机器学习模型进行训练以及对原始数据集的拟合,最后来评价那种模型的拟合效果最佳。(提供了相关数据集)
1
The Python code and supporting material, including example data files, are available as a single ZIP compressed archive. This must be uncompressed before use and will extract into a folder (directory) called "PythonForBiology", inside which the Python files, ending in ".py", and various sub-folders can be found. This arrangement of files and folders will allow the Python code to run directly from inside the uncompressed "PythonForBiology", i.e. the locations of any modules or data files mentioned in the code (and book) are specified relative to this location. The "examples" sub-folder contains all of the data files that are used as examples to support the Python code described in the book. The "databases" sub-folder relates to Chapter 20 and contains SQL and Python files sub-divided into sections to support both SQLite and MySQL database implementations. The "speedy" folder relates to Chapter 27 and contains code relevant to the binding of fast functions written in the C or Cython languages, including any files required for compilation. Many of the book chapters have a corresponding Python file containing the completed scripts and programs for that chapter. These files may be run directly as Python to test the code they contain. Note that several of these files will not work isolation, given that they import functionality from the others, which are assumed to be in the same folder. Chapters 1-4 and 10 do not have a corresponding Python file given that they only discuss the code in terms of short or incomplete fragments.
2022-12-11 21:14:25 7.85MB Python biology 生物信息学
1
python机器学习决策树算法-相关代码
2022-11-23 09:24:30 10KB 机器学习
1
python机器学习逻辑回归算法 相关代码
2022-11-11 13:31:46 289KB 机器学习
1
python机器学习KNN算法 相关代码
2022-11-11 12:30:20 14KB python
1