Programming Languages
azw3, mobi, epub |eng | 2015-03-24 | Author:Mantyla, Dan [Mantyla, Dan]
( Category:
Web Development & Design
August 1,2017 )
azw3, epub, pdf |eng | 2017-05-03 | Author:Mr Kotiyana
( Category:
Programming Languages
August 1,2017 )
epub, azw3, pdf |eng | 2015-11-15 | Author:Gopi Subramanian [Subramanian, Gopi]
This is the function to find the closest prototype vector for a given vector:def find_closest(in_vector,proto_vectors): closest = None closest_distance = 99999 for p_v in proto_vectors: distance = euclidean_distances(in_vector,p_v.p_vector) if distance ...
( Category:
Software
August 1,2017 )
epub, mobi |eng | 2014-09-30 | Author:Davey Shafik & Ben Ramsey & Davey Shafik & Ben Ramsey
Querying the Database with PDO To retrieve a result set from a database using PDO, use the PDO::query() method. To escape a value included in a query (e.g., from $_GET, ...
( Category:
Programming Languages
July 31,2017 )
azw3 |eng | 2015-06-14 | Author:Mitchell, Ryan [Mitchell, Ryan]
( Category:
Internet & Social Media
July 31,2017 )
epub |eng | 2000-08-01 | Author:Andrew Koenig & Barbara E. Moo [Koenig, Andrew & Moo, Barbara E.]
As it stands, our Student_info class is in this third category: It is a class type, but we do not explicitly say how to construct Student_info objects. So, if we ...
( Category:
Software
July 30,2017 )
epub, pdf |eng | | Author:Sebastian Raschka
After the grid search has completed, we can print the different hyperparameter value combinations and the average ROC AUC scores computed via 10-fold cross-validation. The code is as follows: >>> ...
( Category:
Databases & Big Data
July 29,2017 )
azw3, epub |eng | 2015-06-29 | Author:Lott, Steven F. [Lott, Steven F.]
Wait. What just happened? How is this possible? As a hint, we'll need to search through the code for an object with a hidden, shared state. Earlier, we noted that ...
( Category:
Programming Languages
July 28,2017 )
epub |eng | 2015-11-15 | Author:Brian W. Kernighan [Kernighan, Brian W.]
It’s easy to see from the code above how one would construct a program in which there are two different web servers, listening on different ports, defining different URLs, and ...
( Category:
Programming Languages
July 27,2017 )
epub, pdf |eng | 2013-11-25 | Author:James A. Langbridge
Boot Procedure The Raspberry Pi has an interesting boot procedure. On power on, the ARM core is held in a reset state, while the GPU takes control of the system. ...
( Category:
Hardware & DIY
July 26,2017 )
epub, pdf |eng | | Author:Taweh Beysolow II
Long Short-Term Memory (LSTM) LSTM is an increasingly popular model whose strength is handling gaps of unknown size between signals in the noise of the data. Developed in the late ...
( Category:
Programming Languages
July 26,2017 )
epub, pdf |eng | 2014-06-02 | Author:Bjarne Stroustrup [Stroustrup, Bjarne]
( Category:
Programming Languages
July 24,2017 )
azw3 |eng | 2017-02-16 | Author:Wynne, Matt & Hellesoy, Aslak & Tooke, Steve [Wynne, Matt]
Bootstrapping the User Interface Now that we have a model we’re happy with, we’re going to wrap it in a simple user interface that allows the user to specify how ...
( Category:
Programming Languages
July 23,2017 )
epub |eng | 2016-12-18 | Author:Chinnathambi, Kirupa
( Category:
Web Development & Design
July 23,2017 )
epub |eng | 2015-12-15 | Author:Nicholls, Andy & Pugh, Richard & Gott, Aimee
The plot Function The main function you will use for generating graphics is the plot function. As you will see, this is a very versatile function and can be used ...
( Category:
Databases & Big Data
July 23,2017 )
Categories
| Ada | Ajax |
| Assembly Language Programming | Borland Delphi |
| C & C++ | C# |
| CSS | Compiler Design |
| Compilers | DHTML |
| Debugging | Delphi |
| Fortran | Java |
| Lisp | Perl |
| Prolog | Python |
| RPG | Ruby |
| Swift | Visual Basic |
| XHTML | XML |
| XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12956)Hello! Python by Anthony Briggs(10198)
The Mikado Method by Ola Ellnestam Daniel Brolund(10106)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(10043)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8588)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7969)
Grails in Action by Glen Smith Peter Ledbrook(7942)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7900)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7841)
Windows APT Warfare by Sheng-Hao Ma(7661)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(7391)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(7293)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6739)
Kotlin in Action by Dmitry Jemerov(5368)
Solidity Programming Essentials by Ritesh Modi(4469)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4400)
WordPress Plugin Development Cookbook by Yannick Lefebvre(4278)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(4186)
Functional Programming in JavaScript by Mantyla Dan(4168)
The Ultimate iOS Interview Playbook by Avi Tsadok(4161)