Results for "Learn"

Tags

  • AWK for beginners !

    AWK is a standard tool on every POSIX-compliant UNIX system. It’s like flex/lex, from the command-line, perfect for text-processing tasks and other scripting needs. It has a C-like syntax, but without mandatory semicolons (although, you should use them anyway, because they are required when...

    Tags: AWK, UNIX, Learn, tutorial

    1828 days ago

  • List of useful machine / ai learning resources !

    ML cheatsheet ! https://github.com/remicnrd/ml_cheatsheet Visual AI / ML https://setosa.io/ev/ Simple and efficient tools for predictive data analysis https://scikit-learn.org/stable/

    Tags: Machine, Learn, AI

    1125 days ago

  • Basic Structure of Snakemake Pipeline Run !

    /user/snakemake-demo$ ls config.json data envs scripts slurm-240702.out Snakefile data = mock data for the snakefile to use Snakefile = name of the snakemake “formula” file Note: The default file that snakemake looks for in the current working directory is the Snakefile. ...

    Tags: Snakemake, Pipeline, Flow, Learn

    927 days ago