@jeff-tian/perceptron

感知器是一个逐渐演化的机器学习包

Usage no npm install needed!

<script type="module">
  import jeffTianPerceptron from 'https://cdn.skypack.dev/@jeff-tian/perceptron';
</script>

README

@jeff-tian/perceptron

感知器。如果不允许使用 &&, || 等逻辑运算,程序该怎么写?

npm download NPM version Build Status Dependencies Status Coverage Status code style: prettier

安装

npm install @jeff-tian/perceptron

使用

import Perceptron from '@jeff-tian/perceptron'
assert(Perceptron.not(true) === false)

开发

  1. 修改代码后跑

    npm test
    

    确保测试通过。

  2. git commit

  3. npm version patch/minor/major

  4. npm publish