Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wj-mcat/wj-mcat.github.io

小猫的技术杂货铺
https://github.com/wj-mcat/wj-mcat.github.io

life machine-learning nlp

Last synced: 3 days ago
JSON representation

小猫的技术杂货铺

Awesome Lists containing this project

README

        

# 小猫的杂货铺

> 主要是用来记录技术生活中的细枝末节

博客地址:https://wj-mcat.github.io/

## Latex 公式

```shell
{% mathjax '{ "conversion": { "em": 204 }, "tex": { "tags": "ams" }, "svg": { "exFactor": 1.03 } }' %}

f(x) = f(a) + f'(a)(x - a) + \frac{f''(a)}{2!}(x - a)^2 + \frac{f'''(a)}{3!}(x - a)^3 + \cdots + \frac{f^{(n)}(a)}{n!}(x - a)^n + \cdots

{% endmathjax %}
```

## Copyright & License

- Docs © 2021-now wj-Mcat
- Code released under the Apache-2.0 License
- Docs released under Creative Commons