Skip to content

Commit 028c441

Browse files
authored
Update README.md
1 parent 850d18d commit 028c441

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ All of the code is organized into folders. For example, Chapter02.
2727

2828
The code will look like the following:
2929
```
30-
if (test expression)
31-
{
32-
Statement upon condition is true
33-
}
30+
ug = UserGenerator()
31+
visualize_bandits(ug)
3432
```
3533

3634
**Following is what you need for this book:**
@@ -72,9 +70,5 @@ We also provide a PDF file that has color images of the screenshots/diagrams use
7270
**Enes Bilgin**
7371
works as a senior AI engineer and a tech lead in Microsoft's Autonomous Systems division. He is a machine learning and operations research practitioner and researcher with experience in building production systems and models for top tech companies using Python, TensorFlow, and Ray/RLlib. He holds an M.S. and a Ph.D. in systems engineering from Boston University and a B.S. in industrial engineering from Bilkent University. In the past, he has worked as a research scientist at Amazon and as an operations research scientist at AMD. He also held adjunct faculty positions at the McCombs School of Business at the University of Texas at Austin and at the Ingram School of Engineering at Texas State University.
7472

75-
## Other books by the authors
76-
* [Mastering Linux Network Administration](https://www.packtpub.com/networking-and-servers/mastering-linux-network-administration?utm_source=github&utm_medium=repository&utm_campaign=9781784399597)
77-
* [Linux Mint Essentials](https://www.packtpub.com/networking-and-servers/linux-mint-essentials?utm_source=github&utm_medium=repository&utm_campaign=9781782168157)
78-
7973
### Suggestions and Feedback
8074
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.

0 commit comments

Comments
 (0)