machine_gun_lin

Results 11 issues of machine_gun_lin

gee-web day1 的 base3 run main.go 遇到找不到 package gee 的问题: ![373356eec6e8f4fc4b39b2e05fb0905](https://user-images.githubusercontent.com/18243223/183689999-a7f02c5e-fce8-4e8c-a91c-00198d4941a7.jpg) 这是我的 go env: ![image](https://user-images.githubusercontent.com/18243223/183690309-d53e7d25-f771-4d13-ae60-10dd0d1c71be.png) google 了一下,好像要把当前项目的路径加到 gopath 去,但这样好像有点蠢(如果每个导入自己写的 package 都要这么做的话)? 请问有什么优雅的解决方案吗?

3.3.2 节中说的伪代码应该指的是 3.3.1 节中的伪代码,而不是 2.3.1 节

楼主你好,用data_pro.py处理Digital_Music_5.json文件时可以正常得到数据集,但是处理其他类别的数据集的json文件都是报错: ![image](https://user-images.githubusercontent.com/18243223/130089606-27de6058-d787-41e6-9dcd-6f03ee59f011.png) 请问这里是需要对代码做一些处理吗还是什么? 数据集是从[这里](http://deepyeti.ucsd.edu/jianmo/amazon/index.html)拿的。

楼主你好,请问除了这几篇paper的模型,有其他的方法(比如再往前几年)的机器学习或者深度学习的implementation吗?

Hello,请问如果我想要修改模型的输入。 比如说,在DeepCoNN里,原来的输入是user和item的review text,我现在想把这两个输入改成user_ID和item_ID,也就是不用评论作为输入(先不考虑效果,只考虑改输入)。 请问要实现这个需要在哪些部分进行改动呢?

在我的jupyter notebook上运行第一段就报错,而且relu漏了个r,只剩elu了

Fix some typo