tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

机器学习相关教程

Results 17 tutorials issues
Sort by recently updated
recently updated
newest added

There is a small typo in theanoTUT/theano6_shared_variable.py. Should read `initial` rather than `inital`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

macOS Catalina 10.15.4 PyCharm 2019.3.2 (Community Edition) I used the most updated tensorflow 2.1.0 to run comes with below error: module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices' Then I downgrade to...

对于一个预训练好的模型,如何用强化学习的方法来影响预训练模型的参数变化呢

module 'tensorflow_core._api.v2.train' has no attribute 'GradientDescentOptimizer'

K-means, Spectral clustering. 我有一些数据和材料可以提供,但需要生成一些新数据上传。 如果有兴趣,我可以发给你这个文件的数据和简单的matlab代码 [HW5_Report_PDF.pdf](https://github.com/MorvanZhou/tutorials/files/3643077/HW5_Report_PDF.pdf)

显示结果不同 pandas 表格本来数据为: A B C D E F 0 1.0 2013-01-02 1.0 3 test foo 1 1.0 2013-01-02 1.0 3 train foo 2 1.0 2013-01-02 1.0 3 test foo...

周大神您好,这份代码我认为还有改进的地方。 这份代码的TensorBoard在IPYthon和Jupyter等IDE中只能运行一次,第二次就会报错:InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs/x_input’ with dtype float 我认为原因是用TensorBoard进行可视化的时候,出当前路径下不能存在一个以上的events文件。 解决方案有两种:(1)手动到该目录下删除event文件。 (2)加上tf.reset_default_graph(),这样就可以多次运行了。

In the 5-classifier_example.py, when I run `(X_train, y_train), (X_test, y_test) = mnist.load_data()` in the Pycharm ``` Loading data... Downloading data from https://s3.amazonaws.com/text-datasets/imdb.npz ``` error: `ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed...