-
程序
基于tensorflow框架下的汉字毛笔字风格迁移(Style Transfer of Chinese Character Brush Characters Based on Tenorflow Framework)
- 2020-06-19 03:40:02下载
- 积分:1
-
Python数据科学手册(中文版)
说明: python图书 数据分析 机器学习 模型算法 入门书籍(DEEP LEARNING : METHODS AND APPLICATIONS Li Deng and Dong Yu Microsoft Research One Microsoft Way Redmond, WA 98052 NOW PUBLISHERS, 2014 2 Table of Contents Chapter 1 Introduction 5 1.1 Definitions and Background 5 1.2 Organization of This Book 8 Chapter 2 Some Historical Context of Deep Learning 11 Chapter 3 Three Classes of Deep Learning Network)
- 2019-10-04 19:22:16下载
- 积分:1
-
script
Stochastic experimentation on array of structured derivatives. Also seeks to test the delta of unsegmented lerps.
- 2015-06-13 16:47:30下载
- 积分:1
-
python cook book(第3版)高清中文完整版.pdf
说明: 这是一本关于python编程的指导用书,非常全面(This is a very comprehensive guide book on Python programming.)
- 2020-06-22 13:20:02下载
- 积分:1
-
BIMS
通过Python实现的桥梁管理系统 桌面程序,管理桥梁的各类参数。实现登录功能及各种参数管理,权限管理。(bridge infomation system)
- 2018-01-27 00:11:05下载
- 积分:1
-
GSD_SignalProcess
The elegant and special HW for signal processing, GSD part
- 2019-04-25 00:04:56下载
- 积分:1
-
机器学习框架techstar-ai-master
说明: 一种大数据机器学习框架的源代码,techstar-ai(The source code of a large data machine learning framework, techstar-ai)
- 2019-02-24 08:37:54下载
- 积分:1
-
liblinear-svm
Libsvm is a simple, easy-to-use, and efficient software for SVMclassification and regression. It solves C-SVM classification, nu-SVMclassification, one-class-SVM, epsilon-SVM regression, and nu-SVMregression. It also provides an automatic model selection tool forC-SVM classification. This document explains the use of libsvm.Libsvm is available at http://www.csie.ntu.edu.tw/~cjlin/libsvmPlease read the COPYRIGHT file before using libsvm.Table of Contents=================- Quick Start- Installation and Data Format- `svm-train" Usage- `svm-predict" Usage- `svm-scale" Usage- Tips on Practical Use- Examples- Precomputed Kernels - Library Usage- Java Version- Building Windows Binaries- Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc.- MATLAB/OCTAVE Interface- Python Interface-
- 2023-03-30 01:40:04下载
- 积分:1
-
SVM-classification-localization-master
说明: 检测的最佳方法是:
HOG(功能)->PCA(功能较少)+PSO(最佳C&Gamma)->Origin SVM->HNM(功能较多)->Better SVM->SW->NMS(BBOX回归)(Best way to do detection is:
HoG(features) -> PCA(less features) + PSO(best C&gamma) -> origin SVM -> HNM(more features) -> better SVM -> SW -> NMS(bbox regression))
- 2019-03-23 10:58:16下载
- 积分:1
-
nsga2.tar
这段代码描述多目标遗传算法NSGAII算法的实现,抓要包含三部分:Non-dominated sort, Crowding distance assignment, the selection process来找到pareto-front(The basic operations being performed and the worst case complexities associated with are as follows:
Multi-objective evolutionary algorithms which uses non-dominated sorting to find pareto front. It is consist of tree parts:
• Non-dominated sort returns a list of the non-dominated fronts F. (O(mN 2 ))
• Crowding distance assignment is O(mNlogN)
• The crowed comparison operator (Sort on ≥ n) guides the selection process at the various stages of the algorithm towards a uniformly spread out Pareto-optimal front. (O(2Nlog(2N))))
- 2016-09-28 16:50:08下载
- 积分:1