Skip to content

Commit f299d80

Browse files
authored
added ML books
1 parent 46ead1b commit f299d80

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

Books-to-read.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
### Fluent Python:
2-
#### List, Tuple,sets, dict, text vs bytes, First Class Functions,
3-
#### Adv [Design pattern, function decorator and closures]
4-
#### Obj & Classes: Mutability, References, Vector class, overriding class, overloading
5-
#### Adv [Slicing, Hashing]
6-
#### Interfaces: Python ABC library, digs, monkey patch
7-
#### Control flow: Coroutines, Concurrency: Futures, Asyncio,
8-
#### Adv[Dynamic Attributes, Attributes Descriptors, Metaprogramming
1+
## Fluent Python:
2+
### List, Tuple,sets, dict, text vs bytes, First Class Functions,
3+
### Adv [Design pattern, function decorator and closures]
4+
### Obj & Classes: Mutability, References, Vector class, overriding class, overloading
5+
### Adv [Slicing, Hashing]
6+
### Interfaces: Python ABC library, digs, monkey patch
7+
### Control flow: Coroutines, Concurrency: Futures, Asyncio,
8+
### Adv[Dynamic Attributes, Attributes Descriptors, Metaprogramming]
9+
10+
## Machine Learning
11+
- ### Introduction to Machine Learning with Python, Oreilly
12+
- ### Machine Learning with Python Cookbook, Oreilly
13+
- ### Hands on Machine Learning with Scikit-Learn and Tensorflow, Oreilly
14+
15+
## Deep Learning
16+
- ### Deep Learning with Python, Manning
17+
- ### Python Deep Learning Projects, Packt Pub.
18+
- ### Deep Learning Cookbook, Oreilly

0 commit comments

Comments
 (0)