Search results for "python"
epub |eng | | Author:Unknown

The ordered list approach As we add literals to a conjunctive rule, we aim to increase the homogeneity of each subsequent set of instances covered by the rule. This is ...
( Category: other July 29,2018 )
mobi, epub |eng | | Author:Unknown

What we have done is to introduce a new parameter called autorun and set the default value as True. We then wrap the call to the run method with a ...
( Category: other July 27,2018 )
epub |eng | | Author:Unknown

N = 900 # number of samples X = np.zeros((N, D)) X[:300, :] = np.random.randn(300, D) + mu1 X[300:600, :] = np.random.randn(300, D) + mu2 X[600:, :] = np.random.randn(300, D) ...
( Category: other July 27,2018 )
epub |eng | 2018-06-25 | Author:Benjamin Bengfort

Figure 8-2. Force-directed ego graph for the Wizard of Oz Note The construction and utility of property graphs as well as NetworkX’s add_edge, ego_graph and draw methods will be discussed ...
( Category: Programming Languages July 23,2018 )
epub, pdf |eng | | Author:López, Félix; Romero, Víctor;

end([group]) The end operation behaves exactly the same as start, except that it returns the end of the substring matched by the group: >>> pattern = re.compile(r"(?P<first>\w+) (?P<second>\w+)?") >>> match ...
( Category: Programming July 22,2018 )
epub |eng | 2018-07-13 | Author:Robert Moreno [Moreno, Robert]

( Category: Computers & Technology July 19,2018 )
epub, pdf |eng | 2017-11-21 | Author:Rob Miles [Miles, Rob]

( Category: Programming Languages July 18,2018 )
epub, pdf |eng | 2017-11-28 | Author:Rejah Rehim [Rehim, Rejah]

transport = TCP(dport=53, flags = 'S') Here we pass the destination port and the flag is set to S for a SYN packet. We can also pass the destination ports ...
( Category: Operating Systems July 18,2018 )
epub |eng | 2018-06-28 | Author:Curtis Miller [Miller, Curtis]

Some of these are ndarray methods, others are in the linalg module you need to import. So we've actually been demonstrating transpose up to this point in earlier examples. Notice ...
( Category: Computers & Technology July 18,2018 )
epub |eng | 2018-06-28 | Author:Greg L. Turnquist & Bhaskar N. Das [Turnquist, Greg L.]

See also Installing Pyccuracy Using Pyccuracy to verify web app security Applications often have login screens. Testing a secured web application requires us to capture the login process as a ...
( Category: other July 17,2018 )
epub, pdf |eng | 2017-03-05 | Author:Tony Gaddis

( Category: Computers & Technology July 17,2018 )
epub |eng | 2018-02-21 | Author:Vincent, William S.

Delete View The process for creating a form to delete blog posts is very similar to that for updating a post. We’ll use yet another generic class-based view, DeleteView, to ...
( Category: Computers & Technology July 17,2018 )
epub |eng | 2018-06-10 | Author:Benjamin Bengfort & Rebecca Bilbro & Tony Ojeda [Bengfort, Benjamin]

... # First make the matrices # By frequency mtx = matrix(text,cast) # Now create the plots fig, ax = plt.subplots() fig.suptitle('Character Co-occurrence in the Wizard of Oz', fontsize=12) fig.subplots_adjust(wspace=.75) ...
( Category: Programming Languages July 17,2018 )
epub |eng | 2018-06-28 | Author:Fabrizio Romano [Romano, Fabrizio]

Working with JSON JSON is the acronym of JavaScript Object Notation, and it is a subset of the JavaScript language. It has been there for almost two decades now, so ...
( Category: other July 17,2018 )

Popular ebooks