Machine Learning: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 63: Line 63:


| valign="top" |
| valign="top" |
* [https://opennlp.apache.org/ Apache OpenNLP]
* [https://mahout.apache.org/ Apache Mahout]
* [https://deeplearning4j.konduit.ai/ Deeplearning4j]
* [https://github.com/langchain4j/langchain4j LangChain4J]
* [https://adams.cms.waikato.ac.nz/ ADAMS]


| valign="top" |
| valign="top" |


|}
|}

Latest revision as of 09:03, 17 November 2023

Arthur Samuel coined the term Machine Learning in 1959 and defined it as a Field of study that gives computers the capability to learn without being explicitly programmed. And that was the beginning of Machine Learning! In modern times, Machine Learning is one of the most popular (if not the most!) career choices. According to Indeed, Machine Learning Engineer Is The Best Job of 2019 with a 344% growth and an average base salary of $146,085 per year.


<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>sphinx4-data</artifactId>
    <version>1.0.0</version>
</dependency>
<dependency>
    <groupId>net.sf.phat</groupId>
    <artifactId>sphinx4-core</artifactId>
    <version>5prealpha</version>
</dependency>

Prerequisites

  • Multivariate Calculus
  • Linear Algebra
  • Statistics
  • Python

Concepts

  • Types
  • Practices
  • Terminologies
  • Learning Resources
  • Take part in Competitions

Types

  • Supervised Learning
  • Unsupervised Learning
  • Semi-supervised Learning
  • Reinforcement Learning

Terminologies

  • Model
  • Feature
  • Target (Label)
  • Training
  • Prediction

References