Giter VIP home page Giter VIP logo

Hi there šŸ‘‹ I am a software engineer specializing in Full-Stack development!!! My recent interests are Machine Learning and Data


Nick Gundobin

Github stats

Top Languages Card

Languages and Tools



šŸŒ± Iā€™m currently working on mastering Machine Learning Skills...

Nick Gundobin's Projects

awesome-javascript-interviews icon awesome-javascript-interviews

Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)

card-memory-game icon card-memory-game

Card Memory Game is a card game in which cards are laid face down on a table and two cards are flipped face up on each turn. The object of the game is to turn over pairs of matching cards. The game is also known as Memory or Pairs.

data-transformation-and-box-muller icon data-transformation-and-box-muller

The algorithm I chose for this problem was using numpy library and Python programming language to generate random uniform floating point numbers which easily does it for us. Then I used logic to divide those billion numbers into bins which have corresponding intervals to calculate our percentages and averages. I basically summed up all the numbers and kept the count of numbers in order to draw conclusions. Then I utilized a similar technique to divide our numbers into (-50,50) interval where I used 10 bin each. After that I calculated percentages and created table by using dataframes from Pandas library. Matlablib lib was used to draw Histogram/BarChart and plot it using bins and percentages. I also tried to use timein function to see the running time of my program. It is O(n) complexity because it has only one loop which pretty fast considering 1 billion floating point numbers. The last part of the assignment was to write algorithm to transform our 0.1B uniform distributed floating point numbers in the interval (0,1). I generated numbers using 2 random variables and using Box-Muller formula I got normally distributed data out of Uniform random distribution. Running time for that code is O(n).

deck_of_cards icon deck_of_cards

Displaying a simple card drawing from deck of cards to display how Promises works

ecommerce-react icon ecommerce-react

simple ecommerce website using with firebase, graphql and other technologies

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.