Commit Graph

450 Commits

Author SHA1 Message Date
Preston Parry
c34b136dcf Adds auto_ml and machineJS- automated machine learning for JavaScript, Python, analytics, and prod 2016-12-06 11:50:50 -08:00
Joseph Misiti
4e0920d8e7 Merge pull request #334 from xgdgsc/master
add somoclu
2016-11-23 11:18:56 -05:00
xgdgsc
442483a0b3 add somoclu 2016-11-20 01:31:34 +08:00
dhilipsiva
56f9eb0091 New line 2016-11-14 09:01:57 +05:30
dhilipsiva
7d086b11f9 Add BangML meetup group 2016-11-14 09:00:06 +05:30
Joseph Misiti
5b68ac98a1 Merge pull request #332 from AmazaspShumik/master
Add skbayes - Python package for Bayesian Machine Learning
2016-11-13 12:45:42 -05:00
Joseph Misiti
c8fea44283 Merge pull request #331 from felipexw/patch-1
Update README.md
2016-11-13 12:45:32 -05:00
Joseph Misiti
9d6472fd1e Merge pull request #328 from brylie/master
Alphabetize additional sections
2016-11-13 12:45:12 -05:00
Amazasp
0b75c10c0f Update README.md 2016-11-11 21:43:12 -05:00
Amazasp
2548b18be8 Update README.md 2016-11-11 21:09:32 -05:00
Felipe Appio
225cf443c6 Update README.md 2016-11-11 10:50:04 -02:00
Brylie Christopher Oxley
4f0c2867a3 Alphabetize C++ NLP 2016-10-29 13:20:38 +03:00
Brylie Christopher Oxley
d3c47cef18 Alphabetize c++ general purpose 2016-10-29 13:19:22 +03:00
Brylie Christopher Oxley
0dfc1e3ef2 Alphabetize C 2016-10-29 13:13:48 +03:00
JJ
b9b6a9386f Add Nervana "Neon Course" to Python notebooks 2016-10-28 14:25:28 -04:00
Herman Slatman
54dd204185 Merge branch 'master' of https://github.com/josephmisiti/awesome-machine-learning into hs_october_additions 2016-10-27 19:31:59 +02:00
Joseph Misiti
81f8d26feb Merge pull request #324 from itcraftsmanpl/php-ml
Add link to php-ml
2016-10-27 10:51:32 -04:00
cloudkj
02128d0709 Add lambda-ml 2016-10-26 12:00:18 -07:00
Arkadiusz Kondas
a983dcc1b3 Add link to php-ml 2016-10-26 19:35:37 +02:00
Andrew Huy Nguyen
cbaa1aed18 Added IDEAR and AMR 2016-10-19 13:29:43 -06:00
Herman Slatman
ffb03be1fc Small change 2016-10-17 23:38:18 +02:00
Herman Slatman
16d2a944fe Add Suiron 2016-10-17 23:28:11 +02:00
Andrew Huy Nguyen
b3ca9d4d4c Added visualize_ML 2016-10-17 15:05:33 -06:00
Herman Slatman
bec25c0065 Add DyNet 2016-10-17 22:34:12 +02:00
Herman Slatman
59a383c072 Add LightGBM by Microsoft 2016-10-17 21:48:18 +02:00
gdouzas
3f6b0adacc ROOT added 2016-10-17 19:28:37 +03:00
gdouzas
6d35d871bb Added shark description 2016-10-17 19:26:51 +03:00
Traveloka Engineering
4e3ae0c0d3 Add OpenAI Gym 2016-10-16 16:56:00 +07:00
Fabian Aussems
c98532df91 Added cortex 2016-10-15 13:04:37 +02:00
Lanre Adebambo
068da47ddb Add stanford-corenlp-python
Include stanford-corenlp-python too python NLP tools
2016-09-26 05:37:23 -06:00
fukatani
dcfaff7bc0 Add link to RGF. 2016-09-24 01:50:24 +09:00
Rafael da Silva Ferreira
8c03257839 Add Swift Brain library
The first neural network / machine learning library written in Swift.
This is a project for AI algorithms in Swift for iOS and OS X
development. This project includes algorithms focused on Bayes theorem,
neural networks, SVMs, Matrices, etc..
2016-09-21 20:40:39 -03:00
Ilker Kesen
1b6f0979f6 Add Knet.jl 2016-09-06 19:54:01 +03:00
Joseph Misiti
15a60904e9 Merge pull request #309 from ParrotPrediction/master
[TUTORIAL] Practical XGBoost in Python online course
2016-09-05 11:43:53 -04:00
Norbert
e257a7cf15 Practical XGBoost in Python online course 2016-09-04 09:32:53 +02:00
NathanEpstein
e68532cabb add pydexter to python visualization 2016-09-03 15:00:18 -04:00
Filip Molčík
12ce3dd323 Added new python library Neuron
Added new python library Neuron for time series predictions
2016-09-01 08:52:10 +02:00
Valentyn Danylchuk
74b96a60ba add SwiftLearner 2016-08-23 00:53:19 +02:00
François Maillet
7c53482733 Update README.md
Added reference to MLDB
2016-08-22 14:21:11 -04:00
Joseph Misiti
90a046ec20 Merge pull request #301 from fredwu/elixir
Added Elixir libs
2016-08-11 15:57:12 -04:00
Ruslan Israfilov
5ff7c04c34 Added reference to Intel(R) DAAL 2016-08-11 22:31:59 +03:00
Fred Wu
c5ded6ac02 Added Elixir libs 2016-08-05 15:24:12 +10:00
Joseph Misiti
f45e41311b Merge pull request #299 from dashaub/patch-1
add forecast and forecastHybrid
2016-07-31 11:56:15 -04:00
Antonio De Luca
7ed0881c46 Added new General-Purpose Machine Learning JavaScript library: DN2A - Digital Neural Network Architecture. 2016-07-31 13:39:07 +01:00
David Shaub
c09a4735f9 add forecast and forecastHybrid 2016-07-29 08:37:38 -06:00
Dayvid Victor
6785d71e05 Add imbalanced-learn
Added imbalanced-learn to Python / General-Purpose Machine Learning

\[Awesome\] imbalanced-learn is part of [scikit-learn-contrib](https://github.com/scikit-learn-contrib), fully compatible with scikit-learn, and provides several techniques for handling imbalanced data, including under sampling, over sampling, and ensembling.

On the (github page)[https://github.com/scikit-learn-contrib/imbalanced-learn] it has (to this date):
- 359 Stargazers
- 125 Forks
- 30 Watchers
2016-07-19 11:33:50 -03:00
Guled
e310672347 Added MLKit Framework to Swift Machine Learning Category 2016-07-16 15:22:40 -05:00
Nickil Maveli
6cea009307 Add Lasagne Neural network library 2016-07-10 01:42:31 +05:30
Kevin Markham
172f6e7b07 link to IPython notebooks from scikit-learn video series 2016-07-01 12:31:02 -04:00
tbds
e67f0ae9ed Add Torch-based deep learning library torchnet 2016-06-24 12:19:55 +01:00