Skip to content

Commit 5d1d8ac

Browse files
ctruedenmattxwang
authored andcommitted
Move TensorFlow into /libs, and vet the page
1 parent 6313861 commit 5d1d8ac

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

_pages/software/tensorflow.md renamed to _pages/libs/tensorflow.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
2-
mediawiki: TensorFlow
32
title: TensorFlow
4-
section: Explore:Software
3+
section: Explore:Libraries
54
doi: 10.5281/zenodo.4724125
5+
icon: /media/logos/tensorflow.png
6+
name: TensorFlow
7+
website: https://www.tensorflow.org/
8+
source-url: https://github.com/tensorflow/tensorflow
9+
team-developers: Google Brain | https://en.wikipedia.org/wiki/Google_Brain
10+
team-maintainers: TensorFlow developers | https://en.wikipedia.org/wiki/Google_Brain
611
---
712

8-
9-
{% capture author%}
10-
{% include wikipedia title='Google Brain' text='Google Brain'%} team
11-
{% endcapture %}
12-
13-
{% capture source%}
14-
{% include github org='tensorflow' repo='tensorflow' %}
15-
{% endcapture %}
16-
{% include notice icon="info" content='Plugin' software='TensorFlow' name='TensorFlow' logo='<img src="/media/logos/tensorflow.png" width="128"/>' author=author maintainer='TensorFlow developers' source=source website='https://www.tensorflow.org/' %}[TensorFlow](https://www.tensorflow.org/) is an [open-source](/licensing/open-source) software library for {% include wikipedia title='Artificial intelligence' text='machine intelligence'%}.
13+
[TensorFlow](https://www.tensorflow.org/) is an [open-source](/licensing/open-source) software library for {% include wikipedia title='Artificial intelligence' text='machine intelligence' %}.
1714

1815
The [ImageJ-TensorFlow](https://github.com/imagej/imagej-tensorflow) project enables TensorFlow to be used from ImageJ commands and scripts. Some ImageJ plugins currently use TensorFlow to classify images according to pre-trained models. Future plugins are planned which will support refining models based on additional training images from ImageJ.
1916

_pages/news/2018-03-16-classifying-microscope-image-focus-quality-with-deep-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 2018-03-16 - Classifying microscope image focus quality with deep learning
33
---
44

5-
The Google Accelerated Science team has published an ImageJ plugin, [Microscope Focus Quality](/plugins/microscope-focus-quality), for assessing the focus quality of microscope images using a pretrained [TensorFlow](/software/tensorflow) model.
5+
The Google Accelerated Science team has published an ImageJ plugin, [Microscope Focus Quality](/plugins/microscope-focus-quality), for assessing the focus quality of microscope images using a pretrained [TensorFlow](/libs/tensorflow) model.
66

77
{% include img align="right" src="/media/mifqc.png" width="400px" caption="The Microscope Focus Quality plugin classifies image tiles into 11 classes (hue) with varying confidence (brightness)." %}
88

_pages/plugins/microscope-focus-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The plugin is currently limited to single (i.e., 2D) images of 16-bit integer da
4747

4848
## See also
4949

50-
- [TensorFlow](/software/tensorflow), the machine learning library this plugin uses.
50+
- [TensorFlow](/libs/tensorflow), the machine learning library this plugin uses.
5151
- [Using Deep Learning to Facilitate Scientific Image Analysis](https://research.googleblog.com/2018/03/using-deep-learning-to-facilitate.html) post on Google Research Blog
5252

5353

0 commit comments

Comments
 (0)