About 13,900,000 results
Open links in new tab
  1. Google Colab

    Colab, or "Colaboratory", allows you to write and execute Python in your browser, with Zero configuration required Access to GPUs free of charge Easy sharing Whether you're a student, a data …

  2. Google Translate

    Google's service, offered free of charge, instantly translates words, phrases, and web pages between English and over 100 other languages.

  3. 21_Machine_Translation.ipynb - Colab - Google Colab

    We use a two-step process to convert text into numbers that can be used in a neural network. The first step is to convert text-words into so-called integer-tokens. The second step is to convert integer …

  4. Google Scholar

    Google Scholar provides a simple way to broadly search for scholarly literature. Search across a wide variety of disciplines and sources: articles, theses, books, abstracts and court opinions.

  5. Seq2Seq Model for Neural Machine Translation.ipynb - Colab - Google Colab

    A Comprehensive Guide to Neural Machine Translation using Seq2Seq Modelling using PyTorch In this post, we will be building a sequence to sequence deep learning model using PyTorch and TorchText. …

  6. Google AI Studio

    Use natural language to generate fully functional apps with built-in features like Nano Banana or Google Search integration, then deploy with a single click. Manage API keys and projects in one space. …

  7. 12_Translate_text_between_languages.ipynb - Colab - Google Colab

    Translate text between languages This notebook covers machine translation backed by Hugging Face models. The quality of machine translation via cloud services has come a very long way and …

  8. Translation - Colab - Google Colab

    Fine-tuning a model on a translation task In this notebook, we will see how to fine-tune one of the 🤗 Transformers model for a translation task. We will use the WMT dataset, a machine translation …

  9. machine-translation-and-dataset.ipynb - Colab - Google Colab

    In machine translation, each example is a pair of source and target text sequences, where the two text sequences may have different lengths. For computational efficiency, we can still process a minibatch …

  10. Machine Learning Language Translation - Google Colab

    # Vectorize the data, we are basically reading input as well as target data, w.r.t all input sentences we are basically reading all unique characters # Input data is english sentences and output data is all …