• Stars
    star
    8
  • Rank 2,089,501 (Top 42 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Auto_driving_recognize

自动驾驶,汽车识别
Python
15
star
2

House-price-forecast

基于TensorFlow的房价预测,包括了对pandas,seaborn,tensorBoard的基本学习,对回归模型的理解,对表格数据处理的操作
Python
13
star
3

MNIST_Softmax_CNN

采用了单纯的Softmax和CNN网络进行手写体数字识别,采用Keras框架的Sequential模型,里面涉及了卷积,池化,dropout,Dense,Flatten;对于手写数据集获取方式也有说明,而不再不是用已经被官方弃用的方法;数据处理以及可视化数据和结果;模型的编译,训练,保存,加载都有涉及
Python
12
star
4

gcn_keras_Implement

用自定义的层实现图卷积神经网络GCN
Python
8
star
5

CrawlSpider_-

通过使用CrawlSpider进行深度爬取,涉及到①正则表达式解决页面结构不统一的问题;②通过LinkExtractor中的restrict_xpaths限制爬取链接的条件;③通过selenium无界面浏览器解决文本(下载链接)js加密问题
Python
4
star
6

-v1

利用captcha.image的ImageCaptcha模块自动生成验证码图片;借鉴AlexNet的神经网络进行模型搭建进行验证码识别(亮点在于最后的四个全连接神经网络);利用keras.utils.vis_utils的plot_model的模块进行Keras模型可视化;不同损失函数的对比和模型训练过程的分析;
Python
3
star
7

N_Gram-and-CBOW

利用torch实现N_Gram和CBOW
Python
2
star
8

--Embedding

通过IMDB数据集对词嵌入进行介绍,并且采用了预训练的词嵌入在200个训练集上达到50%以上的准确度!
Python
2
star
9

compare-LIBSVM-with-Linear-and-Gassian-Kernel

西瓜书第六章习题6.2: 试用LIBSVM,在西瓜数据集3.0α 上分别用线性核和高斯核训练一个SVM,并比较其支持向量的差别。
Python
2
star
10

ResNet50

ResNet50
Python
2
star
11

Convolution-model-TF

Complement CNN using TensorFlow--Andrew ng coursera
Python
2
star
12

Keras_tutorial_HappyHouse

Python
2
star
13

Face-Recognition

人脸验证,人脸识别,Triplet loss,Inception model, Encoding
Python
2
star
14

Tensorflow_tutorial

Andrew ng courses of Tensorflow_tutorial
Python
2
star
15

-III-

给定一个数组,它的第 i 个元素是一支给定的股票在第 i 天的价格。 设计一个算法来计算你所能获取的最大利润。你最多可以完成 两笔 交易。 注意: 你不能同时参与多笔交易(你必须在再次购买前出售掉之前的股票)。
Python
2
star
16

xiciProxy

爬取的西刺代理,以便构建自己的ip代理
Python
1
star
17

-

简单的制作词云图,效果比较有意思!
Python
1
star
18

Kaggle-Understanding-Clouds-from-Satellite-Images

Python
1
star
19

LOL-WZ-Skin

爬取的全联盟皮肤,涉及到的东西1、Ajax异步加载数据 2、利用requests+正则库进行爬取 3、利用urllib.request进行图片下载保存 4、并且涉及到一点反编码
Python
1
star
20

pytorch-beginner

pytorch tutorial for beginners
Python
1
star