Skip to content

Commit

Permalink
ch3 and ch4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelal committed Sep 3, 2023
1 parent 749d5f8 commit 73fc908
Show file tree
Hide file tree
Showing 35 changed files with 130,635 additions and 9,614 deletions.
1,750 changes: 1,748 additions & 2 deletions ch1/.ipynb_checkpoints/ch1-checkpoint.ipynb

Large diffs are not rendered by default.

39,751 changes: 35,918 additions & 3,833 deletions ch1/.ipynb_checkpoints/tensorisation-checkpoint.ipynb

Large diffs are not rendered by default.

2,209 changes: 4 additions & 2,205 deletions ch1/ch1.ipynb

Large diffs are not rendered by default.

2,246 changes: 1,123 additions & 1,123 deletions ch1/tensorisation.ipynb

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions ch2/LDA.ipynb

Large diffs are not rendered by default.

4,177 changes: 4,177 additions & 0 deletions ch2/Untitled.ipynb

Large diffs are not rendered by default.

2,937 changes: 2,299 additions & 638 deletions ch3/.ipynb_checkpoints/ch3-checkpoint.ipynb

Large diffs are not rendered by default.

3,332 changes: 3,332 additions & 0 deletions ch3/.ipynb_checkpoints/multi-wayExamples (1)-checkpoint.ipynb

Large diffs are not rendered by default.

5,882 changes: 5,880 additions & 2 deletions ch3/.ipynb_checkpoints/multi-wayExamples-checkpoint.ipynb

Large diffs are not rendered by default.

6,319 changes: 6,319 additions & 0 deletions ch3/.ipynb_checkpoints/multi-wayExamples_AddingCoordinate-checkpoint.ipynb

Large diffs are not rendered by default.

3,293 changes: 3,293 additions & 0 deletions ch3/.ipynb_checkpoints/multi-wayExamples_old-checkpoint.ipynb

Large diffs are not rendered by default.

3,534 changes: 2,631 additions & 903 deletions ch3/ch3.ipynb

Large diffs are not rendered by default.

33,399 changes: 33,399 additions & 0 deletions ch3/data/PanelStudyIncomeDynamics.csv

Large diffs are not rendered by default.

859 changes: 0 additions & 859 deletions ch3/multi-wayExamples.ipynb

This file was deleted.

6,319 changes: 6,319 additions & 0 deletions ch3/multi-wayExamples_AddingCoordinate.ipynb

Large diffs are not rendered by default.

1,581 changes: 1,581 additions & 0 deletions ch3/multi-wayExamples_BSS.ipynb

Large diffs are not rendered by default.

818 changes: 818 additions & 0 deletions ch3/multi-wayExamples_chem.ipynb

Large diffs are not rendered by default.

227 changes: 227 additions & 0 deletions ch3/multi-wayExamples_psycho.ipynb

Large diffs are not rendered by default.

2,153 changes: 2,153 additions & 0 deletions ch3/multi_wayExamples_hankel.ipynb

Large diffs are not rendered by default.

467 changes: 467 additions & 0 deletions ch4/.ipynb_checkpoints/CPD_Scratch-checkpoint.ipynb

Large diffs are not rendered by default.

13,021 changes: 13,021 additions & 0 deletions ch4/.ipynb_checkpoints/MultiWay_Decomposition(1)-checkpoint.ipynb

Large diffs are not rendered by default.

4,957 changes: 4,957 additions & 0 deletions ch4/CPD_Scratch.ipynb

Large diffs are not rendered by default.

456 changes: 456 additions & 0 deletions ch4/MultiWay_Decomposition(1).ipynb

Large diffs are not rendered by default.

Binary file added ch4/TestNetwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch4/TestNetwork2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch4/TestNetwork3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch4/TestNetwork4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
514 changes: 486 additions & 28 deletions ch4/ch4.ipynb

Large diffs are not rendered by default.

Binary file added ch4/data/latent.npy
Binary file not shown.
Binary file added ch4/data/neuron_factor.npy
Binary file not shown.
Binary file added ch4/data/observed.npy
Binary file not shown.
Binary file added ch4/data/time_factor.npy
Binary file not shown.
Binary file added ch4/data/trial_factor.npy
Binary file not shown.
5 changes: 4 additions & 1 deletion ch5/.ipynb_checkpoints/ch5-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"1. Groups are represented as Python Lists\n",
"2. Modules are python packages\n",
"\n",
"For example, importing files from the sack subfolder, is an example of Modules in abstract Algebra. We onlyn need to add an empty python file nammed \"__init__.py\". This way we import from foldername.filename.ClassName{ or functionName}. Also we can import from a file in the same folder by omitting the folder name in the import."
"For example, importing files from the sack subfolder, is an example of Modules in abstract Algebra. We onlyn need to add an empty python file nammed \"__init__.py\". This way we import from foldername.filename.ClassName{ or functionName}. Also we can import from a file in the same folder by omitting the folder name in the import.\n",
"\n",
"Other possible Python examples for Abstract algebra are gappy-system for GAP and \n",
"https://github.com/mhauru/abeliantensors"
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion ch5/ch5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"1. Groups are represented as Python Lists\n",
"2. Modules are python packages\n",
"\n",
"For example, importing files from the sack subfolder, is an example of Modules in abstract Algebra. We onlyn need to add an empty python file nammed \"__init__.py\". This way we import from foldername.filename.ClassName{ or functionName}. Also we can import from a file in the same folder by omitting the folder name in the import."
"For example, importing files from the sack subfolder, is an example of Modules in abstract Algebra. We onlyn need to add an empty python file nammed \"__init__.py\". This way we import from foldername.filename.ClassName{ or functionName}. Also we can import from a file in the same folder by omitting the folder name in the import.\n",
"\n",
"Other possible Python examples for Abstract algebra are gappy-system for GAP and \n",
"https://github.com/mhauru/abeliantensors"
]
},
{
Expand Down

0 comments on commit 73fc908

Please sign in to comment.