About 341 results
Open links in new tab
  1. Time series forecasting - TensorFlow Core

    Aug 16, 2024 · This tutorial is an introduction to time series forecasting using TensorFlow. It builds a few different styles of models including Convolutional and Recurrent Neural Networks (CNNs and RNNs).

  2. Pre-processing temporal data made easier with TensorFlow Decision ...

    Sep 11, 2023 · To use this data with a machine learning model, it is often useful to aggregate it into time series, where the data is sampled uniformly over time. For example, we could aggregate the sales …

  3. Tutorials | TensorFlow Core

    Sep 19, 2023 · Keras basics This notebook collection demonstrates basic machine learning tasks using Keras.

  4. Working with RNNs | TensorFlow Core

    Nov 16, 2023 · For sequences other than time series (e.g. text), it is often the case that a RNN model can perform better if it not only processes sequence from start to end, but also backwards.

  5. Classification on imbalanced data - TensorFlow Core

    Aug 20, 2024 · Note: This dataset has been collected and analysed during a research collaboration of Worldline and the Machine Learning Group of ULB (Université Libre de Bruxelles) on big data mining …

  6. Data preprocessing for ML: options and recommendations

    Sep 6, 2024 · This document is the first in a two-part series that explores the topic of data engineering and feature engineering for machine learning (ML), with a focus on supervised learning tasks. This …

  7. Neural machine translation with a Transformer and Keras

    May 31, 2024 · For a time-series, the output for a time-step is calculated from the entire history instead of only the inputs and current hidden-state. This may be less efficient.

  8. Basic regression: Predict fuel efficiency | TensorFlow Core

    Jul 12, 2024 · To do this, you will provide the models with a description of many automobiles from that time period. This description includes attributes like cylinders, displacement, horsepower, and weight.

  9. Overfit and underfit - TensorFlow Core

    Apr 3, 2024 · Learning how to deal with overfitting is important. Although it's often possible to achieve high accuracy on the training set, what you really want is to develop models that generalize well to a …

  10. Introduction to the Keras Tuner | TensorFlow Core

    Aug 16, 2024 · In this tutorial, you will use the Keras Tuner to find the best hyperparameters for a machine learning model that classifies images of clothing from the Fashion MNIST dataset.