码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
Mac下的终端软件iTerm2(可代替secureCRT)
官网:https://www.iterm2.com/功能说明:https://www.iterm2.com/features.html公司要求使用正版软件办公,一直以来习惯了使用secureCRT,现在需要替换一款免费的软件,如果你跟我一样,iTerm2绝对是最好的选择。一、类似crt的sessio... ...
分类:系统相关   时间:2020-06-17 12:43:11    阅读次数:107
postgresql和postgis
1,空间函数转经纬度 '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":'||ST_AsGeoJSON(coverage)||'}]}' coverage, '{ "geomet ...
分类:数据库   时间:2020-06-16 18:34:03    阅读次数:88
less学习----less变量
一、什么是less less是css的扩展。他扩展了变量、mixin、函数等功能,使得css代码写的更有效率、更爽(哈哈),本篇主要先介绍less的变量 二、less的变量 相信在写css的时候,你总会发现,你某些属性的值一直都是重复的,例如系统的背景颜色、logo的地址等等, 因此通过less 的 ...
分类:其他好文   时间:2020-06-16 01:03:44    阅读次数:62
Writing geometries
Writing geometries ArcGIS 10.7 Locate topic Using insert and update cursors, scripts can create new features in a feature class or update existing one... ...
分类:其他好文   时间:2020-06-14 19:07:41    阅读次数:89
Zotero: add a history feature for paper viewing
During my time with Zotero, I've really enjoyed its various features and the 300MB of file sync space is able to be extended by modifying the path to ...
分类:Windows程序   时间:2020-06-14 12:40:08    阅读次数:76
RESTful 架构风格概述
在移动互联网的大潮下,随着docker等技术的兴起,『微服务』的概念也越来越被大家接受并应用于实践,日益增多的web service逐渐统一于RESTful 架构风格,如果开发者对RESTful 架构风格不甚了解,则开发出的所谓RESTful API总会貌合神离,不够规范。 Outline 1. R ...
分类:其他好文   时间:2020-06-12 14:36:38    阅读次数:50
The Anatomy of a Large-Scale Hypertextual Web Search Engine
The Google search engine has two important features that help it produce high precision results. First, it makes use of the link structure of the Web ...
分类:Web程序   时间:2020-06-09 14:21:52    阅读次数:82
BP 神经网络
代码: import numpy as np from utils.features import prepare_for_training from utils.hypothesis import sigmoid, sigmoid_gradient class MultilayerPerceptr ...
分类:其他好文   时间:2020-06-04 21:22:33    阅读次数:71
机器学习实战基础(三十七):随机森林 (四)之 RandomForestRegressor 重要参数,属性与接口
RandomForestRegressor class sklearn.ensemble.RandomForestRegressor (n_estimators=’warn’, criterion=’mse’, max_depth=None, min_samples_split=2, min_sam ...
分类:其他好文   时间:2020-06-02 19:17:09    阅读次数:286
keras基于多层感知器的softmax多分类
# 基于多层感知器的softmax多分类:```from keras.models import Sequential from keras.layers import Dense, Dropout, Activation from keras.optimizers import SGD impor ...
分类:其他好文   时间:2020-06-02 11:24:03    阅读次数:121
1570条   上一页 1 ... 4 5 6 7 8 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!