Commit Graph

  • d22d91bd6a Merge branch 'master' of github.com:mdibaiee/sibe master Mahdi Dibaiee 2017-05-25 12:05:31 +0430
  • 83f9ff1c44 chore: bump version Mahdi Dibaiee 2017-05-25 12:04:34 +0430
  • fd987ad490 Merge pull request #3 from peti/master Mahdi Dibaiee 2017-04-01 12:51:17 -0400
  • 172875e4c2 Distribute an *unmodified* GPL-3 license text. #3 Peter Simons 2017-03-31 16:04:23 +0200
  • 58d62a06fc chore: bump version Mahdi Dibaiee 2017-01-08 15:09:32 +0330
  • 854bfe5805 chore(dependencies): update vector Mahdi Dibaiee 2017-01-08 15:06:35 +0330
  • b382d63994 remove test suite Mahdi Dibaiee 2016-11-09 11:22:33 +0330
  • b7b62223d6 chore: bump version Mahdi Dibaiee 2016-11-08 22:42:37 +0330
  • 94e11e5b7c chore: bump version Mahdi Dibaiee 2016-11-08 22:40:26 +0330
  • fa84c7efe9 chore(deps): JuicyPixel < 3.3 Mahdi Dibaiee 2016-11-08 22:39:50 +0330
  • 68540cc192 small updates, use BL and withFile rnn Mahdi Dibaiee 2016-10-26 12:48:04 +0330
  • 728df02fbd feat(rnn): recurrent neural networks, experimental WIP: runs out of memory quickly Mahdi Dibaiee 2016-10-25 20:23:55 +0330
  • 44f2ae372a chore(README): unnecessary space Mahdi Dibaiee 2016-10-17 01:59:48 +0330
  • ace9b7f5f9 chore(README): import statement Mahdi Dibaiee 2016-10-17 01:57:46 +0330
  • ed6d2b3021 feat(Numeric): move all modules to Numeric Mahdi Dibaiee 2016-10-17 01:54:35 +0330
  • 506b180498 chore: package desc Mahdi Dibaiee 2016-10-16 13:11:27 +0330
  • 6da6e4fd09 feat(pca): implement PCA and visualize data using it Mahdi Dibaiee 2016-10-11 16:28:09 +0330
  • 7f90afba7f chore(readme): time is relative to the machine Mahdi Dibaiee 2016-10-08 19:57:00 +0330
  • 016ebcaa93 chore(README): notmnist-relu Mahdi Dibaiee 2016-10-03 19:22:55 +0330
  • 56fded810a chore(readme): word2vec chart explained Mahdi Dibaiee 2016-10-01 12:32:08 +0330
  • 85971bc84d feat(w2v): draw text charts for words Mahdi Dibaiee 2016-10-01 12:24:36 +0330
  • d9d24f69a6 feat(blogs-corpus): new corpus for word2vec Mahdi Dibaiee 2016-09-19 16:00:45 +0430
  • f16cc26798 perf(word2vec): better word2vec Mahdi Dibaiee 2016-09-16 18:46:21 +0430
  • 313e120f25 crossEntropy chart for now Mahdi Dibaiee 2016-09-16 14:36:42 +0430
  • 6def5f6197 draw chart using simple options Mahdi Dibaiee 2016-09-16 14:16:14 +0430
  • 0d43814448 fix(word2vec): simple example of word2vec Mahdi Dibaiee 2016-09-16 14:03:15 +0430
  • d4ac90bbd5 rm(sin): remove sin example fix(ignoreBiases): was ignoring nodes, lol fix(w2v): better logging and implementation Mahdi Dibaiee 2016-09-16 13:31:23 +0430
  • c0083f5c05 fix(notmnist): notmnist sigmoid chart with 10 epochs Mahdi Dibaiee 2016-09-13 10:04:30 +0430
  • 6b9cb1fa3e relu: run notmnist using relu activation and draw the chart [wip] word2vec: work in progress implementation of word2vec Mahdi Dibaiee 2016-09-13 09:49:44 +0430
  • bcc22465d6 fix(xor): better learning rate Mahdi Dibaiee 2016-09-10 19:21:52 +0430
  • f379f208db fix(crossEntropy): implement crossEntropy' to be used in output layer fix(softmax'): softmax was not correct Mahdi Dibaiee 2016-09-10 17:43:45 +0430
  • c23fd14771 chore: section Mahdi Dibaiee 2016-09-10 01:22:09 +0430
  • 6cb130b15e chore(README): simple neural network Mahdi Dibaiee 2016-09-10 01:20:08 +0430
  • 58851611dc chore(README): better readme, chart Mahdi Dibaiee 2016-09-10 01:15:38 +0430
  • b26347e19f feat(notmnist): notmnist example using SGD + learning rate decay Mahdi Dibaiee 2016-09-10 00:36:15 +0430
  • ace0a18653 chore(README): explain how the top 10 method increases accuracy and F measure Mahdi Dibaiee 2016-08-21 01:21:42 +0430
  • 7d0ce29ba8 chore(README): don't tell them about accuracy, let them try it themselves Mahdi Dibaiee 2016-08-21 01:07:01 +0430
  • 25e44d3a8c chore(data): doc-classifier-data Mahdi Dibaiee 2016-08-21 01:02:45 +0430
  • 891f48a2d0 feat(topten): top-ten classification with evenly distrubuted data Mahdi Dibaiee 2016-08-21 00:59:42 +0430
  • b2888417bb fix(cleanText): remove unnecessary spaces fix(run): use 1 - prior for alpha, no need for smoothing feat(cleanText): turn all text to lowercase Mahdi Dibaiee 2016-08-09 16:04:57 +0430
  • eebf5e0222 feat(verbose): print more information using -v or --verbose flags Mahdi Dibaiee 2016-08-08 12:35:26 +0430
  • 099c25e166 feat(stopwords): removeWords and removeStopwords functions as pre-processors feat(confidence, WIP): calculate confidence of each classification Mahdi Dibaiee 2016-08-08 10:02:26 +0430
  • ea1f05f001 fix(naivebayes): fix the algorithm to make it actually work feat(cleanDocuments): preprocess documents, use stemming and stopword elimination for better accuracy Mahdi Dibaiee 2016-08-05 23:54:36 +0430
  • 3cf0625794 fix(precision): little bug in implementation Mahdi Dibaiee 2016-07-30 16:52:34 +0430
  • 76e7e7faef fix(recall, precision): little bug in calculations feat(fmeasure): calculate fmeasure using recall and precision Mahdi Dibaiee 2016-07-29 22:09:30 +0430
  • 812717522e refactor(&&&): use &&& instead of the arrow function Mahdi Dibaiee 2016-07-29 18:20:35 +0430
  • b5b4629318 feat(results): accuracy, recall and precision functions used to calculate measures fix: read data from another repository Mahdi Dibaiee 2016-07-29 17:55:59 +0430
  • eeabe4696c chore(README): simple initial README Mahdi Dibaiee 2016-07-29 16:26:50 +0430
  • 26eb4531fa feat(naivebayes): implement NaiveBayes algorithm feat(example): a document classifier using NaiveBayes over reuters data Mahdi Dibaiee 2016-07-29 16:16:44 +0430
  • 493a20eb0a feat(crossEntropy): crossEntropy cost function Mahdi Dibaiee 2016-07-24 10:48:04 +0430
  • 49606406d1 fix(run): I had written logistic' wrong, that's what happens when you write code while sleepy Mahdi Dibaiee 2016-07-20 12:06:19 +0430
  • b941580273 chore Mahdi Dibaiee 2016-07-20 10:16:13 +0430
  • f5a0c23d99 feat(randomNetwork): generate random networks with a simple function Mahdi Dibaiee 2016-07-18 17:07:12 +0430
  • 23851a85f5 fix(stack): use stack build and exec instead of manual stack ghc refactor: rename from Lib to Sibe Mahdi Dibaiee 2016-07-18 16:33:34 +0430
  • 4397f5203a fix(train): fix an error in computing layer's error feat(examples): add an example (xor) Mahdi Dibaiee 2016-07-18 00:30:17 +0430
  • 763faef434 fix(session): missing n definition throws error Mahdi Dibaiee 2016-07-17 17:14:50 +0430
  • fb01d936c2 Merge branch 'master' of github.com:mdibaiee/sibe Mahdi Dibaiee 2016-07-17 16:54:16 +0430
  • 59ab00e9c2 initial commit, still work in progress Mahdi Dibaiee 2016-07-17 16:53:13 +0430
  • ba301efb29 Initial commit Mahdi Dibaiee 2016-07-17 16:52:16 +0430