Machine Learning Models: Linear Regression

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • data

    Datasets used in the book Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow (by ageron)

  • data = "https://github.com/ageron/data/raw/main/" life_satisfaction = pd.read_csv(data + "lifesat/lifesat.csv") X = life_satisfaction[["GDP per capita (USD)"]].values y = life_satisfaction[["Life satisfaction"]].values

  • handson-ml3

    A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

  • Hands On Machine Learning 3rd Edition Github — https://github.com/ageron/handson-ml3/tree/main

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • LoRA Learns Less and Forgets Less

    1 project | news.ycombinator.com | 17 May 2024
  • 4 Simple Steps to Develop a WhatsApp Support Chatbot (Using LLMs, OpenAI & Python)

    1 project | dev.to | 17 May 2024
  • LLM-Training-Puzzles: What would you do with 1000 H100s?

    1 project | news.ycombinator.com | 16 May 2024
  • Think DSP Is an Introduction to Digital Signal Processing in Python

    1 project | news.ycombinator.com | 15 May 2024
  • The Fundamentals of Modern Deep Learning with PyTorch

    1 project | news.ycombinator.com | 15 May 2024