π Summary
- π Overview (this file)
- π Resources
- π» Code Examples
- π§ͺ Exercises
- β QA
π Key Concepts
Fundamentals needed to easily continue this path are:
- Basic Python knowledge
- Know how to write algorithms
- Good knowledge of Python data structures
- Key concepts of Numpy, Pandas, Matplotlib
Note: Seaborn package can also be used to visualize data better
π Questions / Confusions
Packages like Keras & Tensorflow are mostly used for deep learning models and you donβt need to learn them from start.
Sickit Learn will be used a lot to develop models and work with data.
π₯ Contributorsβ Notes
The scripting language R is also very helpful and simple for data manipulation
β Learning Checklist
- Learn basics of Python syntax
- Get used to Conda or venv
- Use Google Collab
- Learn NumPy
- Learn Pandas
- Learn Matplotlib