Coursera-machine-learning-ex2
Programming Assignment: Logistic RegressionCOURSERA-MACHINE-LEARNING-WEEK-5-SOLUTIONS---Programming-Assignment-Neural-Network-Learning-solution
Java-Program-to-Display-Fibonacci-Series
Programming-Assignment-K-Means-Clustering-and-PCA-Machine-Learning-WEEK-8
Mathematics-for-Machine-Learning-Multivariate-Calculus-Fitting-the-distribution-of-heights-data
-Sum-of-Natural-Numbers
ArrayList.java
I add elements to an ArrayList by using add() method, this method has couple of variations, which we can use based on the requirement. For example: If we want to add the element at the end of the List then simply do it like this:py4ds
Programming-Assignment-Anomaly-Detection-and-Recommender-Systems-Machine-Learning-Week-9
Machine-learning-WEEK-2-Assignment
C-Program-to-Check-Leap-Year
Convert-Octal-to-Decimal.c
Machine-Learning-EX8
Button-Click-Event
When the TOGGLE button is clicked, the webpage sends a Toggle request message to the device via โgpio-raspberry-controlโ channelCoursera-machine-learning-ex3
Coursera-machine-learning-ex3Coursera-Mathematics-for-Machine-Learning-Linear-Algebra-Imperial-College-London-Assignment-Solution
Programming-Assignment-Support-Vector-Machines-Assignment-Solutions-WEEK-7
Machine-Learning-EX6
Question-2-A-Sober-Walk
introduction-to-programming-with-matlab2
Ruby---Strings
String object in Ruby holds and manipulates an arbitrary sequence of one or more bytes, typically representing characters that represent human language.erlumbharam
code-with-harry-java-questions
Practice Questions on Arrays in JavaCheck-Prime-Number
A prime number is a positive integer that is divisible only by 1 and itself. For example: 2, 3, 5, 7, 11, 13, 17Hierarchical-Inheritance
C++ Hierarchical Inheritance Exampletcs-new
scientist
Read-the-integer-number-as-input
Write a program in python to read the integer number as input and print the same.Python-0-to-advanced
TCS-NQT-Coding-Question-2021-Day-1-Slot-1
Question-3-Word-is-the-key
Machine-Learning-EX2
Coursera Machine Learning (by Stanford University) Programming Assignment: Logistic Regression SolutionsTCS-Coding-Practice-Question
interchange.py
Python program to interchange first and last elements in a listMachine-Learning-EX5
interview-Questions
C,C++How-to-access-a-global-variable-when-there-is-a-local-variable-with-same-name
How to access a global variable when there is a local variable with same nametcsnqt22
Q.2.-program-to-add-two-fractions
java-interview-questions
python-for-everybody-Assignment-5.2
Coursera python for everybody assignment 5.2 solutionconvert-from-string-back-to-individual-numbers
Python: read list of numbers, convert from string back to individual numbersTCS-Coding-Question-Day-2-Slot-2-Question-1
Java-Week-1-Q2
Malaria-Detection
malaria detection using neural network in matlabJava-7.2
Java-Practice-Problems
Practice SetTCS-NQT-Coding-Question-2021-Day-1.-Slot-1
Code-With-Harry-Java
Restart itSimple-Calculator-App
Creating a simple calculator app using Python 3 and the tkinter module.calculator
html codetcsnqt11.c
Machine-Learning-EX3
Machine_learning-EX1
github-education-
JAVA-6565
Infosys-Coding-Interview-Questions
Programming-Assignment-Regularized-Linear-Regression-and-Bias-Variance-Machine-learning-week-6
GATE2012---Q2
Consider the following C programsnippet
What is the output of the following code snippet?Literals-in-Java
101 โ Integer literal 10.1f โ float literal 10.1 โ double literal (default type for decimals) โAโ โ character literal true โ Boolean literal โHarryโ โ String literalJavaEaxmple.java
Change an element in ArrayListTCS-Coding-Practice-Question-2
How-can-we-create-an-object-in-JS-
IndianFlag
Display-Factors-of-a-Number
C Program to Display Factors of a Number In this example, you will learn to find all the factors of an integer entered by the user.Question-42-GATE-2013
GATE | GATE CS 2013 | Question 42TCS-NQT-2021
snake-and-ladders
Machine-Learning-EX1
Coursera Machine Learning (by Stanford University) Programming Assignment: Linear Regression SolutionsData-Type-In-Java
Primitive Data Types (Intrinsic &) Non-Primitive Data Types (Derived)Global-Variables-in-c-
Q1.Finding-factors-of-a-number-in-C
Local-Variable-in-c-
Machine-Learning-EX7
Question-1-Sweet-Seventeen
GREAT-PYTHON
COMPLETE PYTHONswap
swap two number in cEX-2
26 april 2020Multiply-given-two-integers
The first line of the input contains two numbers separated by a spacememory-leak
What is memory leak? Why it should be avoidedPrint-the-larger-number.
Given two integer numbers as input, print the larger number.Java-7.1
Practice AssignmentCan-a-variable-be-both-const-and-volatile
yes, the const means that the variable cannot be assigned a new value. The value can be changed by other code or pointer. For example the following program works fine.How-to-convert-numeric-String-to-int-in-Java
Find-LCM-of-two-Numbers
TCS-Example-1
GATE2012-Q3.C
3. What output will be generated by the given code d\segment if: Line 1 is replaced by โauto int a = 1;โ Line 2 is replaced by โregister int a = 2;โcakephp
proc-and-a-lambda
Both procs and lambdas are stored blocks but syntax and behavior differs slightly.How-to-make-deep-copy-work-in-dictionary-in-Python
PDA-Using-Python-Test-Session---1
Programming Data Structures and Algorithm Using Python Online Programming Test Session 1Machine-Learning-EX4
forEach-to-iterate-a-List
In this example, we are iterating an ArrayList using forEach() method. Inside forEach we are using a lambda expression to print each element of the list.Print-an-Integer-
C Program to Print an Integer (Entered by the User) In this example, the integer entered by the user is stored in a variable and printed on the screen.forEach
In Java 8, we have a newly introduced forEach method to iterate over collections and Streams in Java. In this guide, we will learn how to use forEach() and forEachOrdered() methods to loop a particular collection and stream.Fibonacci-program-in-Ruby
The task is to develop a program that prints Fibonacci series in Ruby Programming Language. Before getting into the logic to build Fibonacci series, let us understand what exactly a Fibonacci series means. Fibonacci series is nothing but a series of numbers in which the current number is the sum of the previous two numbers. e.g. The Fibonacci series up to 10 is: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55Coursera-Python-for-everybody-solutions
Python for everybody assignment 2.2, 2.3, 3.1, 3.3, 4.2, 4.6, 5.2GATE-PROGRAMMING
GATE-2012-CODING
What will be the output of the following C program segment?Love Open Source and this site? Check out how you can help us