aboutsummaryrefslogtreecommitdiff
path: root/matrix/generic
Commit message (Collapse)AuthorAge
* fix minor bugs in cumatrix; clean up part of codeDeterminant2015-06-07
|
* fix memory leak in profiling; other minor changesDeterminant2015-06-07
|
* add ASR DNN trainerDeterminant2015-06-06
|
* use -FLT_MAX as init value in rowmax; add sync codeDeterminant2015-06-05
|
* fix #15Determinant2015-06-05
|
* add profiling; add ce accurarcy; several other changesDeterminant2015-06-05
|
* demo now works (without random shuffle)Determinant2015-06-03
|
* doc change about matrixcloudygoose2015-06-02
|
* add expand_frm, rearrange_frm, scale_rowDeterminant2015-06-01
|
* add async copy by index; add MMatrixIntDeterminant2015-05-31
|
* add error detection for misc cuda functionsDeterminant2015-05-31
|
* rename param file to chunk file (intend to generalize it)Determinant2015-05-30
|
* add mul_elem and log_elem; add dimension checking in cumatrix methodsDeterminant2015-05-28
|
* Merge branch 'master' of https://github.com/cloudygoose/nerv into ↵Determinant2015-05-28
|\ | | | | | | | | | | | | cloudygoose-master Conflicts: examples/cumatrix_from_mmatrix.lua
| * modified copy_from(d/h), copy_to(d/h)txh182015-05-27
| |
| * ...txh182015-05-27
| |
* | change softmax to in-place operation and fix memory leakDeterminant2015-05-28
| |
* | sigmoid layer is now working; clean up MakefileDeterminant2015-05-28
|/
* add implementation for sigmoid layer (not tested)Determinant2015-05-27
|
* fix a severe bug in memory management of userdataDeterminant2015-05-26
|
* add fill for cumatrixDeterminant2015-05-26
|
* add add_row for cumatrixDeterminant2015-05-26
|
* added nerv_matrix_(get_dataref_value) and tested in ↵txh182015-05-26
| | | | examples/mmatrix_example, however it is a little strange to return 101
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
|
* add write functionality to ParamFileDeterminant2015-05-24
|
* add nerv.class and try to let Lua class inherit from ParamFileDeterminant2015-05-24
|
* add param file implementationDeterminant2015-05-24
|
* rename colsum to rowsum; add colsum implementationDeterminant2015-05-22
|
* ...Determinant2015-05-22
|
* add base class CuMatrix for CuMatrixFloat and CuMatrixDoubleDeterminant2015-05-22
|
* add subtraction for cumatrixDeterminant2015-05-19
|
* ...Determinant2015-05-19
|
* add double precision matrix implementationDeterminant2015-05-19
|
* add rowsum for cumatrixDeterminant2015-05-18
|
* add addition and multiplication for cumatrixDeterminant2015-05-17
|
* add cumatrixDeterminant2015-05-15
|
* use C macro to implement matrix templateDeterminant2015-05-15
href='#n539'>539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667