Best of Data ScienceApril 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    Oh My Git!

    Oh My Git! is an open-source game that visualizes the internal structures of Git repositories in real-time. It offers a playing card interface to remember Git commands and features an integrated terminal to execute arbitrary Git commands. The game also focuses on teaching teamwork and collaboration in Git.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·2y

    5 Free Courses to Master Math for Data Science

    Learn math for data science with these free courses on topics such as calculus, linear algebra, probability and statistics, and optimization.

  3. 3
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    25 Most Important Mathematical Definitions in Data Science

    The importance of mathematical knowledge in data science and machine learning, a list of important mathematical formulations used in data science and statistics, and the use of mean squared error (MSE) in machine learning.

  4. 4
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Free Python Resources That Can Help You Become a Pro

    A collection of free Python resources including courses, books, repositories, projects, cheat sheets, and online compilers to help beginners become proficient in Python programming.

  5. 5
    Article
    Avatar of watercoolerWatercooler·2y

    What is merge sort 🤨 ?

    Merge sort is an algorithm used for sorting elements. It involves dividing the list into smaller sublists, sorting them separately, and then merging them back together.

  6. 6
    Article
    Avatar of medium_jsMedium·2y

    25+ Data Science Projects to Boost Your Resume

    Mention and work on projects that can show most of your skills in solving a Data Science problem. Always make sure you are working on a project based on a real-time business problem.

  7. 7
    Article
    Avatar of watercoolerWatercooler·2y

    Four stages of learning Data Science 😅

    Learn the four stages of learning Data Science and the skills needed to start.

  8. 8
    Article
    Avatar of hnHacker News·2y

    Spreadsheet UI for Python

    PySheets provides a spreadsheet UI for Python, allowing users to perform exploratory data science, use Pandas, create charts with matplotlib, import Excel sheets, analyze data, and create reports. All the Python code runs in the browser, and PySheets itself is also written in Python. Collaboration, unlimited sheets, community support, and unlimited AI generations.

  9. 9
    Article
    Avatar of javarevisitedJavarevisited·2y

    The 2024 Data Scientist RoadMap

    An illustrated guide to becoming a Data Scientist in 2024 with links to relevant courses

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn Statistics for Data Science, Machine Learning, and AI – Full Handbook

    Learn statistics for data science, machine learning, and AI. Understand the importance of statistics in data analysis and how it provides tools and methods for finding structure and deeper insights. This handbook covers key statistical concepts, as well as prerequisites for learning statistics.

  11. 11
    Article
    Avatar of kdnuggetsKDnuggets·2y

    5 Free Stanford University Courses to Learn Data Science

    Learn data science for free with these 5 courses from Stanford University. Covering programming, databases, machine learning, and more.

  12. 12
    Article
    Avatar of watercoolerWatercooler·2y

    It's was all good until Recursion , DP etc.

    The post discusses the challenges and concepts related to recursion and dynamic programming in programming.

  13. 13
    Article
    Avatar of kdnuggetsKDnuggets·2y

    A Beginner’s Guide to the Top 10 Machine Learning Algorithms

    A beginner's guide to the top 10 machine learning algorithms, covering supervised and unsupervised learning, regression, classification, clustering, and dimensionality reduction.

  14. 14
    Article
    Avatar of gcgitconnected·2y

    Build a Complete OpenSource LLM RAG QA Chatbot — Choose the Model

    This post explores the process of choosing an open source model for an LLM RAG QA Chatbot, and delves into the concept of quantization in language modeling. It discusses different quantization algorithms commonly used in deep learning and the advantages and limitations of each algorithm. The post also explores the options of using a local model or APIs for model utilization, highlighting factors such as performance, scalability, and accessibility. It concludes by emphasizing the dynamic interplay between accessibility, performance, and control in the realm of open source models.

  15. 15
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Load Balancing (is harder than you think)

    This post explores the topic of load balancing and discusses various algorithms, such as round robin, weighted round robin, and Peak exponentially weighted moving average. It highlights the importance of load balancing for web applications and explains how different algorithms can affect latency and dropped requests. The author provides simulations and visualizations to compare the performance of these algorithms in different scenarios.

  16. 16
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Ultimate Collection of 50 Free Courses for Mastering Data Science

    A comprehensive collection of 50 free courses for mastering data science, covering topics such as Python, SQL, Data Analytics, Business Intelligence, Data Engineering, Machine Learning, Deep Learning, Generative AI, and MLOps.

  17. 17
    Article
    Avatar of devtoDEV·2y

    Why enterprise AI projects are moving too slowly

    AI/ML projects face challenges in coordination, collaboration, and deployment due to the different assets involved. Jupyter notebooks are useful for data scientists in experimentation, but not easily extractable for other teams. Model development for production requires additional considerations and operational needs. Integrating data science and operations teams can help bridge the gap and enhance workflow efficiency. AI projects in production require proper packaging and versioning. Jozu's KitOps offers a solution for packaging and versioning AI projects into ModelKits.

  18. 18
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Applied Data Science: A / B Testing

    Learn A/B testing in data science, its impact on business decisions, and how to implement it using Python.

  19. 19
    Article
    Avatar of collectionsCollections·2y

    Google Agrees to Delete Billions of Browsing Records in 'Incognito Mode' Privacy Lawsuit Settlement

    Google has settled a class action lawsuit and agreed to delete user data collected in its 'Incognito mode'. The settlement addresses privacy concerns, requires changes to Incognito mode, and aims to safeguard user privacy.

  20. 20
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    Interactive Mind Map of All Pandas Operations

    The post shares an interactive mind map that lists all Pandas methods grouped by operation type. It covers various types of operations like I/O methods, DataFrame creation methods, statistical info, renaming methods, plotting methods, time-series methods, grouping methods, pivot methods, and categorical data methods. The mind map helps in discovering new Pandas methods.

  21. 21
    Article
    Avatar of medium_jsMedium·2y

    Mastering the Art of Data: Python Code Snippets to Elevate Your Skills

    Master the art of data with Python and enhance your data skills using powerful Python code snippets. From data engineering and data science to data visualization and machine learning, this article covers a wide range of data-related tasks. Explore essential Python code snippets, tips, and tricks to streamline workflows, uncover insights, and deliver high-quality data solutions. Whether you're a beginner or an experienced practitioner, this article serves as a gateway to mastering data with Python.

  22. 22
    Article
    Avatar of inPlainEngHQPython in Plain English·2y

    A Beginner’s Guide to Entry-Level Python Jobs

    A beginner's guide to entry-level Python jobs, including an explanation of what these jobs entail, the industries that offer them, and the key skills required. The post also provides tips on how to prepare for entry-level Python jobs.

  23. 23
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·2y

    11 Key Probability Distributions in Data Science

    This post covers 11 key probability distributions in data science and explains the concept of maximum likelihood estimation (MLE) for estimating the parameters of a statistical model.