ATISLabs / TinyML.jl

A set of ML algorithms focused on low-end hardware with bit neural networks.
5 stars 0 forks source link

interface for transfer learning #11

Open lalvim opened 3 years ago

lalvim commented 3 years ago

What about using our own learnt models from problems such as cartpole .... and apply to the initial population for solving another problem?

I think it easy to implement an interface and some heuristic to replicate similar solutions to fill all the pop size. Sugested Tasks: