BP神经网络的C语言实现
☆86May 27, 2017Updated 8 years ago
Alternatives and similar repositories for c-bpnn
Users that are interested in c-bpnn are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A C implementation of common Artificial Neural Networks☆15Feb 27, 2026Updated 2 months ago
- In this application, I just use QOpenGLWidget and Qt's other widgets to implement a oscilloscope. And I use boost::asio to communicate, u…☆12Jan 10, 2018Updated 8 years ago
- C语言实现LSTM☆10Apr 17, 2021Updated 5 years ago
- A CNN implementation with pure C++ 11☆26May 8, 2017Updated 9 years ago
- 在嵌入式软件开发当中,常常第一步 就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Long Short-Term Memory implementation by c++☆29Aug 6, 2018Updated 7 years ago
- An ATPG tool using PODEM algorithm in C++ that generates a test to detect any given list of Single-Stuck-at Faults☆11Oct 29, 2017Updated 8 years ago
- A discrete particle swarm optimization for covering array generation☆13Mar 9, 2018Updated 8 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- C++, Network Flow, Genetic Algorithm, SA☆17May 13, 2017Updated 9 years ago
- 几年前读Live555的源码的时候做的注释☆11Jan 17, 2019Updated 7 years ago
- Apply hot patches for running processes without restarting☆13Jun 1, 2020Updated 5 years ago
- mruby VM implementation in 2KB ROM☆10May 7, 2019Updated 7 years ago
- https://github.com/vanhauser-thc/thc-hydra☆16Dec 14, 2016Updated 9 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆19Jan 9, 2021Updated 5 years ago
- ☆23Mar 13, 2023Updated 3 years ago
- Sample code of testing functions of OpenCV with CUDA-enabled DNN modules.☆14Feb 21, 2020Updated 6 years ago
- C/C++ source code for Software Tools in Pascal by Kernighan and Plauger☆19Jan 20, 2020Updated 6 years ago
- ”智能“工业传感器 解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 4 years ago
- SAT-based ATPG using TG-Pro model☆19Jun 5, 2018Updated 7 years ago
- Mersenne Twister random number generator☆28Jul 21, 2014Updated 11 years ago
- ☆13May 21, 2019Updated 7 years ago
- Unofficial C++ implementation of SLAM method, VITAMIN-E☆11Oct 10, 2020Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- xmservice☆10May 28, 2020Updated 5 years ago
- C++ genetic algorithms scientific library☆15Aug 12, 2023Updated 2 years ago
- Project and presentation for SpaceX Application☆14Jul 21, 2017Updated 8 years ago
- 算法精解-C语言描述☆20Apr 5, 2017Updated 9 years ago
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆20Dec 19, 2018Updated 7 years ago
- C++ SDL AI Pathfinding: BFS, Dijkstra, GBFS and A* algorithms.☆11Sep 16, 2022Updated 3 years ago
- Sentry library for arduino.☆10Dec 1, 2024Updated last year
- 斗破苍穹小说的新词发现☆13May 12, 2022Updated 4 years ago
- Supports Banana Pi BPI-M2 Magic (A33 / R16) (Kernel3.4)☆11Mar 24, 2021Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- iMX8mq-evk board, uboot, kernel, busybox combination☆11Jun 24, 2020Updated 5 years ago
- Verilog UART FIFO that will just echo back characters. Useful for testing the communications path.☆13May 5, 2015Updated 11 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- Setting goals using Prophet forecast models in R☆11Jan 3, 2019Updated 7 years ago
- I2C Slave☆14Jul 17, 2014Updated 11 years ago
- An unfinished camera-imu-lidar tightly coupled simultaneous localization and mapping system.☆13Apr 16, 2021Updated 5 years ago
- Q/GDW1376.2 Protocol message parsing tool☆20May 4, 2026Updated 3 weeks ago