Giter VIP home page Giter VIP logo

Hi 👋, I'm Diksha Nasa

A Computer Science and Business Systems student

dikshanasa

dikshanasa

  • 💬 Ask me about C, C++, Python, Machine learning, Data analysis, Data Science and management

  • 📫 How to reach me [email protected]

  • 📄 Know about my experiences http://lnkiy.in/DikshaNasa

  • ⚡ Fun fact I hate pineapples on pizza but pineapple just as a fruit, is my favorite.

Connect with me:

diksha-nasa dikshanasa07

Languages and Tools:

c cplusplus git html5 illustrator linux mssql pandas photoshop python pytorch scikit_learn seaborn tensorflow xd

 dikshanasa

dikshanasa

Diksha Nasa's Projects

airbnb-amsterdam icon airbnb-amsterdam

Amsterdam Listings Dataset open sourced by Airbnb is used for Data Analysis, to predict prices of the listings, and to find the peak season to visit Amsterdam.

airbnb-project icon airbnb-project

reviews translation & recommendation interface based on NYC airbnb dataset

all-prime-numbers icon all-prime-numbers

Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive). Print the prime numbers in different lines.

amazon_pricedrop icon amazon_pricedrop

This tool sends you an email every time the price for your favorite item on amazon drops. In this case Fujifilm Instax Mini LiPlay Hybrid Instant Camera (Blush Gold). The tool is python based.

array-intersection icon array-intersection

You have been given two integer arrays/list(ARR1 and ARR2) of size N and M, respectively. You need to print their intersection; An intersection for this problem can be defined when both the arrays/lists contain a particular value or to put it in other words, when there is a common value that exists in both the arrays/lists. The arrays/lists might contain duplicate elements.

binary-search icon binary-search

Use binary search to find the "key" element in input array.

canada_per_capita_income icon canada_per_capita_income

Jupyter notebook with dataset on using simple Linear Regression with single variable to predict per capita income (US$) of Canada.

check-if-fibonacci icon check-if-fibonacci

C++ program to check if input is a fibonacci number or not using brute force approach.

climbing-stairs icon climbing-stairs

You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?

count-characters icon count-characters

Write a program to count and print the total number of characters (lowercase english alphabets only), digits (0 to 9) and white spaces (single space, tab i.e. '\t' and newline i.e. '\n') entered till '$'. That is, input will be a stream of characters and you need to consider all the characters which are entered till '$'. Print count of characters, count of digits and count of white spaces respectively (separated by space).

cpp-variadics icon cpp-variadics

A template parameter pack is a template parameter that accepts zero or more template arguments (non-types, types, or templates). To read more about parameter pack, click here. Create a template function named reversed_binary_value. It must take an arbitrary number of bool values as template parameters. These booleans represent binary digits in reverse order. Your function must return an integer corresponding to the binary value of the digits represented by the booleans. For example: reversed_binary_value<0,0,1>() should return 4.

dna_app icon dna_app

Counts the nucleotide compositions of query DNA

eazy-buy icon eazy-buy

College project - E-commerce full stack website. Frontend- Javascript, react. Backend- Sanity.

find-duplicate-in-array icon find-duplicate-in-array

You have been given an integer array/list(ARR) of size N which contains numbers from 0 to (N - 2). Each number is present at least once. That is, if N = 5, the array/list constitutes values ranging from 0 to 3 and among these, there is a single integer value that is present twice. You need to find and return that duplicate number present in the array.

find-unique-element-in-array icon find-unique-element-in-array

You have been given an integer array/list(ARR) of size N. Where N is equal to [2M + 1]. Now, in the given array/list, 'M' numbers are present twice and one number is present only once. You need to find and return that number which is unique in the array/list.

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.