Code Monkey home page Code Monkey logo

awesome-machine-learning's People

Contributors

0asa avatar ajkl avatar aniketp04 avatar basickarl avatar benedekrozemberczki avatar bigsnarfdude avatar brylie avatar charismatron avatar cogmission avatar dmey avatar hslatman avatar ipcenas avatar ivigamberdiev avatar jasonnor avatar jeff1evesque avatar jj avatar josephmisiti avatar josephmmisiti avatar jwmueller avatar larrybattle avatar maxhalford avatar metnew avatar muhammadyaseen avatar nathanepstein avatar navdeep-g avatar piyushsharma2001 avatar progamergov avatar spekulatius avatar stjepanjurekovic avatar wenyangfu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-machine-learning's Issues

sort libraries in the sense of usage

Hi, instead of sorting libs and frameworks based on which language they are being implemented it would be nice to sort them there application so it would be sorted like classifiers, recommender systems, so on.

D3.js

How d3.js and c3.js libraries relates to ML?

AwesomeOpenSource

We are creating a github org for all awesome open source repos. I am working with a few individuals who are also managing their own awesome repos, and I think to gain more traction we need to work together. What are your thoughts about collectively moving your awesome repos to https://github.com/AwesomeOpenSource

The idea is that visibility for these repos would be increased due to more traffic to the org. What are your thoughts? Let me know if there is anything you'd like to discuss!

Text classification to .NET

I am doing a software to classify texts about health.
So, I have many texts classified in "positive" and "negative" and these are the texts for my training.
The user will put the new texts and my software will evaluate and say with this text is "positive" or "negative".
Today, I use Weka and NaΓ―ve Bayes to this, but I would like of a framework specific to .NET.

I have found Accord.NET and Encog, but I have not found a sample to text classification.

Are there others frameworks tha Can help me with this?
Thanks

Add 19Q machine learning game

I humbly submit 19Q for your consideration:

https://github.com/fulldecent/19-questions

It is a question-and-answer game implemented in PHP which uses a simple machine learning implementation. The learning happens through Bayesian inference, or a MxN neural network, depending on how you look at it.

But the fun part is that it is a game, and it is one you have already played before.

Mark for unmaintained/deprecated libraries

I think we need the annotation for unmaintained/deprecated libraries.
For example, brain, neural networks library for JavaScript, is not maintained now.

So it will be worth to mark it like "[W]" (W means warning) or "[UNMAINTAINED]", etc.

Please add a license file to the repo

Currently, there's no license specified for the repository, so it's unclear under what license users are receiving the contents, and under which license they are contributing to the repo.

Quoting GitHub:

What happens if I don't choose a license?

You're under no obligation to choose a license. It's your right not to include one with your code or project, but please be aware of the implications. Generally speaking, the absence of a license means that the default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work. This might not be what you intend.

Even if this is what you intend, if you publish your source code in a public repository on GitHub, you have accepted the Terms of Service which do allow other GitHub users some rights. Specifically, you allow others to view and fork your repository.

If you want to share your work with others, we strongly encourage you to include an open source license.

Since this is essentially documentation rather than code, perhaps consider using a Creative Commons license? See GitHub's guide to choosing a license.

Typo in OpenCV

A small typo not worth a pull request: OpenCV's description:

  • OpenCV - OpenCV has C++, C, Python, Java and MATLAB interfaces and supports Windows, Linux, Android and Mac OS. It has C++, C, Python, Java and MATLAB interfaces and supports Windows, Linux, Android and Mac OS.

It should only include one of these sentences, something like

  • OpenCV - OpenCV has C++, C, Python, Java and MATLAB interfaces and supports Windows, Linux, Android and Mac OS.

Add Podcasts

Can we add a list of Machine Learning podcasts to this repo?

Updating books list

Is there any particular order in which the books are sorted?
I'm thinking of adding some more in a pull request.

As the list might keep growing, wouldn't it be a good idea to make subcategories in Machine-Learning / Data Mining category like Reinforcement learning, neural networks, data mining etc.?

Validate pull requests with Travis

Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.

It is currently being used by

Examples

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project.

See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment πŸ˜„

Add xLearn

xLearn is a

High Performance, Easy-to-use, and Scalable Machine Learning Package (C++, Python, R)

404 error for PRML

as is told in the title,the resource of PRML Pattern Recognition and Machine Learning is not found

Confused which to take

Hello sir,
I am working on kaldi, and i was planning to do machine learning( building dictionary after if suppose my speeched text comes wrong ) so that it dont show wrong word on again utterance. Can any one suggest me what toolkit i should use along with kaldi so that i can work efficiently. I am new to this field.
Thanx alot

opengm should appear in C++/Python

OpenGM is listed as LUA library because of the LUA wrappers that are available on github. OpenGM is written in C++ and in the official version has rather nice Python bindings, thus it should be listed under C++ and Python, referencing either the github page or the project website.

PS: Great compilation!

Feature extraction

can you provide me a simple code to use dcgan network as feature extraction for images?

vigra

Taken from the (github page)[https://github.com/ukoethe/vigra]:

VIGRA is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principal know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. Alternatively, you can also use the data structures provided within VIGRA, which can be easily adapted to a wide range of applications. VIGRA's flexibility comes almost for free: Since the design uses compile-time polymorphism (templates), performance of the compiled program approaches that of a traditional, hand tuned, inflexible, solution.

Vigra offers a C++ image processing and machine learning framework for arbitray dimensions and types through templates and python bindings (typically 2D and 3D).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.