Skip to content

A C++ implementation of a linear artificial neural network

Notifications You must be signed in to change notification settings

AL-DN/NeuralNetADS

Repository files navigation

Steps to Create Data set using createTrainData

  1. Compile into executable -> g++ createTrainData.cpp -o createTrainData
  2. Push output into file -> ./createTrainData > TrainData.txt
  3. Optional: Look at Output -> vim TrainData.txt
  4. Run neuralNetADS (file is hardcoded into file read system)

WARNING: PLEASE MAKE SURE TEXT FILE SAVES IN UTF-8

About

A C++ implementation of a linear artificial neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages