From ce988f70d5c86abb23af54faa91b9b76015061e8 Mon Sep 17 00:00:00 2001 From: tushar goel Date: Mon, 1 Oct 2018 22:24:16 +0530 Subject: [PATCH 1/5] added ml project --- .DS_Store | Bin 0 -> 8196 bytes Machine_Learning_Projects/ml_js/.gitignore | 1 + Machine_Learning_Projects/ml_js/README.md | 23 ++++++++++++ Machine_Learning_Projects/ml_js/index.js | 24 ++++++++++++ .../ml_js/package-lock.json | 35 ++++++++++++++++++ Machine_Learning_Projects/ml_js/package.json | 14 +++++++ 6 files changed, 97 insertions(+) create mode 100644 .DS_Store create mode 100644 Machine_Learning_Projects/ml_js/.gitignore create mode 100644 Machine_Learning_Projects/ml_js/README.md create mode 100644 Machine_Learning_Projects/ml_js/index.js create mode 100644 Machine_Learning_Projects/ml_js/package-lock.json create mode 100644 Machine_Learning_Projects/ml_js/package.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..8c415b47f044e7bf84ce667564acace19ab847ee GIT binary patch literal 8196 zcmeHLTWl3Y82Kg3PpXPrstJ+&0UYqah5~d^o}`3cA{<*S1-83GWB5I`m>Qyd_D z(lKUZ991Y?X-pM8VC;%M}+R@yAKb(uqs2sMML4hyLIhI{CgI>pq2J*Jo;o243+ZS}1 zksTZs#(Cd&$v~CO;sM7VF7O3yz89H}X9sdTHO7%%$Fuz5R=@07p|p<&m*s9V8lZ7l zWA^x{T(ics0IGg`p@r`oiX7hy57;>D1zuY+-BQ^l7I(UC&N*#|eUW`K5~V|-A4F}^u+Jf1(N^HR z9NPPBa&RhkJGq4%wTp8WE?e=?+RWyyJKDzQ&YREmI(kXmLF^QpVD$yclm}edVI_OxcM}sW}>q2Q_|~9kJ+F z?DZ`%q9uEb24fXthedl^U{h|5^Lg{U5*8^YwiqLItx3x0z?kfDY(I0p?}fsMElGq?qJU>0{`EAGK=+>bfT z<54W3jVG`lhwvnx#u0oLU&1jwi?878cn;sdH}Mi)#!v85{0y()HT(u|sGnCgq3JGF zpUCkhmF`c|@vETf;AEOkwRi0Lmo$B2j@Z-Mx(604T;8~5-G-L!+1nd_*AD+xX;NTH zK~h;0%8}cAr&LMuMrw(^Y%0n3kTC6&Oq>xud)y!uHKbE1E+oceb>%9mR?!h);`kW) zBPp^p8J{7msmJv7j8x2Ls@_d{vqn1S)v9-kzKxNb`7Alq6H9cR104b}jkYSKGwtt7 z^li8ZAHkO-&g<|kd=Edu&+t1U&c<3?jPKl9JUY4E)a-!0Pr~dn+w+s+XjQwbS$*r$;1V zH>yy&P$o=7yND+Q#^Jaur{lJ4jH3#rE7?j{Lg`AVT>r5@0^$$8 Date: Mon, 1 Oct 2018 22:25:17 +0530 Subject: [PATCH 2/5] Update README.md --- Machine_Learning_Projects/ml_js/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Machine_Learning_Projects/ml_js/README.md b/Machine_Learning_Projects/ml_js/README.md index b9dec77..9e3fbf8 100644 --- a/Machine_Learning_Projects/ml_js/README.md +++ b/Machine_Learning_Projects/ml_js/README.md @@ -4,20 +4,20 @@ enter name of both teams as input it will tell the probabilty of winning the next games by both teams. INPUT DATA is :- -match of A and B :- A wins -match of A and B :- A wins -match of A and B :- B wins +match of A and B :- A wins
+match of A and B :- A wins
+match of A and B :- B wins
-match of A and C :- C wins -match of A and C :- C wins -match of A and C :- A wins +match of A and C :- C wins
+match of A and C :- C wins
+match of A and C :- A wins
-match of C and B :- B wins -match of C and B :- B wins -match of C and B :- C wins - +match of C and B :- B wins
+match of C and B :- B wins
+match of C and B :- C wins
+
To run the following code run command :- npm install -node index.js \ No newline at end of file +node index.js From c37ca65e5441925242156a22dcca81993891bd4c Mon Sep 17 00:00:00 2001 From: Tushar Goel <34160672+TG1999@users.noreply.github.com> Date: Mon, 1 Oct 2018 22:25:47 +0530 Subject: [PATCH 3/5] Update README.md --- Machine_Learning_Projects/ml_js/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Machine_Learning_Projects/ml_js/README.md b/Machine_Learning_Projects/ml_js/README.md index 9e3fbf8..a9096fc 100644 --- a/Machine_Learning_Projects/ml_js/README.md +++ b/Machine_Learning_Projects/ml_js/README.md @@ -3,7 +3,7 @@ there is some training data of teams enter name of both teams as input it will tell the probabilty of winning the next games by both teams. -INPUT DATA is :- +INPUT DATA is :-
match of A and B :- A wins
match of A and B :- A wins
match of A and B :- B wins
@@ -17,7 +17,7 @@ match of C and B :- B wins
match of C and B :- B wins
match of C and B :- C wins

-To run the following code -run command :- -npm install -node index.js +To run the following code
+run command :-
+npm install
+node index.js
From de18d50175d04ce2002876cb046c8a637de6f83b Mon Sep 17 00:00:00 2001 From: Tushar Goel <34160672+TG1999@users.noreply.github.com> Date: Mon, 1 Oct 2018 22:27:09 +0530 Subject: [PATCH 4/5] Update README.md --- Machine_Learning_Projects/ml_js/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Machine_Learning_Projects/ml_js/README.md b/Machine_Learning_Projects/ml_js/README.md index a9096fc..3f9efff 100644 --- a/Machine_Learning_Projects/ml_js/README.md +++ b/Machine_Learning_Projects/ml_js/README.md @@ -1,7 +1,6 @@ -there is some training data of teams -'A','B','C' on past experiences of teams, as they played with each other and their wins are recorded as training data . -enter name of both teams as input -it will tell the probabilty of winning the next games by both teams. +there is some training data of teams'A','B','C' +
on past experiences of teams, as they played with each other and their wins are recorded as training data .
+it will tell the probabilty of winning the next games by both teams.
INPUT DATA is :-
match of A and B :- A wins
From 9b1c5e50af6c3e7909fe2dc7c69664cd80b124fd Mon Sep 17 00:00:00 2001 From: Tushar Goel <34160672+TG1999@users.noreply.github.com> Date: Mon, 1 Oct 2018 22:27:35 +0530 Subject: [PATCH 5/5] Update README.md --- Machine_Learning_Projects/ml_js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine_Learning_Projects/ml_js/README.md b/Machine_Learning_Projects/ml_js/README.md index 3f9efff..30280b3 100644 --- a/Machine_Learning_Projects/ml_js/README.md +++ b/Machine_Learning_Projects/ml_js/README.md @@ -1,4 +1,4 @@ -there is some training data of teams'A','B','C' +there is some training data of teams A , B , C
on past experiences of teams, as they played with each other and their wins are recorded as training data .
it will tell the probabilty of winning the next games by both teams.