SlideShare uma empresa Scribd logo
1 de 63
NumPy and SciPy: History
                     and Ideas for the Future
                               Travis E. Oliphant

                          SciPy Tokyo. March 18, 2012




Saturday, March 17, 12
My Roots




Saturday, March 17, 12
My Roots
                         Images from BYU Mers Lab




Saturday, March 17, 12
Science led to Python
                         2
   ⇢0 (2⇡f ) Ui (a, f ) = [Cijkl (a, f ) Uk,l (a, f )],j

          Raja Muthupillai


                                 Richard Ehman
                                      1997



                                                      Armando Manduca


Saturday, March 17, 12
Finding derivatives of 5-d data
                                  ⌅=r⇥U




Saturday, March 17, 12
Scientist at heart




Saturday, March 17, 12
Python origins.                      http://python-history.blogspot.com/2009/01/brief-timeline-of-python.html



           Version         Date
                0.9.0    Feb. 1991
                0.9.4    Dec. 1991
                0.9.6    Apr. 1992
                0.9.8    Jan. 1993
                1.0.0    Jan. 1994
                 1.2     Apr. 1995
                 1.4     Oct. 1996
                1.5.2    Apr. 1999


Saturday, March 17, 12
Python origins.                      http://python-history.blogspot.com/2009/01/brief-timeline-of-python.html



           Version         Date
                0.9.0    Feb. 1991
                0.9.4    Dec. 1991
                0.9.6    Apr. 1992
                0.9.8    Jan. 1993
                1.0.0    Jan. 1994
                 1.2     Apr. 1995
                 1.4     Oct. 1996
                1.5.2    Apr. 1999


Saturday, March 17, 12
Brief History

                              Person               Package       Year
                                                 Matrix Object
                            Jim Fulton                           1994
                                                  in Python
                          Jim Hugunin              Numeric       1995
                         Perry Greenfield, Rick
                          White, Todd Miller      Numarray       2001

                         Travis Oliphant            NumPy        2005



Saturday, March 17, 12
Found Python and Numeric in 1997
              I was a fairly proficient MATLAB user, but it was not memory efficient enough.



                     Loved the expressive syntax of Python
                  Loved the fact that slicing didn’t make copies
                     Loved the existing multiple data-types
                    Loved how much more flexible it was to
                         extend than MATLAB was
                  Loved that I could read the source code and
                                   extend it




Saturday, March 17, 12
First problem: Efficient Data Input
                             “It’s All About the Data”

                                                 Reference Counting Essay
                           TableIO     http://www.python.org/doc/essays/refcnt/
                          April 1998                   May 1998


      Michael A. Miller                                                       Guido van Rossum



                                          NumPyIO
                                          June 1998




Saturday, March 17, 12
First problem: Efficient Data Input
                             “It’s All About the Data”

                                                 Reference Counting Essay
                           TableIO     http://www.python.org/doc/essays/refcnt/
                          April 1998                   May 1998


      Michael A. Miller                                                       Guido van Rossum



                                          NumPyIO
                                          June 1998




Saturday, March 17, 12
Early pieces of SciPy
                   fftw wrappers              cephesmodule
                     June 1998               November 1998




                 stats.py
      December 1998
                                    Gary
                                 Strangman




Saturday, March 17, 12
1999 : Early SciPy emerges
       Discussions on the matrix-sig from 1997 to 1999 wanting a complete data analysis
    environment: Paul Barrett, Joe Harrington, Perry Greenfield, Paul Dubois, Konrad Hinsen,
                 and others. Activity in 1998, led to increased interest in 1999.

     In response on 15 Jan, 1999, I posted to matrix-sig a list of routines I felt needed to be
    present and began wrapping / writing in earnest. On 6 April 1999, I announced I would
                  be creating this uber-package which eventually became SciPy

              Gaussian quadrature                 5 Jan 1999
                     cephes 1.0                  30 Jan 1999
                    sigtools 0.40                23 Feb 1999
                  Numeric docs                   March 1999
                     cephes 1.1                  9 Mar 1999                                       Plotting??
                   multipack 0.3                 13 Apr 1999
                 Helper routines                 14 Apr 1999                                       Gist
          multipack 0.6 (leastsq, ode, fsolve,   29 Apr 1999                                      XPLOT
                         quad)
                                                                                                  DISLIN
              sparse plan described              30 May 1999
                                                                                                  Gnuplot
                   multipack 0.7                 14 Jun 1999
                   SparsePy 0.1
               cephes 1.2 (vectorize)
                                                 5 Nov 1999
                                                 29 Dec 1999
                                                                           Helping with f2py


