Computer Science
epub |eng | 2019-03-29 | Author:Rudy Lai

Testing our custom RDD Let's start this test to check if this has created our RDD. By doing this, we can extend our parent RDD and add behavior to our ...
( Category: Intelligence & Semantics May 6,2019 )
epub, mobi |eng | 2014-11-12 | Author:Wolfram Donat

With the drive wheels elevated, start a new Python script called motortest.py: import RPi.GPIO as GPIO import time GPIO.setwarnings(False) GPIO.setmode(GPIO.BOARD) #19 = IN1 #21 = ENA #23 = IN2 GPIO.setup(19, ...
( Category: Robotics & Automation May 5,2019 )
epub |eng | 2019-03-29 | Author:Yoon Hyup Hwang

User-based collaborative filtering and recommendations In order to build a user-based collaborative filtering algorithm, we need to compute cosine similarities between users. Let's take a look at the following code: ...
( Category: Intelligence & Semantics May 4,2019 )
epub |eng | 2019-03-29 | Author:Ajit Pratap Kundan

BIG-IP DNS assists with various kinds of queries when the A type query is used extensively. A BIG-IP DNS gets a query by matching the domain name and type with ...
( Category: Intelligence & Semantics May 4,2019 )
epub, pdf |eng | 2019-11-24 | Author:Aileen Nielsen [Aileen Nielsen]

Scatter plots The traditional method of using scatter plots is just as useful for time series data as it is for other kinds of data. We can use scatter plots ...
( Category: Machine Theory May 3,2019 )
epub | | | Author:Machine Learning in Python

Our tree has an accuracy of 0.838 on the training set. But remember that this is not a good indicator. This is especially true for decision trees as this method ...
( Category: Machine Theory May 3,2019 )
epub |eng | 2019-03-28 | Author:Tony Holdroyd

import numpy as np import matplotlib.pyplot as plt %matplotlib inline Preprocessing the data Then, we load the data. For this application, we will use the fashion_mnist dataset, which was designed ...
( Category: Neural Networks April 30,2019 )
epub |eng | | Author:Panagiotis Karampelas & Jalal Kawash & Tansel Özyer

Graph Embedding There have been many approaches to learning low-dimensional representations for graphs [4, 24, 29]. Inspired by the recent advancement in language modeling and deep learning [20], a series ...
( Category: Data Mining April 29,2019 )
epub, pdf |eng | 2018-10-25 | Author:David J. Gunkel

Similar to the argument offered by Bryson (but focusing on the technological and not legal/moral artifact), Yampolskiy argues that robots could be our equals in term of abilities, but they ...
( Category: Robotics & Automation April 29,2019 )
epub |eng | | Author:Cronk, Brian C;

Practice Exercise Use Practice Data Set 1 in Appendix B to solve this problem. We believe that young individuals have lower mathematics skills than older individuals. We would test this ...
( Category: Probability & Statistics April 29,2019 )
epub |eng | 2013-12-21 | Author:Bart Gerardi [Gerardi, Bart]

Planning Cycles Depending on the actual flavor of Agile that your team is using, you may call the planning cycle by a different name. Sometimes they will be called sprints, ...
( Category: Computer Science April 27,2019 )
epub, mobi |eng | 2013-02-13 | Author:Michael J. Hernandez [Hernandez, Michael J.]

* * * Note I commonly create an ID field (such as EMPLOYEE ID, VENDOR ID, DEPARTMENT ID, CATEGORY ID, and so on) and use it as an artificial candidate ...
( Category: Relational Databases April 24,2019 )
epub |eng | | Author:Thomas Ramge

Chapter 4 Human Asks, Machine Answers: AI as a Daily Assistant, Salesperson, Lawyer, and Doctor “And how does it feel to be dead?” —THE ELIZA CHAT PROGRAM, responding to the ...
( Category: Robotics & Automation April 18,2019 )
epub, pdf |eng | 2019-04-15 | Author:Thomas Ramge

Chapter 4 Human Asks, Machine Answers: AI as a Daily Assistant, Salesperson, Lawyer, and Doctor “And how does it feel to be dead?” —THE ELIZA CHAT PROGRAM, responding to the ...
( Category: Robotics & Automation April 18,2019 )
epub |eng | | Author:Seth Kenlon

-- draw table background ground = love.graphics.newQuad(0,0,WIDE,HIGH,150,150) tile = love.graphics.newImage('img' .. d .. 'tile.jpg') tile:setWrap('repeat','repeat') end The first card you generate is the “top” of the draw deck for the ...
( Category: Object-Oriented Design April 8,2019 )