Skip to content

Commit 5408d7a

Browse files
committed
add bibtex anbd mla ref
1 parent 73b54fc commit 5408d7a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,31 @@ ISBN-10: 1783555130<br>
2020
ISBN-13: 978-1783555130<br>
2121
Kindle ASIN: B00YSILNL0<br></div>
2222

23+
#### Citing this Book
24+
25+
You are very welcome to re-use the code snippets or other contents from this book
26+
in scientific publications and other works;
27+
in this case, I would appreciate citations to the original source:
28+
29+
**BibTeX**:
30+
31+
```
32+
@Book{raschka2015python,
33+
author = {Raschka, Sebastian},
34+
title = {Python Machine Learning},
35+
publisher = {Packt Publishing},
36+
year = {2015},
37+
address = {Birmingham, UK},
38+
isbn = {1783555130}
39+
}
40+
```
41+
42+
43+
**MLA**:
44+
45+
46+
Raschka, Sebastian. *Python machine learning*. Birmingham, UK: Packt Publishing, 2015. Print.
47+
2348

2449
### [Feedback & Reviews](./docs/feedback.md)
2550

0 commit comments

Comments
 (0)