Skip to content

musaabshirgar1/kotlin-neural-network

 
 

Repository files navigation

Showcases of Different ML Algorithms

Using Background Color Classification

This is a Kotlin application forked from kotlin-machine-learning-demos that experiments with different neural network algorithms to recommend a light/dark font against different background colors.

Some algorithms are built completely from scratch but others are showcased using a library.

The current algorithms/library implementations:

  • Formulaic
  • Neural Network (w/ hill climbing)
  • Neural Network (w/ simulated annealing)
  • OjAlgo Neural Network
  • DL4J Neural Network

Demo

Screenshot

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%