Skip to content

Commit f852546

Browse files
authored
Updated readme
1 parent 5d0a56b commit f852546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* tf.train.**string_input_producer**, and
2828
* tf.data.**Dataset** APIs to read both **.csv** and **.tfrecords** (tf.example) data files
2929
* tf.contrib.timeseries.**RandomWindowInputFn** and **WholeDatasetInputFn** for time-series data
30-
* Feature **preprocessing** and **creation** as part of reading data (input_fn), for example, sin, sqrt, square, log, boolean comparisons, euclidean distance, etc.
30+
* Feature **preprocessing** and **creation** as part of reading data (input_fn), for example, sin, sqrt, polynomial expansion, fourier transform, log, boolean comparisons, euclidean distance, custom formulas, etc.
3131

3232
* A standard approach to prepare **wide** (sparse) and **deep** (dense) feature_column(s) for Wide and Deep **DNN Liner Combined Models**
3333

0 commit comments

Comments
 (0)