Coding Brewery

  • Blog
  • Software development
    • Clean Code
    • C++
    • Python
    • Java
    • Devops
      • Docker
      • Linux
  • Machine learning
    • Maths
      • Median absolute deviation (MAD) of Errors
      • R-Squared/Coefficient of determination
      • Distribution of error functions
      • Logarithmic loss (or cross-entropy)
      • Receiver operating characteristic (ROC ) curve
      • Confusion Matrix
      • Maths 101: Part 8: Hypothesis testing
      • Distribution of error functions
      • Maths 101 : Part 7: Estimating Confidence Intervals
    • Data Science Libraries
    • Dimensionality Reduction
  • Career Advice
  • Home
    • Contact Us
    • About

Blog

Machine learning

Exploratory Data Analysis on populations of a biological foodchain in Northern Canada

Here is an exploratory data analysis for describing the population trends of hares ,lynxes and carrots in northern Canada during 20 years. Essentially lynxes eat hares and hares eat carrots. Loading Sorry, something went wrong. Reload? Sorry, we cannot display Read more…

Like this:

Like Loading...
By admin, 7 yearsDecember 3, 2018 ago
Data Science Libraries

Matplotlib: Data Science Library Tutorial

Matplotlib is a very interesting library that helps to plot the different arrays in relation to each other. Loading Sorry, something went wrong. Reload? Sorry, we cannot display this file. Sorry, this file is invalid so it cannot be displayed. Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsNovember 22, 2018 ago
Devops

Running unittests from inside the docker container

Suppose you have an application where you need to run your unit tests. The directory structure looks something like this but honestly it doesn’t matter as long as it is somewhere inside your code folder.  Once you have written you Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsNovember 21, 2018 ago
Data Science Libraries

Numpy Tutorial Part 2

Here is part 2 of the numpy tutorial. This is a continuation of part 1 of the numpy tutorial.

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsNovember 19, 2018 ago
Data Science Libraries

Numpy Tutorial Part 1

Numpy is one of the most important data science libraries. This is part 1 of the numpy tutorial.    Loading Sorry, something went wrong. Reload? Sorry, we cannot display this file. Sorry, this file is invalid so it cannot be Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsNovember 2, 2018 ago
Java

Multithreading in Java

There are several key terms which one must know to get a picture of how multithreading works in Java. The post deals mostly with the java multithreading classes that come builtin with java. Runnable A Runnable is basically a type Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsAugust 19, 2018 ago
Devops

Useful Docker Commands(Cheatsheet)

Useful docker commands that we may use daily 1.List all running containers $ docker ps -a  2. List all running containers (only IDs) $ docker ps -aq 3. Pull an image $ docker pull <image_name> 4. Start/Run a container $ Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsJune 21, 2018 ago
Software development

Go Routines

Goroutines are functions that are created and scheduled to be run independently by the Go scheduler. The Go scheduler is responsible for the management and execution of goroutines. Notes Goroutines are functions that are scheduled to run independently. We must Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsJune 15, 2018 ago
Algorithms

Minimum Window Substring

Question Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). Example: Input: S = “ADOBECODEBANC”, T = “ABC” Output: “BANC” Note: If there is Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsMarch 19, 2018 ago
Java

SDK Man useful commands

SDK man is an awesome tool to install dependencies in Spring boot applications. I found it pretty useful for installing and uninstalling groovy and scala. Refer this link for more such commands To find out sdk man version one is Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsFebruary 19, 2018 ago

Posts pagination

Previous 1 … 5 6 7 Next
  • About
  • Blog
  • Checkout
  • Contact Us
  • Home
  • Privacy Policy
Hestia | Developed by ThemeIsle
%d