Found 7 repositories(showing 7)
ritchieng
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
jiajunhua
No description available
da-sssun
No description available
vafiyanaznin
For Data Analysts and Data Scientists, Python has many advantages. A huge range of open-source libraries make it an incredibly useful tool for any Data Analyst. We have pandas, NumPy and Vaex for data analysis, Matplotlib, seaborn and Bokeh for visualisation, and TensorFlow, scikit-learn and PyTorch for machine learning applications (plus many, many more). With its (relatively) easy learning curve and versatility, it's no wonder that Python is one of the fastest-growing programming languages out there. So if we're using Python for data analysis, it's worth asking - where does all this data come from? While there is a massive variety of sources for datasets, in many cases - particularly in enterprise businesses - data is going to be stored in a relational database. Relational databases are an extremely efficient, powerful and widely-used way to create, read, update and delete data of all kinds. The most widely used relational database management systems (RDBMSs) - Oracle, MySQL, Microsoft SQL Server, PostgreSQL, IBM DB2 - all use the Structured Query Language (SQL) to access and make changes to the data. Note that each RDBMS uses a slightly different flavour of SQL, so SQL code written for one will usually not work in another without (normally fairly minor) modifications. But the concepts, structures and operations are largely identical. This means for a working Data Analyst, a strong understanding of SQL is hugely important. Knowing how to use Python and SQL together will give you even more of an advantage when it comes to working with your data.
cmooncs
No description available
No description available
🚀 I recently completed the incredible PyTorch Deep Learning series by Patrick Loeber on YouTube, and I’ve come a long way in understanding the inner workings of PyTorch for deep learning model development! 🔥 🧠 As I followed through the series, I maintained a detailed set of notes and a Jupyter Notebook documenting how PyTorch works
All 7 repositories loaded