Code Monkey home page Code Monkey logo

machine-learning-yearning-cn's Issues

Ch 46 有明显错字

在第三段的最后一句“设计一个好的建立函数并非易事”应存在笔误,“建立函数”应为“奖励函数”

如何本地阅读

您好,非常感谢您整理并翻译此书。 想请教您一下 把repo下载到本地后,如何用浏览器阅读。 是打开其中一个html用浏览器阅读吗?
期待您的回答,谢谢!

已经添加 MathJax 语法支持,可显示数学符号。

内联公式(inline)使用单美元符号:$
行间公式(display)使用双美元符号:$$

具体配置文件如下,

MathJax.Hub.Config({ 
    showProcessingMessages: false,
    messageStyle: "none",
    extensions: ["tex2jax.js", "handle-floats.js"],
    jax: ["input/TeX", "output/SVG"],
    tex2jax: { 
      inlineMath: [ ["$", "$"] ],
      displayMath: [ ["$$","$$"] ], 
      skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code','a'], 
      ignoreClass:"comment-content" 
    },
    "HTML-CSS": { 
      availableFonts: ["STIX","TeX"],
      showMathMenu: false 
    }
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.