Skip to content

Commit cf01cc2

Browse files
authored
Update README.md
1 parent 548d031 commit cf01cc2

File tree

1 file changed

+74
-2
lines changed

1 file changed

+74
-2
lines changed

README.md

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,74 @@
1-
# Graph-Machine-Learning-
2-
Graph Machine Learning, published by Packt
1+
# Graph Machine Learning
2+
3+
<a href="https://www.packtpub.com/product/graph-machine-learning/9781800204492"><img src="https://static.packt-cdn.com/products/9781800204492/cover/smaller" height="256px" align="right"></a>
4+
5+
This is the code repository for [Graph Machine Learning](https://www.packtpub.com/product/graph-machine-learning/9781800204492), published by Packt.
6+
7+
**Take graph data to the next level by applying machine learning techniques and algorithms**
8+
9+
## What is this book about?
10+
Data scientists working with network data will be able to put their knowledge to work with this practical guide to building machine learning algorithms using graph data. The book provides a hands-on approach to implementation and associated methodologies that will have you up and running and productive in no time.
11+
12+
This book covers the following exciting features: <First 5 What you'll learn points>
13+
* Write Python scripts to extract features from graphs
14+
* Distinguish between the main graph representation learning techniques
15+
* Become well-versed with extracting data from social networks, financial transaction systems, and more
16+
* Implement the main unsupervised and supervised graph embedding techniques
17+
* Get to grips with shallow embedding methods, graph neural networks, graph regularization methods, and more
18+
19+
20+
If you feel this book is for you, get your [copy](https://www.amazon.com/dp/180020390X) today!
21+
22+
<a href="https://www.packtpub.com/?utm_source=github&utm_medium=banner&utm_campaign=GitHubBanner"><img src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png"
23+
alt="https://www.packtpub.com/" border="5" /></a>
24+
25+
26+
## Instructions and Navigations
27+
All of the code is organized into folders. For example, Chapter02.
28+
29+
The code will look like the following:
30+
```
31+
base_classifier = KerasClassifier(model=base_model,\
32+
clip_values=(min_, max_))
33+
y_test_mdsample_prob = np.max(y_test_prob[sampl_md_idxs],\
34+
axis=1)
35+
y_test_smsample_prob = np.max(y_test_prob[sampl_sm_idxs],\
36+
axis=1)
37+
```
38+
39+
**Following is what you need for this book:**
40+
This book is for data scientists, machine learning developers, and data stewards who have an increasingly critical responsibility to explain how the AI systems they develop work, their impact on decision making, and how they identify and manage bias. Working knowledge of machine learning and the Python programming language is expected.
41+
42+
With the following software and hardware list you can run all code files present in the book (Chapter 1-14).
43+
44+
### Software and Hardware List
45+
46+
| Chapter | Software required | OS required |
47+
| -------- | ------------------------------------| -----------------------------------|
48+
| 1 | R version 3.3.0 | Windows, Mac OS X, and Linux (Any) |
49+
| 2 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
50+
| 3 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
51+
| 4 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
52+
| 5 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
53+
| 6 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
54+
| 7 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
55+
| 8 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
56+
| 9 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
57+
| 10 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
58+
| 11 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
59+
| 12 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
60+
| 13 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
61+
| 14 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
62+
| 15 | Rstudio Desktop 0.99.903 | Windows, Mac OS X, and Linux (Any) |
63+
64+
65+
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://static.packt-cdn.com/downloads/9781800203907_ColorImages.pdf).
66+
67+
### Related products <Other books you may enjoy>
68+
* Linux: Powerful Server Administration [[Packt]](https://www.packtpub.com/networking-and-servers/linux-powerful-server-administration?utm_source=github&utm_medium=repository&utm_campaign=9781788293778) [[Amazon]](https://www.amazon.com/dp/1788293770)
69+
70+
* Linux Device Drivers Development [[Packt]](https://www.packtpub.com/networking-and-servers/linux-device-drivers-development?utm_source=github&utm_medium=repository&utm_campaign=9781785280009) [[Amazon]](https://www.amazon.com/dp/1788293770)
71+
72+
## Get to Know the Authors
73+
**Serg Masís**
74+
has been at the confluence of the internet, application development, and analytics for the last two decades. Currently, he's a Climate and Agronomic Data Scientist at Syngenta, a leading agribusiness company with a mission to improve global food security. Before that role, he co-founded a startup, incubated by Harvard Innovation Labs, that combined the power of cloud computing and machine learning with principles in decision-making science to expose users to new places and events. Whether it pertains to leisure activities, plant diseases, or customer lifetime value, Serg is passionate about providing the often-missing link between data and decision-making — and machine learning interpretation helps bridge this gap more robustly.

0 commit comments

Comments
 (0)