240 发简信
IP属地:北京
  • Convolutional Neural Network (CNN)

    我自己写的代码和该教程略有不一样,有三处改动,第一个地方是用归一化(均值为0,方差为1)代替数值缩放([0, 1]),代替的理由是能提升准确率 ...

  • Text classification with TensorFlow Hub: Movie reviews

    This notebook classifies movie reviews as positive or negative using the...

  • Tensorflow日常随笔(一)

    TensorFlow is an end-to-end open source platform for machine learning Te...

  • Using side features: feature preprocessing

    One of the great advantages of using a deep learning framework to build ...

  • TensorFlow Recommenders: Quickstart

    In this tutorial, we build a simple matrix factorization model using the...

  • Resize,w 360,h 240
    汽车燃料效率预测

    本教程的目的是要预测汽车的燃料效率,相比于之前的分类,这是一个回归问题,回归是针对连续变量的,分类是针对离散变量的 用的数据集是 Auto MP...

  • TensorFlow 2 quickstart for beginners

    This short introduction uses Keras to: Build a neural network that class...

  • Resize,w 360,h 240
    根据译文片段预测翻译作者

    本教程的目的是带领大家学会,根据译文片段预测翻译作者 本次用到的数据集是三个 txt 文本,分别是 cowper.txt、derby.txt、b...

  • TensorFlow 2 quickstart for experts

    Import TensorFlow into your program: import tensorflow as tf from tensor...