How to best summarize what is TensorFlow?
Thursday, 13 June 2024
by Filipa Rodrigues
TensorFlow is an open-source machine learning framework developed by the Google Brain team. It is designed to facilitate the development and deployment of machine learning models, particularly those involving deep learning. TensorFlow allows developers and researchers to create computational graphs, which are structures that describe how data flows through a series of operations, or nodes.
What is the purpose of an input function in machine learning?
Wednesday, 02 August 2023
by EITCA Academy
The purpose of an input function in machine learning is to provide a mechanism for feeding data into a machine learning model during the training and evaluation phases. It serves as a bridge between the raw data and the model, allowing the model to consume the data in a format that it can understand and
- Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators, Examination review
Tagged under:
Artificial Intelligence, Data Preprocessing, Estimator API, Input Function, Machine Learning, TensorFlow

