代码改变世界

阅读排行榜

Practical Deep Learning for Coders

2021-06-01 15:41 by DataBases, 40 阅读, 收藏,
摘要: https://course.fast.ai/#The-software-you-will-be-using https://mml-book.github.io/ https://github.com/jupyterlab/retrolab https://github.com/ossu/comp 阅读全文

Convert Categories Feature to numbers

2021-05-20 13:41 by DataBases, 38 阅读, 收藏,
摘要: import pandas as pdif __name__ == '__main__': mapping = { "Class0": 0, "Class1": 1, "Class2": 2, "Class3": 3, "Class4": 4, "Class5": 5 } df = pd.read_ 阅读全文

github repo

2021-05-07 12:24 by DataBases, 38 阅读, 收藏,
摘要: https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- 阅读全文

Full Stack Deep Learning

2021-06-08 12:54 by DataBases, 34 阅读, 收藏,
摘要: https://fullstackdeeplearning.com/spring2021/panel/ https://www.deeplearningbook.org/ 阅读全文

Torch RNN

2021-05-30 22:59 by DataBases, 34 阅读, 收藏,
摘要: https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/ https://github.com/gabrielloye/RNN-walkthrough/blob/master/main 阅读全文