SkillAgentSearch skills...

Lightnet

light weight convolutional neural network implementation in one c++ file.

Install / Use

/learn @ashawkey/Lightnet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

lightnet

lightnet is a simple implementation of convolutional neural network for myself to understand the basic ideas about how to build a neural network, especially about back propagation algorithm and optimization.

Features

  • The core of this project is less than 1000 lines, all in one header file.
  • Only use c++ standard library as dependency.
  • OOP style and easy to read.
  • API copies PyTorch a lot, so you may feel familiar : )
  • Simple examples for classification and regression, also has MNIST classification.

Reference

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

C++

Security Score

75/100

Audited on Jul 15, 2024

No findings