作者小头像 Lv.6
更多个人资料
1895 成长值
0 关注
16 粉丝
+ 关注 私信

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

人工智能、IOT
个人勋章
TA还没获得勋章~
成长雷达
1830
30
0
15
20

个人资料

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

人工智能、IOT

达成规则

以上满足项可达成此勋章

  • 博客
  • 关注
  • 粉丝
  • 论坛
Numpy实现Perceptron(感知机)
from __future__ import print_function, division import math import numpy as np # Import helper functi...
作者小头像 AI浩
626
0
0
2021-12-23 00:40:52
626
0
0
Pytorch 实现NonLocalBlock
import torch import torch.nn as nn import torchvision class NonLocalBlock(nn.Module): def __init...
作者小头像 AI浩
619
0
0
2021-12-22 23:19:05
619
0
0
Pytorch实现CBAM
import torch import torch.nn as nn import torchvision class ChannelAttentionModule(nn.Module): d...
作者小头像 AI浩
709
0
0
2021-12-22 22:09:49
709
0
0
Pytorch实现AlexNet
import torch import torch.nn as nn import torchvision class AlexNet(nn.Module): def __init__(self...
作者小头像 AI浩
619
0
0
2021-12-22 23:29:28
619
0
0
Pytorch实现EfficientNet
# !/usr/bin/env python # -- coding: utf-8 -- import math import torch import torch.nn as nn class S...
作者小头像 AI浩
665
0
0
2021-12-22 23:01:43
665
0
0
ResNet
import torch import torch.nn as nn import torchvision print("PyTorch Version: ",torch.__version__) pr...
作者小头像 AI浩
284
0
0
2021-12-23 00:06:17
284
0
0
RepVGG
# !/usr/bin/env python # -- coding: utf-8 -- import numpy as np import torch import torch.nn as nn ...
作者小头像 AI浩
292
0
0
2021-12-23 00:37:03
292
0
0
Pytorch实现InceptionV1
import torch import torch.nn as nn import torchvision def ConvBNReLU(in_channels,out_channels,kernel_...
作者小头像 AI浩
672
0
0
2021-12-22 22:29:24
672
0
0
Numpy实现NaiveBayes(朴素贝叶斯)
from __future__ import division, print_function import numpy as np import math from mlfromscratch.util...
作者小头像 AI浩
697
0
0
2021-12-22 22:50:05
697
0
0
xlnet+bilstm实现菜品正负评价分类
摘要 CMU和google brain联手推出了bert的改进版xlnet。在这之前也有很多公司对bert进行了优化,包括百度、清华的知识图谱融合,微软在预训练阶段的多任务学习等等,但是这些优化并没有把...
作者小头像 AI浩
520
0
0
2021-12-23 00:52:07
520
0
0
总条数:606
  • 1
  • ...
  • 55
  • 56
  • 57
  • ...
  • 61
到第 页

上滑加载中

https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=baidu&wd=sed%20%E6%9B%BF%E6%8D%A2%E5%AD%97%E7%AC%A6%E4%B8%B2&rsv_pq=c7db61a600035dc5&rsv_t=5e19yEsbV9N5fIvdlGRU
作者小头像
作者小头像
快速交付
+ 关注 私信