id: 12683    nodeId: 12683    type: General    point: 18.0    linkPoint: .0    maker: cella    permission: linkable    made at: 2020.03.24 05:09    edited at: 2020.07.19 11:53
Coursera: Tensorflow in Practice


<Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning>


<Convolutional Neural Networks in TensorFlow>

- Week1

representation sparsity



<Coursera: Sequence, Time Series and Prediction>

- Week1

Tensorflow install problem: nightly version is obsolete. Use specific version like "Tensorflow==2.2" in pip command.

roll forward partition
differencing + moving average

- Week2
how to find a good learning rate using callback: tf.keras.callbacks.LearningRateScheduler()


Return to Coursera: Tensorflow in Practice