Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 228 Bytes

File metadata and controls

13 lines (7 loc) · 228 Bytes

NumpyWDL

Implement Wide & Deep algorithm by using NumPy

用NumPy手工实现 Wide & Deep

To run it:

python census_main.py -e wide_n_deep -n 20

python census_main.py -e wide -n 20

python census_main.py -e deep -n 20