Skip to content

Commit

Permalink
Installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
versilov committed May 16, 2018
1 parent b693e0d commit da71a28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Matrex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Elixir Matrex library for linear regression MNIST digits recognizing\n",
"## Elixir Matrex library for linear regression MNIST digits recognition\n",
"\n",
"Based on Andrew Ng's Coursera course on ML, excercise number 3."
]
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Transposing 1000x1000 matrix
## Example

Complete example of Matrex library at work:
[Linear regression on MNIST digits Jupyter notebook](https://github.com/versilov/matrex/blob/master/Matrex.ipynb)
[Linear regression on MNIST digits (Jupyter notebook)](https://github.com/versilov/matrex/blob/master/Matrex.ipynb)


## Visualization
Expand All @@ -65,15 +65,22 @@ def deps do
]
end
```
On MacOS everything works out of the box, thanks to Accelerate framework.
### MacOS

On Ubuntu you need to install scientific libraries for this package to compile:
Everything works out of the box, thanks to Accelerate framework.

### Ubuntu

You need to install scientific libraries for this package to compile:

```bash
> sudo apt-get install build-essential erlang-dev libatlas-base-dev
```

Performs fast operations on matrices using native C code and CBLAS library.
## Windows

It will definitely work on Windows, but we need a makefile
and installation instruction. Please, contribute.

## Access behaviour

Expand Down

0 comments on commit da71a28

Please sign in to comment.