摘要: Keras:https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html Reference:https://jkjung-avt.github.io/keras-tut 阅读全文
posted @ 2019-04-11 20:05 zjf记录点滴 阅读(201) 评论(0) 推荐(0) 编辑
摘要: InputStream(字节输入流) OutputStream(字节输出流) Reader(字符输入流) Writer(字符输出流)都是抽象类,所以不可以直接new;它们是各大输入输出流的父类。 输入流:是要从数据源(键盘,文件,磁盘等)传到(这里我们叫做read)计算机内存、程序的一种流(为什么传 阅读全文
posted @ 2018-11-11 11:32 zjf记录点滴 阅读(781) 评论(0) 推荐(0) 编辑