These are all the commands I used in the intermediate Bear tutorial, including ones that I didn’t show.
$ simple_bear_tutorial_data quadratic.csv -r19680707 -t1000 --weight=0
--quadratic=-2
$ open quadratic.csv
$ memory_bear quadratic.csv 10s -dl1 -oquadratic-predictions.csv
$ open quadratic-predictions.csv
$ intermediate_bear_tutorial_data tube.csv 255 tube-x.csv 50 -r 19680707
$ open tube-x.csv
$ memory_bear tube-x.csv -dl1 10s -otube-x-predictions.csv
$ open tube-x-predictions.csv
$ intermediate_bear_tutorial_reformat tube.csv 255 tube-excel.csv
$ open tube-excel.csv
$ memory_bear tube.csv -l2 2m -otube-predictions.csv -stube
$ intermediate_bear_tutorial_reformat tube-predictions.csv 255
tube-predictions-excel.csv
$ open tube-predictions-excel.csv
$ intermediate_bear_tutorial_data tube-nn.csv 255 /dev/null 50 -r 19680707
-e0
$ intermediate_bear_tutorial_reformat tube-nn.csv 255 tube-nn-excel.csv
$ open tube-nn-excel.csv
$ memory_bear tube-nn.csv -l2 2m -otube-nn-predictions.csv -stube-nn
$ intermediate_bear_tutorial_reformat tube-nn-predictions.csv 255
tube-nn-predictions-excel.csv
$ open tube-nn-predictions-excel.csv
$ spiral_classification_data spiral.csv
$ memory_bear spiral.csv 5m -sspiral -ospiral-predictions.csv -l2
$ intermediate_bear_tutorial_reformat spiral-predictions.csv 255
spiral-excel.csv
$ open spiral-excel.csv
© 2023–2024 John Costella