GithubHelp home page GithubHelp logo

tiskw / mathematical-articles Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 2.31 MB

Mathematical articles about calculus, probability and machine learning.

License: Other

TeX 90.33% Makefile 1.78% Gnuplot 3.87% Python 4.02%
mathematical-articles machine-learning-algorithms

mathematical-articles's Introduction

Mathematical Articles

本レポジトリは,石川およびその共著者が作成した技術文書のソースコード群をまとめたものです. 文書の内容だけでなく,TeXのサンプルとしてもご活用頂ければ幸いです.

再コンパイル(タイプセット)の方法

環境の準備

再現性を担保するため,タイプセット環境は docker イメージとして提供しています. まずは docker の動作する環境と make コマンドをインストールして下さい. Ubuntu の場合,管理者権限にて以下コマンドを実行することでインストールすることができます.

# make のインストール
$ apt install make

# docker のインストール
$ apt install apt-transport-https ca-certificates curl software-properties-common 
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
$ apt update
$ apt install docker-ce

再タイプセットのコマンド

どの文書も Makefile を提供しており,make コマンドでタイプセットできるようになっています. 各ディレクトリで以下を実行して下さい.

$ make

事前に docker コンテナに入っておく必要はありません.Makefile が内部で docker コマンドを呼び出しています.

ライセンス

本レポジトリの技術文書およびソースコードは,表示-非営利-改変禁止のクリエイティブコモンズライセンスの元で公開しています. 詳細は LICENSE,あるいはリーガルコードをご参照下さい.

著者

石川 徹也 (EMail, Website)

mathematical-articles's People

Contributors

tiskw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.