摘要: A 简单运算https://www.cnblogs.com/augustone/p/11194185.html B 运算符各种运算符 https://www.runoob.com/python3/python3-basic-operators.html 字符串 字符串的加与乘 字符串内建函数 htt 阅读全文
posted @ 2019-07-17 18:50 Augustone 阅读(188) 评论(0) 推荐(0)
摘要: # 我的第一个小程序print("hello world!\t你好我好大家好\t"+"哈哈哈!")i = 0while 1: i = i+1 temperature = input("请输入今天的温度:") temperature = int(temperature) if temperature 阅读全文
posted @ 2019-07-16 19:16 Augustone 阅读(185) 评论(0) 推荐(0)
摘要: Python 的非正式介绍¶ 这个手册中的许多例子都包含注释,甚至交互性命令中也有。Python中的注释以井号 # 开头,并且一直延伸到该文本行结束为止。注释可以出现在一行的开头或者是空白和代码的后边,但是不能出现在字符串中间。字符串中的井号就是井号。因为注释是用来阐明代码的,不会被 Python 阅读全文
posted @ 2019-07-16 12:48 Augustone 阅读(296) 评论(0) 推荐(0)
摘要: 1,目录和前言 https://blog.csdn.net/itplus/article/details/37969519 2,预备知识:逻辑回归、贝叶斯公式、霍夫曼树 https://blog.csdn.net/itplus/article/details/37969635 3,背景知识:统计语言 阅读全文
posted @ 2019-03-31 19:40 Augustone 阅读(1169) 评论(0) 推荐(0)
摘要: https://realpython.com/python-speech-recognition/ The Ultimate Guide To Speech Recognition With Python by David Amos advanced data-science machine-lea 阅读全文
posted @ 2019-03-30 21:29 Augustone 阅读(890) 评论(0) 推荐(0)
摘要: 1,语音识别程序 https://blog.csdn.net/a18852867035/article/details/78565293 2,python语音识别指南终极版 https://blog.csdn.net/j2IaYU7Y/article/details/79878310 3,pytho 阅读全文
posted @ 2019-03-30 21:26 Augustone 阅读(266) 评论(0) 推荐(0)
摘要: lane detection Paper 2019 2018 2017 Code Blog Dateset Paper 2019 《Robust Lane Detection from Continuous Driving Scenes Using Deep Neural Networks》 《En 阅读全文
posted @ 2019-03-30 15:14 Augustone 阅读(1026) 评论(0) 推荐(0)
摘要: 0001, object-detection [TOC] This is a list of awesome articles about object detection. If you want to read the paper according to time, you can refer 阅读全文
posted @ 2019-03-30 15:11 Augustone 阅读(1127) 评论(0) 推荐(1)
摘要: A curated list of deep learning image classification papers and codes since 2014, Inspired by awesome-object-detection, deep_learning_object_detection 阅读全文
posted @ 2019-03-30 15:06 Augustone 阅读(395) 评论(0) 推荐(1)
摘要: Semantic segmentation U-Net [https://arxiv.org/pdf/1505.04597.pdf] [2015] https://github.com/zhixuhao/unet [Keras] https://github.com/jocicmarko/ultra 阅读全文
posted @ 2019-03-30 14:58 Augustone 阅读(585) 评论(0) 推荐(0)