Skip to content

EdsellJ/NeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNet

About

This is a small c++ program that will initialize a neural network of nodes with random names and random weights

To Compile and run use "sh run.sh"

This will run my script. Any subsequent runs can be ran with "./run"

Or manually compile with "g++ hash.cpp"

Example Output

initalNode is connected to 
	tTdy is connected to 
		M4Pq is connected to 
			hecU is connected to 
			hRd3 is connected to 
		LoAz is connected to 
			hecU is connected to 
			hRd3 is connected to 
		FHU9 is connected to 
			hecU is connected to 
			hRd3 is connected to 
	F3TB is connected to 
		M4Pq is connected to 
			hecU is connected to 
			hRd3 is connected to 
		LoAz is connected to 
			hecU is connected to 
			hRd3 is connected to 
		FHU9 is connected to 
			hecU is connected to 
			hRd3 is connected to 
	kNJz is connected to 
		M4Pq is connected to 
			hecU is connected to 
			hRd3 is connected to 
		LoAz is connected to 
			hecU is connected to 
			hRd3 is connected to 
		FHU9 is connected to 
			hecU is connected to 
			hRd3 is connected to 
	AJqa is connected to 
		M4Pq is connected to 
			hecU is connected to 
			hRd3 is connected to 
		LoAz is connected to 
			hecU is connected to 
			hRd3 is connected to 
		FHU9 is connected to 
			hecU is connected to 
			hRd3 is connected to 
initalNode is connected to 
	tTdy is connected to 
		M4Pq is connected to 
			hecU is connected to 
		with weight 0.543157
			hRd3 is connected to 
		with weight 0.608416
	with weight 0.636441
		LoAz is connected to 
			hecU is connected to 
		with weight 0.230218
			hRd3 is connected to 
		with weight 0.119445
	with weight 0.367728
		FHU9 is connected to 
			hecU is connected to 
		with weight 0.979661
			hRd3 is connected to 
		with weight 0.41679
	with weight 0.717711
with weight 0.0683801
	F3TB is connected to 
		M4Pq is connected to 
			hecU is connected to 
		with weight 0.543157
			hRd3 is connected to 
		with weight 0.608416
	with weight 0.941168
		LoAz is connected to 
			hecU is connected to 
		with weight 0.230218
			hRd3 is connected to 
		with weight 0.119445
	with weight 0.355571
		FHU9 is connected to 
			hecU is connected to 
		with weight 0.979661
			hRd3 is connected to 
		with weight 0.41679
	with weight 0.557332
with weight 0.395875
	kNJz is connected to 
		M4Pq is connected to 
			hecU is connected to 
		with weight 0.543157
			hRd3 is connected to 
		with weight 0.608416
	with weight 0.982539
		LoAz is connected to 
			hecU is connected to 
		with weight 0.230218
			hRd3 is connected to 
		with weight 0.119445
	with weight 0.381565
		FHU9 is connected to 
			hecU is connected to 
		with weight 0.979661
			hRd3 is connected to 
		with weight 0.41679
	with weight 0.0526669
with weight 0.115141
	AJqa is connected to 
		M4Pq is connected to 
			hecU is connected to 
		with weight 0.543157
			hRd3 is connected to 
		with weight 0.608416
	with weight 0.548714
		LoAz is connected to 
			hecU is connected to 
		with weight 0.230218
			hRd3 is connected to 
		with weight 0.119445
	with weight 0.620681
		FHU9 is connected to 
			hecU is connected to 
		with weight 0.979661
			hRd3 is connected to 
		with weight 0.41679
	with weight 0.398426
with weight 0.204387

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors