summaries

Hands-On Machine Learning with Scikit-Learn and TensorFlow

mendi926Vocabulary listWords: 5
English
English
AI Generated
Machine LearningA type of artificial intelligence that provides computers the ability to learn without being explicitly programmed
Definitions:
Field of study that gives computers the ability to learn without being explicitly programmed.
Scikit-LearnA Python library for machine learning
Definitions:
A free software machine learning library for the Python programming language.
TensorFlowA machine learning platform developed by Google
Definitions:
An end-to-end open source platform for machine learning built by Google Brain Team.
ModelA mathematical representation of a process
Definitions:
A mathematical representation of a system used to help understand reality, make predictions, or make decisions.
DatasetA collection of related sets of information
Definitions:
A collection of data, usually presented in tabular form, with columns signifying different variables and rows signify different members of the set.