• Home
  • About
    • 吾青 photo

      吾青

      么西么西,听得到吗?

    • Learn More
    • Github
    • Steam
  • Posts
    • All Posts
    • All Tags
  • Projects

所有文章

按分类查看
  • 最小-最大定理

    Read More
  • 最大匹配与Hall定理

    Read More
  • 机器学习中缺失值的处理

    数据预处理之缺失值填补

    Read More
  • sklearn特征选择

    特征选择的方法,以及sklearn的feature_selection库

    Read More
  • 122. 买卖股票的最佳时机 II

    暴力搜索 贪心 动态规划

    Read More
  • BEAST 教程3 引入遗传算法

    使用GA来评估,并决定哪些population加入下一个generation

    Read More
  • BEAST 教程2 添加Object和交互式Animat

    往world中增加objects,并让animats与它们互动。我们在本节中将会创建Mouse类并完成吃Cheese的功能。

    Read More
  • BEAST 教程1 创建第一个Animat

    创建简单的Animat显示在仿真环境中

    Read More
  • BEAST 教程0 代码说明

    对BEAST代码风格的介绍

    Read More
  • 决策树

    树的成本很小,易于理解,近年在分类很流行。本文主要将简单介绍决策树,熵,ID3算法和基尼不纯度。

    Read More
  • Java虚拟机规范SE11(二)Java虚拟机结构

    2.3.1. 整数类型和值

    Read More
  • LLVM LTO 与 ThinLTO

    LLVM具有强大的模间优化功能,可在链接时使用。本文将介绍链接时间优化(LTO)与可扩展及增量的LTO:thinLTO。

    Read More
  • LLVM教程(二)语法分析器和AST抽象语法树

    本章以词法分析器为基础,为kaleidoscope开发一个完整的语法解析器,并定义构造抽象语法树。

    Read More
  • LLVM教程(三)LLVM IR代码生成

    本章将介绍如何把第二章中构造的抽象语法树转换成LLVM IR。

    Read More
  • LLVM教程(一)简介与词法分析器

    “LLVM开发新语言”教程详细介绍了一门简单语言“Kaleidoscope”的实现过程,本章着重介绍纯C++实现的词法分析器。

    Read More
  • 强化学习

    The reinforcement learner has to try out different strategies and see which work best.

    Read More
  • 遗传算法

    The genetic algorithm models the genetic process that gives rise to evolution.

    Read More
  • KNN算法原理及实现

    K-Nearest Neighbor算法的原理及python代码

    Read More
  • 最大二分匹配与匈牙利算法

    最大二分匹配的寻找可以表述为最大流问题,可使用Ford-Fulkerson方法或匈牙利算法解决。

    Read More
  • 最大流最小割定理与ford Fulkerson方法

    +— layout: post title: “最大流最小割原理与Ford-Fulkerson方法” date: 2019-10-11 excerpt: “以最短增广路径算法与Dinic算法实现” tag:

    • 图论
    • 算法 comments: true —

    Read More
  • 在ARC上使用GPU资源运行Python Tensorflow

    TensorFlow and ARC3

    Read More
  • Linux下安装RabbitMQ消息队列

    如题

    Read More
  • solr分字段及分页查询

    字段的配置及具体实现代码

    Read More
  • JAVA分析过滤HTML文件

    使用JAVA过滤HTML标签并提取出关键信息

    Read More
  • solr创建core以及整合ik分词器

    想整合IK中文分词器到solr,得先创建个core,然后复制文件改改配置就是了。

    Read More
  • ik分词器原理与源码分析

    如题

    Read More
  • solr配置过程&防踩坑指南

    Solr服务器的基础搭建

    Read More
  • Markdown Syntax

    Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more.

    Read More
  • A Post with a Video

    Custom written post descriptions are the way to go... if you're not lazy.

    Read More
  • MathJax Example

    MathJax Example for Moon Jekyll Theme.

    Read More
  • Syntax Highlighting Post

    Demo post displaying the various ways of highlighting code in Markdown.

    Read More
  • A Post with Images

    Examples and code for displaying images in posts.

    Read More
  • Post with Image Feature

    A ton of text to test readability with image feature.

    Read More
  • Testing Readability with a Bunch of Text

    A ton of text to test readability.

    Read More