Saturday, March 17, 12
Early 2000 : Numeric needs


             •      Memory mapped arrays
             •      Rank-0 arrays or scalars
             •      Handling indirect indexing: a[[10,5,7]]
             •      Handling masked indexing: a[[True, False, False]
             •      More attributes to N-d arrays
             •      “Record arrays”




Saturday, March 17, 12
Early contributors in 1999
                                Hosting of first Multipack CVS repository (June 1999)
                                                  Amazing makefiles
                                                Interface to FITPACK
                             Wrote f2py as he watched my brute-force approach (July 1999)
      Pearu Peterson



                         (IPP) Early IPython interactive environment (27 Apr 1999)
                                       Matlab file reader (24 Apr 1999)

        Janko Hauser


                             Created windows binaries of multipack, cephesmodule,
                            fftw, and signaltools (June 1999 while still in high school!)

        Robert Kern



Saturday, March 17, 12
Early contributors in 1999
                                Hosting of first Multipack CVS repository (June 1999)
                                                  Amazing makefiles
                                                Interface to FITPACK
                             Wrote f2py as he watched my brute-force approach (July 1999)
      Pearu Peterson



                         (IPP) Early IPython interactive environment (27 Apr 1999)
                                       Matlab file reader (24 Apr 1999)

        Janko Hauser


                             Created windows binaries of multipack, cephesmodule,
                            fftw, and signaltools (June 1999 while still in high school!)

        Robert Kern



Saturday, March 17, 12
Saturday, March 17, 12
Saturday, March 17, 12
Saturday, March 17, 12
2000-2001




Saturday, March 17, 12
SciPy 2001        Travis Oliphant
                             optimize
                              sparse
                           interpolate
                            integrate
                              special
                               signal
                                stats      Founded in 2001 with Travis Vaught
                              fftpack
                                misc




                                                            Eric Jones
                                                              weave
                                                             cluster
     Pearu Peterson
                                                               GA*
          linalg
       interpolate
           f2py



Saturday, March 17, 12
Finally... Plotting



                    John Hunter
                       2001



Saturday, March 17, 12
IPython (building on IPP)
                    Fernando Perez
                     Dec 10, 2001




Saturday, March 17, 12
STSCI leads out with Numarray


             Perry Greenfield
               J. Todd Miller
                Rick White
                Paul Barrett


Saturday, March 17, 12
Numarray released in 2003

         • too slow for small arrays
         • incomplete implementation for ufuncs
         • minimal Numeric code re-use

         • lots of very nice things, though (e.g. memory
           maps, fast code for large arrays, better
           sorting algorithms)



Saturday, March 17, 12
Split in the community


                         Numeric
                          SciPy

                                   Numarray
                                   ndimage
                                    others




Saturday, March 17, 12
ndimage




Saturday, March 17, 12
started January 2005

                              NumPy
                          Version 1.0 October 2006



                         Key contributions from:
                                Numarray
                                 Numeric
                               Chuck Harris
                               Robert Kern
                               David Cooke
                                Pierre GM




Saturday, March 17, 12
NumPy in Python
            Q: When is NumPy going to be part of the
            core Python?

            A: Data structure is in Python as PEP 3118




Saturday, March 17, 12
Saturday, March 17, 12
Left Academica For Industry




Saturday, March 17, 12
Community effort                           many, many others --- forgive me!
      • Chuck Harris
      • Pauli Virtanen
      • David Cournapeau
      • Stefan van der Walt
      • Jarrod Millman
      • Josef Perktold
      • Anne Archibald
      • Dag Sverre Seljebotn
      • Robert Kern
      • Matthew Brett
      • Warren Weckesser
      • Ralf Gommers
      • Joe Harrington --- Documentation effort
      • Andrew Straw --- www.scipy.org




Saturday, March 17, 12
NumPy Array




                         shape




Saturday, March 17, 12
NumPy Essentials
        • Data: the array object
               – slicing
               – shapes and strides
               – data-type generality

        • Fast Math:
               – vectorization
               – broadcasting
               – aggregations


Saturday, March 17, 12
Zen of NumPy
          •   strided is better than scattered
          •   contiguous is better than strided
          •   descriptive is better than imperative
          •   array-oriented is better than object-oriented
          •   broadcasting is a great idea
          •   vectorized is better than an explicit loop
          •   unless it’s too complicated --- then use Cython / weave
          •   think in higher dimensions




Saturday, March 17, 12
Now What?




Saturday, March 17, 12
Experiences Conulsting
         • Basically, I was a consultant and manager of
           consultants for 4 years.
         • It kept the lights on at home, but gave me minimal
           time for NumPy.
         • Silver lining was that I learned exactly what “big-data”
           problems big companies have and saw first-hand that
           numerous “little” improvements need to be made to
           NumPy which will allow it to have a larger impact on
           helping to manage the world’s data.




Saturday, March 17, 12
Putting Science back in CS
                • Much of the software stack is for systems
                  programming --- C++, Java, .NET, ObjC, web
                   - Complex numbers?
                   - Vectorization primitives?
                • Array-based programming has been
                  supplanted by Object-oriented programming
                • Software stack for scientists is not as helpful
                  as it should be
                • Fortran is still where many scientists end up


Saturday, March 17, 12
APL : the first array-oriented language
    • Appeared in 1964
    • Originated by Ken Iverson
    • Direct descendants (J, K, Matlab) are still
      used heavily and people pay a lot of money
      for them                            APL
    • NumPy is a descendent                J

                                     K   Matlab
                                                  Numeric
                                                  NumPy




Saturday, March 17, 12
Conway’s game of Life
              • Dead cell with exactly 3 live neighbors
                will come to life
              • A live cell with 2 or 3 neighbors will
                survive
              • With too few or too many neighbors, the
                cell dies




Saturday, March 17, 12
Interesting Patterns emerge




Saturday, March 17, 12
Conway’s Game of Life
     APL


    NumPy
                         Initialization


        Update Step




Saturday, March 17, 12
Improvements needed
        • NDArray improvements
          • Indexes (esp. for Structured arrays)
          • SQL front-end
          • Multi-level, hierarchical labels
          • selection via mappings (labeled arrays)
          • Memory spaces (array made up of regions)
          • Distributed arrays (global array)
          • Compressed arrays
          • Standard distributed persistance
          • fancy indexing as view and optimizations
          • streaming arrays


Saturday, March 17, 12
Improvements needed
         • Dtype improvements
           • Enumerated types (including dynamic enumeration)
           • Derived fields
           • Specification as a class (or JSON)
           • Pointer dtype (i.e. C++ object, or varchar)
           • Finishing datetime
           • Missing data with both bit-patterns and mask
           • Parameterized field names




Saturday, March 17, 12
Example of Object Dtype

                         @np.dtype
                         class Stock(np.DType):
                               symbol = np.Str(4)
                               open = np.Int(2)
                               close = np.Int(2)
                               high = np.Int(2)
                               low = np.Int(2)
                               @np.Int(2)
                               def mid(self):
                                   return (self.high + self.low) / 2.0




Saturday, March 17, 12
Improvements needed
         • Ufunc improvements
           • Generalized ufuncs support more than just
             contiguous arrays
           • Specification of ufuncs in Python
           • Move most dtype “array functions” to ufuncs
           • Unify error-handling for all computations
           • Allow lazy-evaluation and remote computation ---
             streaming and generator data
           • Structured and string dtype ufuncs
           • Multi-core and GPU optimized ufuncs
           • Group-by reduction



Saturday, March 17, 12
Improvements needed
         • Miscellaneous improvements
           • ABI-management
           • Eventual Move to C++ library (NDLib)
           • NDLib could serve as base for Javascript and other
             high-level languages
           • Integration with LLVM
           • Possible dtype / shape / stride unification into a
             “dimension protocol”
           • Remote computation
           • Fast I/O for CSV and Excel




Saturday, March 17, 12
NumPy Users

             • Want to be able to write Python to get fast
                   code that works on arrays and scalars
             •     Need access to a boat-load of C-extensions
                   (NumPy is just the beginning)


                            PyPy doesn’t cut it for us!




Saturday, March 17, 12
Ufuncs




Saturday, March 17, 12
                                         Generalized
                                          UFuncs
                                                                               Python
                                                                              Function
                                          Window
                                          Kernel
                                           Funcs

                                          Function-
                                            based
                                          Indexing


                                          Memory
                                                                                         Dynamic compilation




                                           Filters
                                                                       Dynamic
                                                                      Compilation




                         NumPy Runtime
                                         I/O Filters



                                         Reduction
                                          Filters


                                         Computed
                                         Columns
                                                       function pointer
SciPy needs a Python compiler

                         optimize                   integrate


                         special                       ode



                         writing more of SciPy at high-level




Saturday, March 17, 12
Numba -- a Python compiler

               • Replays byte-code on a stack with simple type-
                 inference
               • Translates to LLVM (using LLVM-py)
               • Uses LLVM for code-gen
               • Resulting C-level function-pointer can be
                 inserted into NumPy run-time
               • Understands NumPy arrays
               • Is NumPy / SciPy aware


Saturday, March 17, 12
NumPy + Mamba = Numba
                  Python Function                             Machine Code


                                            LLVM-PY

                                            LLVM 3.1
                         ISPC      OpenCL    OpenMP    CUDA     CLANG

                           Intel       AMD        Nvidia      Apple



Saturday, March 17, 12
Examples




Saturday, March 17, 12
Examples




Saturday, March 17, 12
Software Stack Future?
                           Plateaus of Code re-use + DSLs
                     SQL                                R
                              TDPL                                Matlab


                                      Python


                               OBJC                C
                    FORTRAN                                 C++



                                       LLVM



Saturday, March 17, 12
Seeking Developers!



                    https://github.com/ContinuumIO/numba




Saturday, March 17, 12
How to pay for all this?




Saturday, March 17, 12
Dual strategy




                         NumPy 2.0



Saturday, March 17, 12
NumFOCUS
    Num(Py) Foundation for Open Code for Usable Science




Saturday, March 17, 12
NumFOCUS


            • Mission
              • To initiate and support educational programs
                furthering the use of open source software in
                science.
              • To promote the use of high-level languages and
                open source in science, engineering, and math
                research
              • To encourage reproducible scientific research




Saturday, March 17, 12
NumFOCUS


           • Activites
             • Sponsor sprints and conferences
             • Provide scholarships and grants
             • Pay for documentation development and basic
               course development
             • Work with domain-specific organizations
             • Raise funds from industries using Python and
               NumPy



Saturday, March 17, 12
NumFOCUS

                • Directors
                  • Jarrod Millman
                  • Fernando Perez
                  • Travis Oliphant
                  • Perry Greenfield
                  • John Hunter
                • Members
                  • Basically people who donate for now. In time, a
                    body that elects directors.



Saturday, March 17, 12

Mais conteúdo relacionado

Mais procurados

Markov decision process
Markov decision processMarkov decision process
Markov decision processJie-Han Chen
 
Introduction to PyTorch
Introduction to PyTorchIntroduction to PyTorch
Introduction to PyTorchJun Young Park
 
Approximate nearest neighbor methods and vector models – NYC ML meetup
Approximate nearest neighbor methods and vector models – NYC ML meetupApproximate nearest neighbor methods and vector models – NYC ML meetup
Approximate nearest neighbor methods and vector models – NYC ML meetupErik Bernhardsson
 
Neural Processes
Neural ProcessesNeural Processes
Neural ProcessesSangwoo Mo
 
The Joy of SciPy
The Joy of SciPyThe Joy of SciPy
The Joy of SciPykammeyer
 
Python Pandas
Python PandasPython Pandas
Python PandasSunil OS
 
Music recommendations @ MLConf 2014
Music recommendations @ MLConf 2014Music recommendations @ MLConf 2014
Music recommendations @ MLConf 2014Erik Bernhardsson
 
Q-learning and Deep Q Network (Reinforcement Learning)
Q-learning and Deep Q Network (Reinforcement Learning)Q-learning and Deep Q Network (Reinforcement Learning)
Q-learning and Deep Q Network (Reinforcement Learning)Thom Lane
 
Mixing C++ & Python II: Pybind11
Mixing C++ & Python II: Pybind11Mixing C++ & Python II: Pybind11
Mixing C++ & Python II: Pybind11corehard_by
 
Music Recommendations at Scale with Spark
Music Recommendations at Scale with SparkMusic Recommendations at Scale with Spark
Music Recommendations at Scale with SparkChris Johnson
 
Introduction to Game programming with PyGame Part 1
Introduction to Game programming with PyGame Part 1Introduction to Game programming with PyGame Part 1
Introduction to Game programming with PyGame Part 1Abhishek Mishra
 
VAE-type Deep Generative Models
VAE-type Deep Generative ModelsVAE-type Deep Generative Models
VAE-type Deep Generative ModelsKenta Oono
 
Brief introduction on GAN
Brief introduction on GANBrief introduction on GAN
Brief introduction on GANDai-Hai Nguyen
 
Cheat sheets for AI
Cheat sheets for AICheat sheets for AI
Cheat sheets for AINcib Lotfi
 
MNE-Python Coregistration
MNE-Python CoregistrationMNE-Python Coregistration
MNE-Python Coregistrationmne-python
 
Optimisation et planification optimale multi-objectifs
Optimisation et  planification optimale multi-objectifsOptimisation et  planification optimale multi-objectifs
Optimisation et planification optimale multi-objectifsOlivier Orfila
 

Mais procurados (20)

Markov decision process
Markov decision processMarkov decision process
Markov decision process
 
Introduction to PyTorch
Introduction to PyTorchIntroduction to PyTorch
Introduction to PyTorch
 
Approximate nearest neighbor methods and vector models – NYC ML meetup
Approximate nearest neighbor methods and vector models – NYC ML meetupApproximate nearest neighbor methods and vector models – NYC ML meetup
Approximate nearest neighbor methods and vector models – NYC ML meetup
 
Neural Processes
Neural ProcessesNeural Processes
Neural Processes
 
The Joy of SciPy
The Joy of SciPyThe Joy of SciPy
The Joy of SciPy
 
Python Pandas
Python PandasPython Pandas
Python Pandas
 
Music recommendations @ MLConf 2014
Music recommendations @ MLConf 2014Music recommendations @ MLConf 2014
Music recommendations @ MLConf 2014
 
Q-learning and Deep Q Network (Reinforcement Learning)
Q-learning and Deep Q Network (Reinforcement Learning)Q-learning and Deep Q Network (Reinforcement Learning)
Q-learning and Deep Q Network (Reinforcement Learning)
 
Mixing C++ & Python II: Pybind11
Mixing C++ & Python II: Pybind11Mixing C++ & Python II: Pybind11
Mixing C++ & Python II: Pybind11
 
Music Recommendations at Scale with Spark
Music Recommendations at Scale with SparkMusic Recommendations at Scale with Spark
Music Recommendations at Scale with Spark
 
TDA for feature selection
TDA for feature selectionTDA for feature selection
TDA for feature selection
 
PyTorch under the hood
PyTorch under the hoodPyTorch under the hood
PyTorch under the hood
 
Introduction to Game programming with PyGame Part 1
Introduction to Game programming with PyGame Part 1Introduction to Game programming with PyGame Part 1
Introduction to Game programming with PyGame Part 1
 
VAE-type Deep Generative Models
VAE-type Deep Generative ModelsVAE-type Deep Generative Models
VAE-type Deep Generative Models
 
Brief introduction on GAN
Brief introduction on GANBrief introduction on GAN
Brief introduction on GAN
 
Cheat sheets for AI
Cheat sheets for AICheat sheets for AI
Cheat sheets for AI
 
MNE-Python Coregistration
MNE-Python CoregistrationMNE-Python Coregistration
MNE-Python Coregistration
 
Optimisation et planification optimale multi-objectifs
Optimisation et  planification optimale multi-objectifsOptimisation et  planification optimale multi-objectifs
Optimisation et planification optimale multi-objectifs
 
Entity2rec recsys
Entity2rec recsysEntity2rec recsys
Entity2rec recsys
 
Numpy
NumpyNumpy
Numpy
 

Mais de Shohei Hido

CuPy: A NumPy-compatible Library for GPU
CuPy: A NumPy-compatible Library for GPUCuPy: A NumPy-compatible Library for GPU
CuPy: A NumPy-compatible Library for GPUShohei Hido
 
Deep Learning Lab 異常検知入門
Deep Learning Lab 異常検知入門Deep Learning Lab 異常検知入門
Deep Learning Lab 異常検知入門Shohei Hido
 
ディープラーニングの産業応用とそれを支える技術
ディープラーニングの産業応用とそれを支える技術ディープラーニングの産業応用とそれを支える技術
ディープラーニングの産業応用とそれを支える技術Shohei Hido
 
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFAShohei Hido
 
Software for Edge Heavy Computing @ INTEROP 2016 Tokyo
Software for Edge Heavy Computing @ INTEROP 2016 TokyoSoftware for Edge Heavy Computing @ INTEROP 2016 Tokyo
Software for Edge Heavy Computing @ INTEROP 2016 TokyoShohei Hido
 
Chainer GTC 2016
Chainer GTC 2016Chainer GTC 2016
Chainer GTC 2016Shohei Hido
 
How AI revolutionizes robotics and automotive industries
How AI revolutionizes robotics and automotive industriesHow AI revolutionizes robotics and automotive industries
How AI revolutionizes robotics and automotive industriesShohei Hido
 
NIPS2015概要資料
NIPS2015概要資料NIPS2015概要資料
NIPS2015概要資料Shohei Hido
 
プロダクトマネージャのお仕事
プロダクトマネージャのお仕事プロダクトマネージャのお仕事
プロダクトマネージャのお仕事Shohei Hido
 
あなたの業務に機械学習を活用する5つのポイント
あなたの業務に機械学習を活用する5つのポイントあなたの業務に機械学習を活用する5つのポイント
あなたの業務に機械学習を活用する5つのポイントShohei Hido
 
PFIセミナー "「失敗の本質」を読む"発表資料
PFIセミナー "「失敗の本質」を読む"発表資料PFIセミナー "「失敗の本質」を読む"発表資料
PFIセミナー "「失敗の本質」を読む"発表資料Shohei Hido
 
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...Shohei Hido
 
機械学習CROSS 後半資料
機械学習CROSS 後半資料機械学習CROSS 後半資料
機械学習CROSS 後半資料Shohei Hido
 
機械学習CROSS 前半資料
機械学習CROSS 前半資料機械学習CROSS 前半資料
機械学習CROSS 前半資料Shohei Hido
 
Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Shohei Hido
 
Jubatusが目指すインテリジェンス基盤
Jubatusが目指すインテリジェンス基盤Jubatusが目指すインテリジェンス基盤
Jubatusが目指すインテリジェンス基盤Shohei Hido
 
今年のKDDベストペーパーを実装・公開しました
今年のKDDベストペーパーを実装・公開しました今年のKDDベストペーパーを実装・公開しました
今年のKDDベストペーパーを実装・公開しましたShohei Hido
 
さらば!データサイエンティスト
さらば!データサイエンティストさらば!データサイエンティスト
さらば!データサイエンティストShohei Hido
 
ICML2013読み会 開会宣言
ICML2013読み会 開会宣言ICML2013読み会 開会宣言
ICML2013読み会 開会宣言Shohei Hido
 

Mais de Shohei Hido (20)

CuPy: A NumPy-compatible Library for GPU
CuPy: A NumPy-compatible Library for GPUCuPy: A NumPy-compatible Library for GPU
CuPy: A NumPy-compatible Library for GPU
 
Deep Learning Lab 異常検知入門
Deep Learning Lab 異常検知入門Deep Learning Lab 異常検知入門
Deep Learning Lab 異常検知入門
 
NIPS2017概要
NIPS2017概要NIPS2017概要
NIPS2017概要
 
ディープラーニングの産業応用とそれを支える技術
ディープラーニングの産業応用とそれを支える技術ディープラーニングの産業応用とそれを支える技術
ディープラーニングの産業応用とそれを支える技術
 
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA
機械学習モデルフォーマットの話:さようならPMML、こんにちはPFA
 
Software for Edge Heavy Computing @ INTEROP 2016 Tokyo
Software for Edge Heavy Computing @ INTEROP 2016 TokyoSoftware for Edge Heavy Computing @ INTEROP 2016 Tokyo
Software for Edge Heavy Computing @ INTEROP 2016 Tokyo
 
Chainer GTC 2016
Chainer GTC 2016Chainer GTC 2016
Chainer GTC 2016
 
How AI revolutionizes robotics and automotive industries
How AI revolutionizes robotics and automotive industriesHow AI revolutionizes robotics and automotive industries
How AI revolutionizes robotics and automotive industries
 
NIPS2015概要資料
NIPS2015概要資料NIPS2015概要資料
NIPS2015概要資料
 
プロダクトマネージャのお仕事
プロダクトマネージャのお仕事プロダクトマネージャのお仕事
プロダクトマネージャのお仕事
 
あなたの業務に機械学習を活用する5つのポイント
あなたの業務に機械学習を活用する5つのポイントあなたの業務に機械学習を活用する5つのポイント
あなたの業務に機械学習を活用する5つのポイント
 
PFIセミナー "「失敗の本質」を読む"発表資料
PFIセミナー "「失敗の本質」を読む"発表資料PFIセミナー "「失敗の本質」を読む"発表資料
PFIセミナー "「失敗の本質」を読む"発表資料
 
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...
NIPS2013読み会: More Effective Distributed ML via a Stale Synchronous Parallel P...
 
機械学習CROSS 後半資料
機械学習CROSS 後半資料機械学習CROSS 後半資料
機械学習CROSS 後半資料
 
機械学習CROSS 前半資料
機械学習CROSS 前半資料機械学習CROSS 前半資料
機械学習CROSS 前半資料
 
Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門
 
Jubatusが目指すインテリジェンス基盤
Jubatusが目指すインテリジェンス基盤Jubatusが目指すインテリジェンス基盤
Jubatusが目指すインテリジェンス基盤
 
今年のKDDベストペーパーを実装・公開しました
今年のKDDベストペーパーを実装・公開しました今年のKDDベストペーパーを実装・公開しました
今年のKDDベストペーパーを実装・公開しました
 
さらば!データサイエンティスト
さらば!データサイエンティストさらば!データサイエンティスト
さらば!データサイエンティスト
 
ICML2013読み会 開会宣言
ICML2013読み会 開会宣言ICML2013読み会 開会宣言
ICML2013読み会 開会宣言
 

Último

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Último (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Travis E. Oliphant, "NumPy and SciPy: History and Ideas for the Future"

  • 1. NumPy and SciPy: History and Ideas for the Future Travis E. Oliphant SciPy Tokyo. March 18, 2012 Saturday, March 17, 12
  • 3. My Roots Images from BYU Mers Lab Saturday, March 17, 12
  • 4. Science led to Python 2 ⇢0 (2⇡f ) Ui (a, f ) = [Cijkl (a, f ) Uk,l (a, f )],j Raja Muthupillai Richard Ehman 1997 Armando Manduca Saturday, March 17, 12
  • 5. Finding derivatives of 5-d data ⌅=r⇥U Saturday, March 17, 12
  • 7. Python origins. http://python-history.blogspot.com/2009/01/brief-timeline-of-python.html Version Date 0.9.0 Feb. 1991 0.9.4 Dec. 1991 0.9.6 Apr. 1992 0.9.8 Jan. 1993 1.0.0 Jan. 1994 1.2 Apr. 1995 1.4 Oct. 1996 1.5.2 Apr. 1999 Saturday, March 17, 12
  • 8. Python origins. http://python-history.blogspot.com/2009/01/brief-timeline-of-python.html Version Date 0.9.0 Feb. 1991 0.9.4 Dec. 1991 0.9.6 Apr. 1992 0.9.8 Jan. 1993 1.0.0 Jan. 1994 1.2 Apr. 1995 1.4 Oct. 1996 1.5.2 Apr. 1999 Saturday, March 17, 12
  • 9. Brief History Person Package Year Matrix Object Jim Fulton 1994 in Python Jim Hugunin Numeric 1995 Perry Greenfield, Rick White, Todd Miller Numarray 2001 Travis Oliphant NumPy 2005 Saturday, March 17, 12
  • 10. Found Python and Numeric in 1997 I was a fairly proficient MATLAB user, but it was not memory efficient enough. Loved the expressive syntax of Python Loved the fact that slicing didn’t make copies Loved the existing multiple data-types Loved how much more flexible it was to extend than MATLAB was Loved that I could read the source code and extend it Saturday, March 17, 12
  • 11. First problem: Efficient Data Input “It’s All About the Data” Reference Counting Essay TableIO http://www.python.org/doc/essays/refcnt/ April 1998 May 1998 Michael A. Miller Guido van Rossum NumPyIO June 1998 Saturday, March 17, 12
  • 12. First problem: Efficient Data Input “It’s All About the Data” Reference Counting Essay TableIO http://www.python.org/doc/essays/refcnt/ April 1998 May 1998 Michael A. Miller Guido van Rossum NumPyIO June 1998 Saturday, March 17, 12
  • 13. Early pieces of SciPy fftw wrappers cephesmodule June 1998 November 1998 stats.py December 1998 Gary Strangman Saturday, March 17, 12
  • 14. 1999 : Early SciPy emerges Discussions on the matrix-sig from 1997 to 1999 wanting a complete data analysis environment: Paul Barrett, Joe Harrington, Perry Greenfield, Paul Dubois, Konrad Hinsen, and others. Activity in 1998, led to increased interest in 1999. In response on 15 Jan, 1999, I posted to matrix-sig a list of routines I felt needed to be present and began wrapping / writing in earnest. On 6 April 1999, I announced I would be creating this uber-package which eventually became SciPy Gaussian quadrature 5 Jan 1999 cephes 1.0 30 Jan 1999 sigtools 0.40 23 Feb 1999 Numeric docs March 1999 cephes 1.1 9 Mar 1999 Plotting?? multipack 0.3 13 Apr 1999 Helper routines 14 Apr 1999 Gist multipack 0.6 (leastsq, ode, fsolve, 29 Apr 1999 XPLOT quad) DISLIN sparse plan described 30 May 1999 Gnuplot multipack 0.7 14 Jun 1999 SparsePy 0.1 cephes 1.2 (vectorize) 5 Nov 1999 29 Dec 1999 Helping with f2py Saturday, March 17, 12
  • 15. Early 2000 : Numeric needs • Memory mapped arrays • Rank-0 arrays or scalars • Handling indirect indexing: a[[10,5,7]] • Handling masked indexing: a[[True, False, False] • More attributes to N-d arrays • “Record arrays” Saturday, March 17, 12
  • 16. Early contributors in 1999 Hosting of first Multipack CVS repository (June 1999) Amazing makefiles Interface to FITPACK Wrote f2py as he watched my brute-force approach (July 1999) Pearu Peterson (IPP) Early IPython interactive environment (27 Apr 1999) Matlab file reader (24 Apr 1999) Janko Hauser Created windows binaries of multipack, cephesmodule, fftw, and signaltools (June 1999 while still in high school!) Robert Kern Saturday, March 17, 12
  • 17. Early contributors in 1999 Hosting of first Multipack CVS repository (June 1999) Amazing makefiles Interface to FITPACK Wrote f2py as he watched my brute-force approach (July 1999) Pearu Peterson (IPP) Early IPython interactive environment (27 Apr 1999) Matlab file reader (24 Apr 1999) Janko Hauser Created windows binaries of multipack, cephesmodule, fftw, and signaltools (June 1999 while still in high school!) Robert Kern Saturday, March 17, 12
  • 22. SciPy 2001 Travis Oliphant optimize sparse interpolate integrate special signal stats Founded in 2001 with Travis Vaught fftpack misc Eric Jones weave cluster Pearu Peterson GA* linalg interpolate f2py Saturday, March 17, 12
  • 23. Finally... Plotting John Hunter 2001 Saturday, March 17, 12
  • 24. IPython (building on IPP) Fernando Perez Dec 10, 2001 Saturday, March 17, 12
  • 25. STSCI leads out with Numarray Perry Greenfield J. Todd Miller Rick White Paul Barrett Saturday, March 17, 12
  • 26. Numarray released in 2003 • too slow for small arrays • incomplete implementation for ufuncs • minimal Numeric code re-use • lots of very nice things, though (e.g. memory maps, fast code for large arrays, better sorting algorithms) Saturday, March 17, 12
  • 27. Split in the community Numeric SciPy Numarray ndimage others Saturday, March 17, 12
  • 29. started January 2005 NumPy Version 1.0 October 2006 Key contributions from: Numarray Numeric Chuck Harris Robert Kern David Cooke Pierre GM Saturday, March 17, 12
  • 30. NumPy in Python Q: When is NumPy going to be part of the core Python? A: Data structure is in Python as PEP 3118 Saturday, March 17, 12
  • 32. Left Academica For Industry Saturday, March 17, 12
  • 33. Community effort many, many others --- forgive me! • Chuck Harris • Pauli Virtanen • David Cournapeau • Stefan van der Walt • Jarrod Millman • Josef Perktold • Anne Archibald • Dag Sverre Seljebotn • Robert Kern • Matthew Brett • Warren Weckesser • Ralf Gommers • Joe Harrington --- Documentation effort • Andrew Straw --- www.scipy.org Saturday, March 17, 12
  • 34. NumPy Array shape Saturday, March 17, 12
  • 35. NumPy Essentials • Data: the array object – slicing – shapes and strides – data-type generality • Fast Math: – vectorization – broadcasting – aggregations Saturday, March 17, 12
  • 36. Zen of NumPy • strided is better than scattered • contiguous is better than strided • descriptive is better than imperative • array-oriented is better than object-oriented • broadcasting is a great idea • vectorized is better than an explicit loop • unless it’s too complicated --- then use Cython / weave • think in higher dimensions Saturday, March 17, 12
  • 38. Experiences Conulsting • Basically, I was a consultant and manager of consultants for 4 years. • It kept the lights on at home, but gave me minimal time for NumPy. • Silver lining was that I learned exactly what “big-data” problems big companies have and saw first-hand that numerous “little” improvements need to be made to NumPy which will allow it to have a larger impact on helping to manage the world’s data. Saturday, March 17, 12
  • 39. Putting Science back in CS • Much of the software stack is for systems programming --- C++, Java, .NET, ObjC, web - Complex numbers? - Vectorization primitives? • Array-based programming has been supplanted by Object-oriented programming • Software stack for scientists is not as helpful as it should be • Fortran is still where many scientists end up Saturday, March 17, 12
  • 40. APL : the first array-oriented language • Appeared in 1964 • Originated by Ken Iverson • Direct descendants (J, K, Matlab) are still used heavily and people pay a lot of money for them APL • NumPy is a descendent J K Matlab Numeric NumPy Saturday, March 17, 12
  • 41. Conway’s game of Life • Dead cell with exactly 3 live neighbors will come to life • A live cell with 2 or 3 neighbors will survive • With too few or too many neighbors, the cell dies Saturday, March 17, 12
  • 43. Conway’s Game of Life APL NumPy Initialization Update Step Saturday, March 17, 12
  • 44. Improvements needed • NDArray improvements • Indexes (esp. for Structured arrays) • SQL front-end • Multi-level, hierarchical labels • selection via mappings (labeled arrays) • Memory spaces (array made up of regions) • Distributed arrays (global array) • Compressed arrays • Standard distributed persistance • fancy indexing as view and optimizations • streaming arrays Saturday, March 17, 12
  • 45. Improvements needed • Dtype improvements • Enumerated types (including dynamic enumeration) • Derived fields • Specification as a class (or JSON) • Pointer dtype (i.e. C++ object, or varchar) • Finishing datetime • Missing data with both bit-patterns and mask • Parameterized field names Saturday, March 17, 12
  • 46. Example of Object Dtype @np.dtype class Stock(np.DType): symbol = np.Str(4) open = np.Int(2) close = np.Int(2) high = np.Int(2) low = np.Int(2) @np.Int(2) def mid(self): return (self.high + self.low) / 2.0 Saturday, March 17, 12
  • 47. Improvements needed • Ufunc improvements • Generalized ufuncs support more than just contiguous arrays • Specification of ufuncs in Python • Move most dtype “array functions” to ufuncs • Unify error-handling for all computations • Allow lazy-evaluation and remote computation --- streaming and generator data • Structured and string dtype ufuncs • Multi-core and GPU optimized ufuncs • Group-by reduction Saturday, March 17, 12
  • 48. Improvements needed • Miscellaneous improvements • ABI-management • Eventual Move to C++ library (NDLib) • NDLib could serve as base for Javascript and other high-level languages • Integration with LLVM • Possible dtype / shape / stride unification into a “dimension protocol” • Remote computation • Fast I/O for CSV and Excel Saturday, March 17, 12
  • 49. NumPy Users • Want to be able to write Python to get fast code that works on arrays and scalars • Need access to a boat-load of C-extensions (NumPy is just the beginning) PyPy doesn’t cut it for us! Saturday, March 17, 12
  • 50. Ufuncs Saturday, March 17, 12 Generalized UFuncs Python Function Window Kernel Funcs Function- based Indexing Memory Dynamic compilation Filters Dynamic Compilation NumPy Runtime I/O Filters Reduction Filters Computed Columns function pointer
  • 51. SciPy needs a Python compiler optimize integrate special ode writing more of SciPy at high-level Saturday, March 17, 12
  • 52. Numba -- a Python compiler • Replays byte-code on a stack with simple type- inference • Translates to LLVM (using LLVM-py) • Uses LLVM for code-gen • Resulting C-level function-pointer can be inserted into NumPy run-time • Understands NumPy arrays • Is NumPy / SciPy aware Saturday, March 17, 12
  • 53. NumPy + Mamba = Numba Python Function Machine Code LLVM-PY LLVM 3.1 ISPC OpenCL OpenMP CUDA CLANG Intel AMD Nvidia Apple Saturday, March 17, 12
  • 56. Software Stack Future? Plateaus of Code re-use + DSLs SQL R TDPL Matlab Python OBJC C FORTRAN C++ LLVM Saturday, March 17, 12
  • 57. Seeking Developers! https://github.com/ContinuumIO/numba Saturday, March 17, 12
  • 58. How to pay for all this? Saturday, March 17, 12
  • 59. Dual strategy NumPy 2.0 Saturday, March 17, 12
  • 60. NumFOCUS Num(Py) Foundation for Open Code for Usable Science Saturday, March 17, 12
  • 61. NumFOCUS • Mission • To initiate and support educational programs furthering the use of open source software in science. • To promote the use of high-level languages and open source in science, engineering, and math research • To encourage reproducible scientific research Saturday, March 17, 12
  • 62. NumFOCUS • Activites • Sponsor sprints and conferences • Provide scholarships and grants • Pay for documentation development and basic course development • Work with domain-specific organizations • Raise funds from industries using Python and NumPy Saturday, March 17, 12
  • 63. NumFOCUS • Directors • Jarrod Millman • Fernando Perez • Travis Oliphant • Perry Greenfield • John Hunter • Members • Basically people who donate for now. In time, a body that elects directors. Saturday, March 17, 12