68 skills found · Page 3 of 3
rebwarai / Building A Feedforward Neural Network From Scratch In CPP⚡ A simple yet powerful Feedforward Neural Network implemented from scratch in modern C++. This project demonstrates key concepts like forward propagation, backpropagation, weight initialization, and gradient descent — all without relying on any external libraries. Ideal for learning how neural networks work under the hood.
omaraflak / Cpp Neural NetworkNeural Network from scratch in C++.
thesinakamali / Network Function SimulationA network function simulation project coded on cpp.
mathematisse / Project EECS Game engine written in templated cpp with networking support. Done during the R-Type project at Epitech.
amitkumar011235 / CppnetworkingThis is a portable networking library written in cpp.
Az-r-ow / NeuralNetA Neural Network in cpp
ahmedesmailmehanna / Neural Network CppA lightweight, modular deep learning framework built in C++ with support for dynamic architectures and efficient forward/backward propagation.
Gaurang-2005 / Cpp Neural NetworkNo description available
haseebzaib / Embedded CPP Networking Stackfrom-scratch implementation of a portable TCP/IP networking stack, built with modern C++20 and designed with the constraints of embedded systems in mind.
pra-dan / Neural Networks In CppNo description available
nerovanity / Cpp Simple Network ServerA learning project that implements a simple TCP server and a simple UDP server to understand the basics of network programming, socket communication, and the differences between TCP and UDP.
abhilash1910 / K Means Clustering For WSNCPP code for K means clustering for wireless sensor networks which are to be applied to optimal path to sink algorithm.
luke-lorenzini / Machine Learning CppMachine-Learning-Cpp is an object-oriented, easily scalable neural-network written in C++ designed to run on GPUs.
itomi / CppSocketWrapper classes for easier CPP network programming.
Prakhar0409 / GraphNeuralNetworkCppThe project aims to learn a mapping between a molecule and the atomic charges the atoms in it posses. Since the vanilla version of Neural networks does not support variable number of inputs/outputs as may be required for a molecule with different number of atoms, we follow a recently discovered and not so popular approach here, of the Graph Neural Network.
Belgorodsky / BoostAsioCppNetworkProgrammingSecondEditionAnggoroTorjoremastered examples from https://www.packtpub.com/networking-and-servers/boostasio-c-network-programming-second-edition
antongenchev / NeuralNetwork CPPThis is a simple neural network coded from scratch in C++
Zi-Gao / CPP Neural NetworkNo description available
alperenaydas / Unity Cpp NetworkAuthoritative Network Synchronization
hammlee96 / CpplogsA CPP log read-write library that supports local recording and network transmission(Under development,Sincerely invite all developers to jointly develop)