Blog

Learning diary of Arya Yang


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

Python 学习1

发表于 2020-05-03 | 分类于 programming |
Python内置函数*一到六载自https://cloud.tencent.com/developer/article/1200752,经微调,重点加黑 *数学符号 操作符 操作 例子 求职为 ** 指数(^) 2**3 8 % 取余数(mod) 22%8 6 // 取商(quot ...
阅读全文 »

有关海华AI比赛thought

发表于 2020-04-18 | 分类于 海华AI competition |
海华AI比赛感受 Haihua AI garbage classification competition看到垃圾分类这个标题时我就决定要参加这个比赛。我之前也参加过类似的项目课题研究,只是并不专业,更注重社科题材的研究。那时我请教老师,老师说用机器学习构建神经网络然后图像识别进行垃圾分类其实是个很 ...
阅读全文 »

有关海华AI比赛6

发表于 2020-03-31 | 分类于 海华AI competition |
06.1.Observe hidden layersCode by karbonThis notebook is a modified version of 04.2.MNIST and CNN.ipynb in order to observe the hidden layers. 1234567 ...
阅读全文 »

b站bv转av

发表于 2020-03-26 | 分类于 daily programming |
b站将av视频号换成了更高级的bv号,转化代码如下:(python)bv to av: av to bv: 1234567891011121314151617181920212223242526#bv to av:bv=input() ...
阅读全文 »

有关海华AI比赛5

发表于 2020-03-23 | 分类于 海华AI competition |
05.1.Read annotations from JSON fileImport packages12345678910# -*- coding: UTF-8 -*- # import packages%matplotlib inlineimport numpy as npimport cv2i ...
阅读全文 »

有关海华AI比赛4

发表于 2020-03-23 | 分类于 海华AI competition |
CNN-based Handwritten Digit Recognition12345678910111213from __future__ import absolute_import, division, print_function, unicode_literals# TensorFlow ...
阅读全文 »

有关海华AI比赛3

发表于 2020-03-23 | 分类于 海华AI competition |
Neural-Network-based Iris Flower Classification0 Dataset DescriptionDescription Source: https://archive.ics.uci.edu/ml/datasets/Iris/ Data Set Info ...
阅读全文 »

有关海华AI比赛2

发表于 2020-03-23 | 分类于 海华AI competition |
NN-based Regression1 Observe the data from statistical department12#load the dataimport csvimport numpy as np# Declare lists for storing datasetoperat ...
阅读全文 »

CTB参赛过程

发表于 2020-03-21 | 分类于 competitions |
参赛CTB China Thinks Big competitionIt is a competion that encourage to do some research to solve some present problems. During this competition, I use ...
阅读全文 »

有关海华AI比赛

发表于 2020-02-25 | 分类于 海华AI competition |
Something about the machine learning(code by karbon) IntroductionLearning with supervision:Input and output are known. The machine finds the relation ...
阅读全文 »
<i class="fa fa-angle-left"></i>1…456<i class="fa fa-angle-right"></i>
Arya Yang

Arya Yang

Including learning records and other activities

53 日志
6 分类
10 标签
© 2021 Arya Yang
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4