BP神经网络的C语言实现
☆87May 27, 2017Updated 9 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:
- C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络☆45Dec 7, 2018Updated 7 years ago
- A C implementation of common Artificial Neural Networks☆15Feb 27, 2026Updated 6 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
- High performance TCP communication framework,It is very simple to use,and the general server easy connection on millions 高性能的TCP通信框架,它使用…☆12Dec 4, 2017Updated 8 years ago
- C语言实现LSTM☆11Apr 17, 2021Updated 5 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.
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事 儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.☆11Dec 2, 2023Updated 2 years ago
- C++, Network Flow, Genetic Algorithm, SA☆17May 13, 2017Updated 9 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- xmservice☆10May 28, 2020Updated 6 years ago
- 适用于FPGA——利用串口通信接收幅度频率信息数据帧,控制DA输出相应正弦信号☆10Jul 10, 2019Updated 7 years ago
- An efficient implementation of a stochastic Spiking Neural Network for handwrittend digits recognition☆10Feb 27, 2019Updated 7 years ago
- 基于C++,使用BP神经网络识别手写字体☆96May 24, 2017Updated 9 years ago
- 几年前读Live555的源码的时候做的注释☆11Jan 17, 2019Updated 7 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.
- BP神经网络(好评如潮),C++实现与详细讲解。代码部分注释详细,并且对每个用到的数学公式都有注释说明,仓库里上传了数据集,可以直接运行。讲解部分详细易懂,尤其数学原理通俗易懂。☆52Aug 12, 2020Updated 6 years ago
- mruby VM implementation in 2KB ROM☆10May 7, 2019Updated 7 years ago
- ☆13May 18, 2022Updated 4 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 5 years ago
- ☆13May 21, 2019Updated 7 years ago
- graphical console client for virtual machines using spice/vnc☆13Jan 23, 2014Updated 12 years ago
- 使用ONNXRuntime部署一种用于边缘检测的轻量级密集卷积神经网络LDC,包含C++和Python两个版本的程序☆12Apr 24, 2023Updated 3 years ago
- 基于Verilog实现的串口发送程序,带奇偶校验位。☆12Aug 23, 2019Updated 7 years ago
- C++ genetic algorithms scientific library☆15Aug 12, 2023Updated 3 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- C语言手撕机器学习/深度学习算法☆139Aug 27, 2021Updated 5 years ago
- This is a set of matlab code for building a BPNN optimized by GA☆28Oct 28, 2014Updated 11 years ago
- 算法精解-C语言描述☆20Apr 5, 2017Updated 9 years ago
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆20Dec 19, 2018Updated 7 years ago
- DS3231 Library for STM32☆15May 11, 2019Updated 7 years ago
- Deep Learning☆20Sep 22, 2018Updated 7 years ago
- Time series behavior analysis (eg. stock)☆12Apr 8, 2021Updated 5 years ago
- Environment to play variations of the board game Azul, usable for Reinforcement Learning research in C++ and Python☆13Jan 30, 2024Updated 2 years ago
- Supports Banana Pi BPI-M2 Magic (A33 / R16) (Kernel3.4)☆11Mar 24, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- iMX8mq-evk board, uboot, kernel, busybox combination☆11Jun 24, 2020Updated 6 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆26Nov 25, 2019Updated 6 years ago
- Verilog UART FIFO that will just echo back characters. Useful for testing the communications path.☆13May 5, 2015Updated 11 years ago
- Simultaneous localization and mapping (SLAM) tools in 3D☆12Sep 3, 2024Updated 2 years ago
- 从零开始一个服务器(C语言)☆10Apr 11, 2019Updated 7 years ago
- I2C Slave☆14Jul 17, 2014Updated 12 years ago
- An unfinished camera-imu-lidar tightly coupled simultaneous localization and mapping system.☆13Apr 16, 2021Updated 5 years ago