pointborn

We all are data.

跳至正文
  • 首页
  • AI
    • MV
      • OpenCV
    • PyTorch
  • Algo
    • MXNet
    • U-Net
  • BE
    • Go
  • Book
  • Brain
    • Cognition
  • Business
  • C
    • Hardware
      • CPU
      • Harddisk
      • Memory
    • Software
      • Architecture
        • MicroService
      • Code
      • OS
        • Mac
        • Service
          • Log
          • Upload Service
        • Ubuntu
      • Program
        • PDL
        • Programming Model
        • Programming Thinking
      • Software Design
        • Design Pattern
  • C++
  • Crawler
    • Crawler framework
      • Scrapy
  • D
    • Big Data
      • Hadoop
      • Spark
      • Storm
    • Data Analysis
      • NumPy
      • Pandas
      • SciPy
    • Data Mining
    • Data Presentation
      • Matplotlib
    • Data Structure
  • Daily
  • DB
    • MongoDB
    • MySQL
    • Redis
  • DevOps
    • Docker
    • Zabbix
  • DL
  • Economics
    • Finance
    • Stock
  • FE
    • CSS
    • HTML
    • JS
  • How to learn?
    • Build Knowledge Architecture
    • Internalize and Output
    • Interview-driven Learning
    • Thinking from the Designer
  • Java
  • k8s
  • Li
    • Linux Command
    • Shell
  • Math
    • Calculus
    • Further Mathematics
    • Linear algebra
    • Probability
    • Statistics
    • 概率论与数理统计
  • Medicine
  • Metaverse
  • ML
    • CV
      • YOLO
    • Machine Version
    • NLP
    • QT
    • sklearn
  • Network
    • Network Protocol
      • FTP
    • OSI Model
  • Nginx
  • Others
  • Philosophy
  • Psychology
  • Py
    • Python 3rd lib
    • Python Language Ref
    • Python Server
    • Python std lib
    • Python Tutorial
    • Python Web Framework
      • Django
        • DRF
      • Flask
      • Tornado
  • RabbitMQ
  • Tech
    • WEB TECH
      • Message Middleware
        • Kafka
      • SSO
  • Thinking
    • Future Communication: EEG
    • H+
    • Information Global
    • Keep Thinking
    • We all are data.
    • What is hacker?
    • What's one and one?
    • Who are you and how to prove?
  • Tool
    • Chrome
    • Drawer Tool
    • Editor
      • PyCharm
      • Vim
      • WebStorm
    • Network Tool
      • Package Tool
    • RCT
    • VCS
      • Git
      • Github
      • Gitlab
  • Web
  • Websocket
  • Work
    • Interview
      • Algo IV
      • Crawler IV
      • Django IV
      • Linux IV
      • MongoDB IV
      • MySQL IV
      • Project IV
      • Python IV
      • Redis IV
      • Scrapy IV
  • 文章归档

【置顶】黑客 - hack

发表评论
7883 views

谈起黑客,首先想到的是三个词:漏洞、探索、技术。

概述

黑客定义

黑客是一群乐于探索

Read more

本条目发布于 2017-11-22 。属于Thinking 分类, 被贴了 Others 标签。 作者是 point 。

为什么分类模型 Loss 函数要用交叉熵 Cross Entropy? -- CNN

发表评论
233 views

为什么分类模型 Loss 函数要用交叉熵 Cross Entropy? -- CNN

Read more

本条目发布于 2023-05-16 。属于CV 分类, 被贴了 CV 标签。 作者是 point 。

yarn lib cli.js SyntaxError: Unexpected token -- Ubuntu16.04

发表评论
388 views

yarn lib cli.js SyntaxError: Unexpected token -- Ubuntu16.04

Read more

本条目发布于 2023-04-13 。属于Ubuntu 分类, 被贴了 Ubuntu 标签。 作者是 point 。

macOS 如何关闭开机自启动软件?

发表评论
960 views

macOS 如何关闭开机自启动软件?

Read more

本条目发布于 2023-03-03 。属于Mac 分类, 被贴了 Mac 标签。 作者是 point 。

序列化器 Serializer -- Django

发表评论
813 views

序列化器 Serializer -- Django

Read more

本条目发布于 2023-01-15 。属于Django 分类, 被贴了 Django 标签。 作者是 point 。

SHA1 加密算法

发表评论
4112 views

SHA1 加密算法

Read more

本条目发布于 2023-01-11 。属于WEB TECH 分类, 被贴了 Web 标签。 作者是 point 。

加密算法

发表评论
898 views

加密算法

Read more

本条目发布于 2023-01-05 。属于WEB TECH 分类, 被贴了 Web 标签。 作者是 point 。

卡方检验 -- 统计学

发表评论
1443 views

卡方检验 -- 统计学

Read more

本条目发布于 2023-01-03 。属于Statistics 分类, 被贴了 Statistics 标签。 作者是 point 。

理解 Z-Score 标准分数的含义和用法

发表评论
1029 views

理解 Z-Score 标准分数的含义和用法

Read more

本条目发布于 2023-01-02 。属于Statistics 分类, 被贴了 Statistics 标签。 作者是 point 。

数据的归一化 (normalization)、标准化 (standardization) 和正则化 (regularization) 之间的区别

发表评论
1293 views

数据的归一化 (normalization)、标准化 (standardization) 和正则化 (regularization) 之间的区别

Read more

本条目发布于 2022-12-26 。属于Data Analysis 分类, 被贴了 Data Analysis 标签。 作者是 point 。

文章导航

← 早期文章

