TensorFlow v1.0.0 发布,一个表达机器学习算法的接口

jopen 7年前
   <p style="text-align:center"><strong><img alt="" src="https://simg.open-open.com/show/326eaa9a539ec5575022ac39de585d3d.png" /></strong></p>    <p> </p>    <p>TensorFlow 是一个表达机器学习算法的接口,并且是执行算法的实现框架。使用 TensorFlow 表示的计算可以在众多异构的系统上方便地移植,从移动设别如手机或者平板电脑到成千的GPU计算集群上都可以执行。该系统灵活,可以被用来表示很多的算法包括,深度神经网络的训练和推断算法,也已经被用作科研和应用机器学习系统在若干的计算机科学领域或者其他领域中,例如语言识别、计算机视觉、机器人、信息检索、自然语言理解、地理信息抽取和计算药物发现。</p>    <p style="text-align:center"><a href="https://simg.open-open.com/show/4a67e12961d71d510c83c2aa35a8febb.gif"><img alt="" src="https://simg.open-open.com/show/4a67e12961d71d510c83c2aa35a8febb.gif" /></a></p>    <h2>更新日志</h2>    <ul>     <li>XLA (experimental): initial release of <a href="/misc/goto?guid=4958998680167449824">XLA</a>, a domain-specific compiler for TensorFlow graphs, that targets CPUs and GPUs.</li>     <li>TensorFlow Debugger (tfdbg): command-line interface and API.</li>     <li>New python 3 docker images added.</li>     <li>Made pip packages pypi compliant. TensorFlow can now be installed by <code>pip install tensorflow</code>command.</li>     <li>Several python API calls have been changed to resemble NumPy more closely.</li>     <li>New (experimental) <a href="/misc/goto?guid=4958998878199704727">Java API</a>.</li>     <li>Android: new person detection + tracking demo implementing "Scalable Object Detection using Deep Neural Networks" (with additional YOLO object detector support)</li>     <li>Android: new camera-based image stylization demo based on "A Learned Representation For Artistic Style"</li>    </ul>    <h3>Bug修复</h3>    <ul>     <li>Numerous C++ API updates.</li>     <li>New op: <code>parallel_stack</code>.</li>     <li>Introducing common tf io compression options constants for RecordReader/RecordWriter.</li>     <li>Add <code>sparse_column_with_vocabulary_file</code>, to specify a feature column that transform string features to IDs, where the mapping is defined by a vocabulary file.</li>     <li>Added <code>index_to_string_table</code> which returns a lookup table that maps indices to strings.</li>     <li>Add <code>string_to_index_table</code>, which returns a lookup table that matches strings to indices.</li>     <li>Add a <code>ParallelForWithWorkerId</code> function.</li>     <li>Add <code>string_to_index_table</code>, which returns a lookup table that matches strings to indices.</li>     <li>Support restore session from checkpoint files in v2 in <code>contrib/session_bundle</code>.</li>     <li>Added a tf.contrib.image.rotate function for arbitrary angles.</li>     <li>Added <code>tf.contrib.framework.filter_variables</code> as a convenience function to filter lists of variables based on regular expressions.</li>     <li><code>make_template()</code> takes an optional <code>custom_getter_ param</code>.</li>     <li>Added comment about how existing directories are handled by <code>recursive_create_dir</code>.</li>     <li>Added an op for QR factorizations.</li>     <li>Divides and mods in Python API now use flooring (Python) semantics.</li>     <li>Android: pre-built libs are now built nightly.</li>     <li>Android: cmake/gradle build for TensorFlow Inference library under <code>contrib/android/cmake</code></li>     <li>Android: Much more robust Session initialization code.</li>     <li>Android: TF stats now exposed directly in demo and log when debug mode is active</li>     <li>Android: new/better README.md documentation</li>     <li>saved_model is available as <code>tf.saved_model</code>.</li>     <li>Empty op is now stateful.</li>     <li>Improve speed of scatter_update on the cpu for ASSIGN operations.</li>     <li>Change <code>reduce_join</code> to treat <code>reduction_indices</code> in the same way as other <code>reduce_</code> ops.</li>     <li>Move <code>TensorForestEstimator</code> to <code>contrib/tensor_forest</code>.</li>     <li>Enable compiler optimizations by default and allow configuration in configure.</li>     <li><code>tf.divide</code> now honors the name field.</li>     <li>Make metrics weight broadcasting more strict.</li>     <li>Add new queue-like <code>StagingArea</code> and new ops: <code>stage</code> and <code>unstage</code>.</li>     <li>Enable inplace update ops for strings on CPU. Speed up string concat.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958999644645039200" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958999644774188423" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/3ccbc3bf">http://www.open-open.com/news/view/3ccbc3bf</a></p>