jpeadebo / ML-project

very simple ml project from scratch(minus a few simple libraries)
0 stars 0 forks source link

add evolutionary neural network #6

Open jpeadebo opened 2 years ago

jpeadebo commented 2 years ago

create a method that can be used by a system to run evolutionary neural networks

jpeadebo commented 2 years ago

make a method that will take in a set of input paramerters, run feed forward, and output the calculated outputs. This method will be used as a new feed forward for the new evolutionary neural network

jpeadebo commented 2 years ago

new class that will be the structure for a neural algorithm