Meap Scala Notes

Scala github https://github.com/gregnwosu/meapscala syntax functional traits interfaces for functions we introduce data types with [traits] sealed trait sealed means that all implentations must be in this file, kinda the same as [dinal] other syntax quirks each anonymous function has a implicit [apply] method that exposes the interface or [trait] of the function the function apply…

Neural Nets

structure I have started using Data.Graph but i think i will now use Data.Graph.Inductive I am hoping the constructors are somewhat similar or that i can transform one to another Data.Graph I used the Data.Graph package in haskell to create the network structure. As far as i can see it has two advantages it gets…