Difference between revisions of "Machine Learning"

From Jtkwiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
* [http://dmg.org/pmml/v4-2-1/GeneralStructure.html PMML 4.2.1 Specification]
 
* [http://dmg.org/pmml/v4-2-1/GeneralStructure.html PMML 4.2.1 Specification]
 +
 +
== Data Science ==
 +
 +
* [https://datascienceineducation.com/ Data Science in Education Using R]
 +
 +
== Software ==
 +
 +
=== Java ===
 +
* [https://jcp.org/en/jsr/detail?id=381 JSR 381 VisRec]: [https://github.com/JavaVisRec GitHub site], [https://www.youtube.com/watch?v=rtA9jfeqmIs&feature=youtu.be jChampions talk on YouTube]
 +
* [https://www.deepnetts.com/ Deep Netts]: feedforward / convolutional artificial neural networks, pure Java
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Latest revision as of 17:23, 19 January 2021

General

Predictive Model Markup Language

Data Science

Software

Java