Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2471 - 2480 of 3,750 for filetype:txt (0.06 seconds)

  1. perl5363delta.txt

    =encoding utf8 =head1 NAME perl5363delta - what is new for perl v5.36.3 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5363delta.txt
    Fri Jan 30 18:18:03 GMT 2026
      4K bytes
  2. perldoc

    =head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS B<perldoc> [B<-h>] [B<-D>] [B<-t>] [B<-u>] [B<-m>] [B<-l>] [B<-F>] [B<-i>] [B<-V>] [B<-T>] [B<-r>] [B<-dI<destination...
    perldoc.perl.org/5.14.2/perldoc
    Wed Feb 04 20:33:54 GMT 2026
      7.7K bytes
  3. llms.txt

    # llms.txt for Redis Documentation # Description: List of Redis documentation markdown files for LLMs and AI assistants to ingest and cite. ## Core Docs - [Docs Homepage](https://redis.io/docs/late...
    redis.io/llms.txt
    Thu Jan 29 17:08:29 GMT 2026
      9.4K bytes
  4. learning_schedules.rst.txt

    Using different learning schedules ========== ``lightfm`` implements two learning schedules: adagrad and adadelta. Neither is clearly superior, and, like other hyperparameter choices, the best lear...
    making.lyst.com/lightfm/docs/_sources/examples/learning_schedules.rst.txt
    Wed Mar 09 16:56:08 GMT 2022
      3.5K bytes
  5. home.rst.txt

    Welcome to LightFM's documentation! ========== LightFM is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback. It also makes it possible...
    making.lyst.com/lightfm/docs/_sources/home.rst.txt
    Wed Mar 09 16:56:08 GMT 2022
      6.8K bytes
  6. datasets.rst.txt

    Datasets ========== .. autofunction:: lightfm.datasets.movielens.fetch_movielens .. autofunction:: lightfm.datasets.stackexchange.fetch_stackexchange 156
    making.lyst.com/lightfm/docs/_sources/datasets.rst.txt
    Wed Mar 09 16:56:08 GMT 2022
      156 bytes
  7. movielens_implicit.rst.txt

    An implicit feedback recommender for the Movielens dataset ========== Implicit feedback ---------- For some time, the recommender system literature focused on explicit feedback: the Netflix prize f...
    making.lyst.com/lightfm/docs/_sources/examples/movielens_implicit.rst.txt
    Wed Mar 09 16:56:08 GMT 2022
      5.7K bytes
  8. bigint.txt

    package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigint.txt
    Fri Feb 06 16:09:18 GMT 2026
      22.6K bytes
  9. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.70'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Fri Feb 06 17:14:00 GMT 2026
      20.1K bytes
  10. perlcommunity.txt

    =head1 NAME perlcommunity - a brief overview of the Perl community =head1 DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to pro...
    perldoc.perl.org/perlcommunity.txt
    Fri Feb 06 13:53:18 GMT 2026
      6.3K bytes
Back to Top