划痕ai

scratchai-nightl的Python项目详细描述


scratchai

生成

CircleCI

文档

目录:

  1. 分类
ModelPaperImplementationConfigurations
Lenethttp://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdfImplementation
Alexnethttps://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdfImplementation
VGGhttps://arxiv.org/pdf/1409.1556.pdfImplementationVGG11, VGG11_BN, VGG13, VGG13_BN, VGG16_BN, VGG19, VGG19_BN, VGG_Dilated (For all the normal configurations)
Resnethttps://arxiv.org/abs/1512.03385ImplementationResnet18, Resnet34, Resnet50, Resnet101, Resnet150, Resnet_dilated (For all the previous resnets)
GoogLeNethttps://www.cs.unc.edu/~wliu/papers/GoogLeNet.pdfImplementation
Resnexthttps://arxiv.org/abs/1611.05431NA
  1. 分段
ModelPaperImplementation
UNethttps://arxiv.org/abs/1505.04597Implementation [Not checked]
ENethttps://arxiv.org/abs/1606.02147Implementation [Not checked]
  1. 生成性对抗网络
ModelPaperImplementation
DCGANhttps://arxiv.org/abs/1511.06434NA
CycleGANhttps://arxiv.org/abs/1703.10593Implementation [Not checked]
  1. 样式转换
ModelPaperImplementation
Image Transformation Network Justin et al.Perceptual Losses Paper
Supplementary Material
Implementation
  1. 攻击
AttacksPaperImplementation
NoiseNAImplementation
Semantichttps://arxiv.org/abs/1703.06857Implementation
Saliency Map Methodhttps://arxiv.org/pdf/1511.07528.pdfOngoing
Fast Gradient Methodhttps://arxiv.org/abs/1412.6572Implementation
Projected Gradient Descenthttps://arxiv.org/pdf/1607.02533.pdf
https://arxiv.org/pdf/1706.06083.pdf
Implementation
DeepFoolhttps://arxiv.org/abs/1511.04599pdfImplementation

教程

如何充分利用scratchai的教程可以在这里找到:https://github.com/iArunava/scratchai/tree/master/tutorials

这些是正在进行的教程列表,scratchai正在寻找越来越多的贡献。如果你愿意贡献 请查看CONTRIBUTING.md/打开问题。

许可证

此存储库下的代码是在mit许可下分发的。请随意在您自己的工作中使用它,并适当引用到此存储库。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java正则表达式查找但不包含在组中   java在for循环内的主线程中调用AsyncTask   java解析SOAP服务的响应时遇到问题。XML有什么问题?   java Servlet ClassNotFoundException出现在包中时。。。为什么?   Facebook SDK中的安卓 R.Java与应用程序R.Java冲突   java为什么我得到SSLProtocolexception:尝试发送http请求时握手失败?   java Base64编码字符串搜索   在htmlunit中选择java下拉菜单   java列表添加到HashMap   java设置断点的最短NOOP语句是什么?   java如何检索windows中所有应用程序最近使用的文件   java正则表达式,包含正向向后看和向前看   如何在java中通过API从url获取图像?   如何将for-each循环转换为Java流和lambda函数?   java如何使用jackson流式api解析给定的json?   java暂停调用方法jdbcTemplate。getDataSource()   java如何在使用getJdbcTemplate时使用union运算符设置sql查询的参数。查询(sql、新对象[]、行映射器)?   java我可以为HQL查询指定结果对象类型吗?   java Spring未满足的依赖项错误   maven试图重新定位poi jar,但未找到java类异常