Machine Learning: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added some more information)
(Fixed an internal link)
Line 4: Line 4:
*One near essential application is complex problems such as autonomous navigation, problem solving, object recognition, etc
*One near essential application is complex problems such as autonomous navigation, problem solving, object recognition, etc
*Being software, there are many open source tools
*Being software, there are many open source tools
*Main requirements are [[Training, Validation, and Test sets | Training Data]]
*Main requirements are [[Training Data]]
*Can create solutions to problems humans could never make
*Can create solutions to problems humans could never make
*Can sometimes be hard to explain the core of the "method" it comes up with
*Can sometimes be hard to explain the core of the "method" it comes up with

Revision as of 16:22, 15 March 2020

Basics

  • A process by which an algorythm can produce other algorhythms, code, and even CAD based off of training data, and training
  • many methods each with their own advantages
  • One near essential application is complex problems such as autonomous navigation, problem solving, object recognition, etc
  • Being software, there are many open source tools
  • Main requirements are Training Data
  • Can create solutions to problems humans could never make
  • Can sometimes be hard to explain the core of the "method" it comes up with
  • See the CPG Grey Video On It
  • NEED EXPERT EXPLAINING

See Also

Useful Links