Views

  • 学习率 (learning rate) -- 深度学习 - 34530 views
  • Mac 提示 Operation not permitted 解决方法 - 20359 views
  • concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending 错误 -- Python - 15946 views
  • Python Openslide 自动切割病理图像 - 15855 views
  • cv2.createCLAHE() - 自适应均衡化图像 -- OpenCV - 15453 views
  • cv2.findContours() - 轮廓提取算法 -- OpenCV - 15383 views
  • Pandas 计算同比环比指标的3种方法 - 《Pandas 数据分析从入门到实战》 - 10830 views
  • timm (PyTorchImageModels) -- 一个非常优秀的神经网络开源模型库 - 10152 views
  • Mac 与 VMware 虚拟机之间无法复制/粘贴的解决方法 - 10110 views
  • Python,Openslide 自动切 .SVS 格式(WSI)病理图像 - 9235 views

分类目录

  • AI
  • Algo
  • Algo IV
  • Architecture
  • BE
  • Big Data
  • Book
  • Brain
  • Build Knowledge Architecture
  • Business
  • C
  • C++
  • Calculus
  • Chrome
  • Code
  • Cognition
  • CPU
  • Crawler
  • Crawler framework
  • Crawler IV
  • CSS
  • CV
  • D
  • Daily
  • Data Analysis
  • Data Mining
  • Data Presentation
  • Data Structure
  • DB
  • Design Pattern
  • DevOps
  • Django
  • Django IV
  • DL
  • Docker
  • Drawer Tool
  • DRF
  • Economics
  • Editor
  • FE
  • Finance
  • Flask
  • FTP
  • Further Mathematics
  • Future Communication: EEG
  • Git
  • Github
  • Gitlab
  • Go
  • H+
  • Hadoop
  • Harddisk
  • Hardware
  • How to learn?
  • HTML
  • Information Global
  • Internalize and Output
  • Interview
  • Interview-driven Learning
  • Java
  • JS
  • k8s
  • Kafka
  • Keep Thinking
  • Li
  • Linear algebra
  • Linux Command
  • Linux IV
  • Log
  • Mac
  • Machine Version
  • Math
  • Matplotlib
  • Medicine
  • Memory
  • Message Middleware
  • Metaverse
  • MicroService
  • ML
  • MongoDB
  • MongoDB IV
  • MV
  • MXNet
  • MySQL
  • MySQL IV
  • Network
  • Network Protocol
  • Network Tool
  • Nginx
  • NLP
  • NumPy
  • OpenCV
  • OS
  • OSI Model
  • Others
  • Package Tool
  • Pandas
  • PDL
  • Philosophy
  • Probability
  • Program
  • Programming Model
  • Programming Thinking
  • Project IV
  • Psychology
  • Py
  • PyCharm
  • Python 3rd lib
  • Python IV
  • Python Language Ref
  • Python Server
  • Python std lib
  • Python Tutorial
  • Python Web Framework
  • PyTorch
  • QT
  • RabbitMQ
  • RCT
  • Redis
  • Redis IV
  • SciPy
  • Scrapy
  • Scrapy IV
  • Service
  • Shell
  • sklearn
  • Software
  • Software Design
  • Spark
  • SSO
  • Statistics
  • Stock
  • Storm
  • Tech
  • Thinking
  • Thinking from the Designer
  • Tool
  • Tornado
  • U-Net
  • Ubuntu
  • Upload Service
  • VCS
  • Vim
  • We all are data.
  • Web
  • WEB TECH
  • Websocket
  • WebStorm
  • What is hacker?
  • What's one and one?
  • Who are you and how to prove?
  • Work
  • YOLO
  • Zabbix
  • 概率论与数理统计

近期评论

  • point 发表在《 Python 保持列表的原顺序并进行去重的方法》
  • point 发表在《 Celery 快速入门》

近期文章

  • 黑客 - hack
  • 为什么分类模型 Loss 函数要用交叉熵 Cross Entropy? -- CNN
  • yarn lib cli.js SyntaxError: Unexpected token -- Ubuntu16.04
  • macOS 如何关闭开机自启动软件?
  • 序列化器 Serializer -- Django
  • SHA1 加密算法
  • 加密算法
  • 卡方检验 -- 统计学
  • 理解 Z-Score 标准分数的含义和用法
  • 数据的归一化 (normalization)、标准化 (standardization) 和正则化 (regularization) 之间的区别

书签

  • pointworld

标签云

BE Hadoop Machine Learning Finance Tool MySQL Others Crawler Java Cognition Statistics SciPy FTP Psychology Thinking of Code MV Matplotlib Business Tech Storm MongoDB 概率论与数理统计 Philosophy Web Linear algebra k8s DB Upload Service Algo QT Software Design Thinking Log Medicine Computer Ubuntu kafka Big Data Metaverse Further Mathematics DevOps Zabbix Spark Data Presentation PyTorch Interview Data Analysis Math DATA Book Economics Message Middleware sklearn Network Data Structure RabbitMQ Linux Pandas NumPy DL Design Pattern NLP Mac Django Daily MicroService YOLO OpenCV ML Protocol Redis Service Architecture Design Principle Hardware Stock JavaScript C++ MXNet Calculus Websocket Ngnix Software Docker AI Git CV Data Mining Python

功能

  • 管理站点
  • 登录
  • GitBook
Copyright© 2023  pointborn  |  SiteMap  |  RSS Feed  |  友情链接 |  Hosting On  Linode |  百度统计
Powered by Django  |  pointworld | pointborn | 本页面加载耗时:0.752s

粤ICP备19081183号-1