Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.51 KB

todo.md

File metadata and controls

64 lines (43 loc) · 1.51 KB

Just some ideas

problem solving

  • Markov Decision Process
  • case-based reasoning
  • genetic algorithms
  • support vector machines

cross cutting

  • routing / navigation: name a specific nav. scheme

data

  • relational
  • sparse distributed
  • NoSQL

More

  • search
  • backtrack (?)
  • categories

UI

  • responsive design

https://uxdesign.cc/how-to-pick-colors-for-your-app-without-a-struggle-bc46c5e19574

graphics

done

data

programming

  • mutable (functional) locks -> Immutability
  • dependency inversion (polymorphism)

module

  • module: cohesive combination of functions and data

and ...

principles

From keras: Keras adopts the principle of progressive disclosure of complexity: simple workflows should be quick and easy, while arbitrarily advanced workflows should be possible via a clear path that builds upon what you've already learned.