Age_Gender_CNN_Tensorflow 使用CNN预测年龄与性别 感谢: 使用tensornets作为预训练模型:
2022-06-07 00:10:44 23.68MB Python
1
age-gender-estimation, 用于年龄和性别估计的CNN网络的Keras实现 年龄和性别估计这是CNN的一个Keras实现,用于估计来自一个人脸图像 [1, 2 ]的年龄和性别。 在培训中,使用数据集 。[ jul 。5,2018 ],UTKFace数据集可以用于训练。添加了AppA真实数据集的[ apr 。
2022-06-07 00:01:52 864KB 开源
1
Tensorflow是目前最流行的深度学习框架,我们可以用它来搭建自己的卷积神经网络并训练自己的分类器,本文介绍怎样使用Tensorflow构建自己的CNN,怎样训练用于简单的验证码识别的分类器。本文假设你已经安装好了Tensorflow,了解过CNN的一些知识。 下面将分步介绍怎样获得训练数据,怎样使用tensorflow构建卷积神经网络,怎样训练,以及怎样测试训练出来的分类器 1. 准备训练样本 使用Python的库captcha来生成我们需要的训练样本,代码如下: import sys import os import shutil import random import time
2022-06-06 15:48:48 384KB char fl flow
1
基于tensorflow搭建Faster R-CNN实现目标检测任务 有代码 有数据 可直接运行。 Faster R-CNN 实现目标检测 tensorflow 基于tensorflow搭建Faster R-CNN实现目标检测任务 有代码 有数据 可直接运行。 Faster R-CNN 实现目标检测 tensorflow
2022-06-06 14:12:38 502.91MB tensorflow cnn 目标检测 FasterR-CNN
该项目的详细文章可以在找到 目录 基本信息 在该项目中,我们已经开发了神经网络以使用卷积神经网络对细胞是否被感染进行分类。 我们使用了Kaggle提供的数据集,其中包含27558张受感染和未感染细胞的图像。 先决条件 要使用它,您需要满足以下条件: 1. Python3 2. Pip 正在安装 在计算机上获得必备条件后,执行以下命令: $ pip install -r requirements.txt 这将为您安装所有必需的库。 依存关系 使用以下项目创建项目: Keras: pip install keras pip install numpy : pip install numpy Matplotlib: pip install matplotlib Seaborn: pip install seaborn Scikit了解: pip install sklearn O
2022-06-05 14:10:22 340.45MB JupyterNotebook
1
给出完整Python代码,用于图像识别,可用于深度学习的入门。
2022-06-04 23:32:11 7.83MB 图像识别
1
图像分类 端到端Web应用程序具有CNN模型,可使用tensorflow在猫和狗图像之间进行分类。 数据集:3000张猫狗图像(每张图像1500张)。 查看数据集中的一些图像
2022-06-02 16:36:40 12.26MB Python
1
cnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-mastercnn-bilstm-attention-time-series-prediction_keras-ma
2022-06-02 11:05:01 501KB cnn keras 文档资料 python
1.领域:matlab,CNN卷积神经网络图像分割算法 2.内容:基于CNN卷积神经网络的图像中水域分割matlab仿真,仿真输出训练过程以及分割结果 +代码操作视频 3.用处:用于CNN卷积神经网络图像分割算法编程学习 4.指向人群:本硕博等教研学习使用 5.运行注意事项: 使用matlab2021a或者更高版本测试,运行里面的Runme_.m文件,不要直接运行子函数文件。运行时注意matlab左侧的当前文件夹窗口必须是当前工程所在路径。 具体可观看提供的操作录像视频跟着操作。
2022-06-01 12:05:36 33.22MB matlab cnn 人工智能 卷积神经网络
基于CNN的图像识别(Tensorflow) 使用CIFAR-10数据集
2022-05-31 11:25:00 164.94MB tensorflow
1