タグ

mathに関するkomlowのブックマーク (14)

  • Mathematics for the adventurous self-learner | Neil Sainsbury

    For over six years now, I've been studying mathematics on my own in my spare time - working my way through books, exercises, and online courses. In this post I'll share what books and resources I've worked through and recommend and also tips for anyone who wants to go on a similar adventure. Self-studying mathematics is hard - it's an emotional journey as much as an intellectual one and it's the k

    komlow
    komlow 2020/02/25
  • カタンの最長交易路(Longest Road)を探すために半環を考える - Qiita


    lotz       trail 
    カタンの最長交易路(Longest Road)を探すために半環を考える - Qiita
    komlow
    komlow 2019/07/16
  • 大学数学の難関分野:【位相空間論】とは一体何なのか?|きいねく


    1 3 3       
    大学数学の難関分野:【位相空間論】とは一体何なのか?|きいねく
    komlow
    komlow 2019/05/22
  • p進機械学習の紹介 - Qiita

    機械学習ではデータを$\mathbb{R}^n$の元として扱い,分類や回帰といったタスクを$\mathbb{R}^n$から$\mathbb{R}^m$への写像として構成します. ところが近年Poincare Embedding等$\mathbb{R}^n$以外の世界で考えることによる効果がいくつか得られています. 今回調べた$p$-adicな構造もそうした実数ではありえない構造の一つです. これは大学数学の知識を少し仮定して、$p$-adicな機械学習の現状を調べたものです. 調べた範囲だと2010年以降の論文はほとんどなかったので,改めてまとめておくだけでも価値があるかと思います. 数学の知識としては以下を仮定します. 位相空間論,特にコンパクト性や完備性 初等的な環論.例えば整域に対する商体の操作や環の乗法群の定義 とはいえ,なるべく丁寧に解説するので,定理の主張が読めれば特に問題ない

    p進機械学習の紹介 - Qiita
    komlow
    komlow 2019/05/08
  • Russell のパラドクスと λx.xx (または自己言及がもたらす豊かさと危うさについて) - ryota-ka's blog


     blog.ryota-ka.me Ludwig Wittgenstein  (Tractatus Logico-Philosophicus)Wittgenstein  Gottlob Frege  Bertrand Russell   3.3 Russell Russell Russell  (theory of types) 
    komlow
    komlow 2018/10/15
  • ついにリーマン予想が証明された!? - とね日記


      --------------------------------- 925 稿 --------------------------------- 160
    ついにリーマン予想が証明された!? - とね日記
    komlow
    komlow 2018/09/25
  • 高校数学の美しい物語 | 定期試験から数学オリンピックまで800記事


    f(x)=ax3+bx2+cx+df(x)=ax^3+bx^2+cx+df(x)=ax3+bx2+cx+d  a(βα)32\dfrac{|a|(\beta-\alpha)^3}{2}2a(βα)3 α,β(α<β)\alpha,\beta\:(\alpha<\beta)α,β(α<β) f(x)=0f'(x)=0f(x)=0 
    高校数学の美しい物語 | 定期試験から数学オリンピックまで800記事
    komlow
    komlow 2018/05/04
  • 有限集合とは何だろう(ストーリー付き練習問題集) - 檜山正幸のキマイラ飼育記 (はてなBlog)


    XX  調        
    有限集合とは何だろう(ストーリー付き練習問題集) - 檜山正幸のキマイラ飼育記 (はてなBlog)
    komlow
    komlow 2017/11/28
  • Category Theory for Programmers: The Preface

    Category Theory for Programmers: The Preface Posted by Bartosz Milewski under C++, Category Theory, Functional Programming, Haskell, Programming [184] Comments Table of Contents Part One Category: The Essence of Composition Types and Functions Categories Great and Small Kleisli Categories Products and Coproducts Simple Algebraic Data Types Functors Functoriality Function Types Natural Transformati

    Category Theory for Programmers: The Preface
  • Wykobi Computational Geometry Library

    Section 00 - Introduction Section 01 - The Point Type Section 02 - The Line Type Section 03 - The Segment (Line-Segment) Type Section 04 - The Ray Type Section 05 - The Triangle Type Section 06 - The Rectangle Type Section 07 - The Quadix (Quadrilateral) Type Section 08 - The Polygon Type Section 09 - Convex Hull - Graham Scan Section 10 - Convex Hull - Jarvis March Section 11 - Convex Hull - Melk

    Wykobi Computational Geometry Library
  • ただの微分幾何学徒だった僕がデータサイエンスを何故/どのように勉強したのか - Obey Your MATHEMATICS.


    稿 Twitter4/() TwitterTwitter  (@MATHETAKE) 2017223 / Disclaimer: "What I did"  "What you should do" 
    ただの微分幾何学徒だった僕がデータサイエンスを何故/どのように勉強したのか - Obey Your MATHEMATICS.
  • Alloyを使って有限群を調べてみる - ashiato45の日記


    Alloy  便 http://alloy.mit.edu/alloy/ Alloy is a language for describing structures and a tool for exploring them. Ithas been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching net
    Alloyを使って有限群を調べてみる - ashiato45の日記
  • The Probability and Statistics Cookbook

    The Probability and Statistics Cookbook Download PDF View on GitHub The probability and statistics cookbook is a succinct representation of various topics in probability theory and statistics. It provides a comprehensive mathematical reference reduced to its essence, rather than aiming for elaborate explanations. For questions, feedback, or feature requests, please file an issue or submit a pull r

  • The algebra (and calculus!) of algebraic data types

    The algebra (and calculus!) of algebraic data types Joel Burget Note: This article assumes some introductory Haskell knowledge. Introduction Just as algebra is fundamental to the whole of mathematics, algebraic data types (ADTs) are fundamental to many common functional programming languages. They’re the primitives upon which all of our richer data structures are built, including everything from s

  • 1