Skip to content

Commit

Permalink
Some FOSSASIA ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
mdda committed Mar 9, 2018
1 parent 201471c commit 71fb00a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,3 +792,22 @@ Early on, maybe keep the shitty random values, but change the connections.
- Conversational agents as magician master chess players
- This is more of a business idea, really


## FOSSASIA Ideas
- Meta-Learning
+ Reptile (OpenAI)
- Has nice webpage/blog-post
- Minimal effort required to get going - includes known-good model
- But : This builds a network that is as-retrainable-as-possible,
rather than solving a single problem as well as possible.
ie : less 'delightfull' than a single good result.

- Word-Embeddings
+ Translation via alignment of word embeddings in 2+ languages
- Possibilities :
- Matrix inversion (quickest case, if it works)
- Iterative improvement (easiest to implement)
- Adversarial improvement (pretty exciting)
- Evolutionary-style improvement (combo-deal for teaching)


0 comments on commit 71fb00a

Please sign in to comment.