Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.99 KB

project ideas.md

File metadata and controls

59 lines (48 loc) · 2.99 KB

Project ideas

Here are some suggestions for projects to do. Either pick something from this list or use it as inspiration.

If you choose a project use strikthrought to remove it -> crossed

Teaching 👨‍🏫

Explain an optimization method not covered in the course though an interactive notebook. Gold standard is Distill

Tools 🔧

Solve a problem using a method from the course or a new one.

  • time table scheduling
  • my own RNA folder!
  • color transfer using optimal transportation done right
  • analytic solution of a ODE using genetic programming
  • graph matching using simulated annealing
  • optimal task for every person using the Hungarian algorithm
  • finding negative cycles using the Bellman–Ford algorithm
  • multiple sequence alignment using Genetic Algorithms
  • using MaxEnt to find the best probability distribution
  • finding design patterns in phage lytic proteins using evolutionary algorithms
  • homebrew SVM
  • recovering images from a few pixels using compressed sensing (L1-norm minimization)
  • visalizing complex networks using quadratic optimization
  • ...

Research projects ⚗️

Experiment and learn. Reproduce the results of a paper (in simplified form). Show me something exciting about optimization! Use visuals to tell a story.