|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1027334186 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
180307s2018 cau o 001 0 eng d |
040 |
|
|
|a YDX
|b eng
|e rda
|e pn
|c YDX
|d GW5XE
|d EBLCP
|d N$T
|d UMI
|d AZU
|d STF
|d UAB
|d TOH
|d OCLCF
|d UPM
|d SNK
|d COO
|d OCLCQ
|d CEF
|d KSU
|d U3W
|d OCLCQ
|d DEBBG
|d OH1
|d VT2
|d WYU
|d G3B
|d LVT
|d S9I
|d C6I
|d UKMGB
|d K6U
|d OCLCQ
|d CAUOI
|d D6H
|d AUD
|d MERER
|d LIV
|d LEAUB
|d OCLCQ
|d ESU
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d FVL
|d OCLCQ
|d ADU
|d UHL
|d LEATE
|d OCLCQ
|d SFB
|d BRF
|d DCT
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 019127041
|2 Uk
|
019 |
|
|
|a 1027131745
|a 1027542722
|a 1028044607
|a 1028641703
|a 1029065046
|a 1030291852
|a 1048131552
|a 1048154850
|a 1048187708
|a 1066449278
|a 1066542228
|a 1081205407
|a 1086473761
|a 1103275939
|a 1105705675
|a 1113439076
|a 1113502730
|a 1122819333
|a 1129354007
|a 1152996790
|a 1164456599
|a 1192347524
|a 1204084567
|a 1240526235
|a 1264756319
|
020 |
|
|
|a 9781484234235
|q (electronic bk.)
|
020 |
|
|
|a 1484234235
|q (electronic bk.)
|
020 |
|
|
|z 9781484234228
|
020 |
|
|
|z 1484234227
|
024 |
7 |
|
|a 10.1007/978-1-4842-3423-5
|2 doi
|
027 |
|
|
|a SPRINTER
|
029 |
1 |
|
|a AU@
|b 000062005855
|
029 |
1 |
|
|a AU@
|b 000068981977
|
029 |
1 |
|
|a CHNEW
|b 001063364
|
029 |
1 |
|
|a CHVBK
|b 575139234
|
029 |
1 |
|
|a GBVCP
|b 1016523386
|
029 |
1 |
|
|a NLGGC
|b 417452845
|
029 |
1 |
|
|a UKMGB
|b 019127041
|
035 |
|
|
|a (OCoLC)1027334186
|z (OCoLC)1027131745
|z (OCoLC)1027542722
|z (OCoLC)1028044607
|z (OCoLC)1028641703
|z (OCoLC)1029065046
|z (OCoLC)1030291852
|z (OCoLC)1048131552
|z (OCoLC)1048154850
|z (OCoLC)1048187708
|z (OCoLC)1066449278
|z (OCoLC)1066542228
|z (OCoLC)1081205407
|z (OCoLC)1086473761
|z (OCoLC)1103275939
|z (OCoLC)1105705675
|z (OCoLC)1113439076
|z (OCoLC)1113502730
|z (OCoLC)1122819333
|z (OCoLC)1129354007
|z (OCoLC)1152996790
|z (OCoLC)1164456599
|z (OCoLC)1192347524
|z (OCoLC)1204084567
|z (OCoLC)1240526235
|z (OCoLC)1264756319
|
037 |
|
|
|a CL0500000947
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P98
|b K78 2018
|
072 |
|
7 |
|a COM
|x 051360
|2 bisacsh
|
072 |
|
7 |
|a UMX
|2 bicssc
|
072 |
|
7 |
|a UMX
|2 thema
|
082 |
0 |
4 |
|a 005.13/3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kruk, Sergei,
|d 1968-
|e author.
|
245 |
1 |
0 |
|a Practical Python AI projects :
|b mathematical models of optimization problems with Google OR-tools /
|c Serge Kruk.
|
264 |
|
1 |
|a [Berkeley, California?] :
|b Apress,
|c [2018]
|
264 |
|
4 |
|c Ã2018
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Introduction -- Linear continuous models -- Hidden linear continuous models -- Linear network models -- Classic discrete models -- Classic mixed models -- Advanced techniques.
|
520 |
|
|
|a Discover the art and science of solving artificial intelligence problems with Python using optimization modeling. This book covers the practical creation and analysis of mathematical algebraic models such as linear continuous models, non-obviously linear continuous models, and pure linear integer models. Rather than focus on theory, Practical Python AI Projects, the product of the author's decades of industry teaching and consulting, stresses the model creation aspect; contrasting alternate approaches and practical variations. Each model is explained thoroughly and written to be executed. The source code from all examples in the book is available, written in Python using Google OR-Tools. It also includes a random problem generator, useful for industry application or study. You will: Build basic Python-based artificial intelligence (AI) applications Work with mathematical optimization methods and the Google OR-Tools (Optimization Tools) suite Create several types of projects using Python and Google OR-Tools.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
0 |
|a Artificial intelligence.
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
6 |
|a Intelligence artificielle.
|
650 |
|
7 |
|a artificial intelligence.
|2 aat
|
650 |
|
7 |
|a Mathematical theory of computation.
|2 bicssc
|
650 |
|
7 |
|a Computer programming
|x software development.
|2 bicssc
|
650 |
|
7 |
|a Programming & scripting languages: general.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Python.
|2 bisacsh
|
650 |
|
7 |
|a Artificial intelligence
|2 fast
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 1484234227
|z 9781484234228
|w (OCoLC)1013727195
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484234235/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH34377548
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5313090
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1718088
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15191689
|
994 |
|
|
|a 92
|b IZTAP
|