Hey all, I'm Sebastian Raschka, author of Machine Learning with Pytorch and Scikit-Learn. Please feel free to ask me anything!

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

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
  • coral-ordinal

    Tensorflow Keras implementation of ordinal regression using consistent rank logits (CORAL) by Cao et al. (2019)

  • Also, I often need to do some custom stuff for my research projects. E.g., take CORAL and CORN as an example (https://raschka-research-group.github.io/coral-pytorch/). Here, I needed custom losses and slight modifications to the forward pass. This was relatively easy to do in PyTorch. Someone was so kind to port it to TensorFlow/Keras (https://github.com/ck37/coral-ordinal/tree/master/coral_ordinal), but the code is much more complicated. For research and tinkering, I much prefer working with PyTorch.

  • corn-ordinal-neuralnet

    Code and experiments for "Deep Neural Networks for Rank Consistent Ordinal Regression based on Conditional Probabilities"

  • You could implement all the things PyTorch Lightning does yourself, but it would be more messy and more work. I kind of did that for logging and checkpointing, and it was very hard to maintain and read for others. Here's an example :P https://github.com/Raschka-research-group/corn-ordinal-neuralnet/tree/main/model-code/refactored-version/cnn-image/helper_files

  • 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
  • Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • No. The focus is on the PyTorch API and explaining how people can use PyTorch. However, there is no walkthrough explaining all the underlying code in https://github.com/pytorch/pytorch/tree/master/torch. This is an interesting idea, but that would be for a different kind of book :P

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

  • PyTorch 2.3: User-Defined Triton Kernels, Tensor Parallelism in Distributed

    1 project | news.ycombinator.com | 10 May 2024
  • Clasificador de imágenes con una red neuronal convolucional (CNN)

    2 projects | dev.to | 1 May 2024
  • penzai: JAX research toolkit for building, editing, and visualizing neural nets

    4 projects | news.ycombinator.com | 21 Apr 2024
  • Tinygrad: Hacked 4090 driver to enable P2P

    5 projects | news.ycombinator.com | 12 Apr 2024
  • Functions and operators for Dot and Matrix multiplication and Element-wise calculation in PyTorch

    1 project | dev.to | 21 Mar 2024