Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some CS229 projects using Keras #1432

Closed
fchollet opened this issue Jan 8, 2016 · 13 comments
Closed

Some CS229 projects using Keras #1432

fchollet opened this issue Jan 8, 2016 · 13 comments

Comments

@fchollet
Copy link
Member

fchollet commented Jan 8, 2016

CS229 is the Stanford machine learning class, taught by Andrew Ng. This year a number of student projects were implemented using Keras. I thought it would be interesting for the Keras community to check them out:

There may be more projects that I'm missing, either because they weren't indexed by Google or because they didn't cite Keras (100% of students use one or several open-source packages to implement their projects, but few of them actually cite their tools, probably only around 10% do). For comparison, I could find 1 (one) project using Torch, 4 (four) using TensorFlow and 3 (three) using Caffe.

@phreeza
Copy link
Contributor

phreeza commented Jan 10, 2016

Nice stuff!

My guess would be more of them would properly cite Keras if there was a canonical paper, instead of 'just' a github repo to cite?

@liyi193328
Copy link

@fchollet Great.
And is there some pretty projects using keras like farizrahman4u's seq2seq. By that kind of beautiful projects, I(fresher) can learn how to custom my own deep learning demands.Can you summary it, and post it out?
Appreciate.Thanks.
seq2seq: https://github.com/farizrahman4u/seq2seq

@farizrahman4u
Copy link
Contributor

Cool stuff!

@fchollet
Copy link
Member Author

My guess would be more of them would properly cite Keras if there was a canonical paper, instead of 'just' a github repo to cite?

It's possible, but I don't really believe it because users of Theano (and Torch, TensorFlow) tend not to cite their tools even though there are papers to cite. There is just no culture of crediting open-source projects in academia.

@farizrahman4u
Copy link
Contributor

We should not be worried about people not citing us. But I think its time for Keras to be more than a github repo. I am talking about Youtube channels, Tutorials, Blogs, Developer communities, Meetups, Workshops etc (the Mozilla of deep learning).

@tboquet
Copy link
Contributor

tboquet commented Jan 12, 2016

👍 for @farizrahman4u suggestion. What about a simple mardown file including directives to cite Keras with a BibTeX entry like this?

@farizrahman4u
Copy link
Contributor

@tboquet Sounds good. What do you think @fchollet ?

@meanmee
Copy link

meanmee commented Jan 13, 2016

I suggest add an cite example(BibTex) in the ReadMe.md file.
like this:
@Article{Stamatakis2006Stamatakis,
title={Stamatakis A. RAxML-VI-HPC: Maximum Likelihood—based Phylogenetic Analyses with Thousands of Taxa and Mixed Models, v. 7.03. Bioinformatics},
author={Stamatakis, A},
journal={Bioinformatics},
volume={22},
number={21},
pages={2688-90},
year={2006},
}

@phreeza
Copy link
Contributor

phreeza commented Jan 13, 2016

Here is the suggested BibTeX for scipy:

@Misc{,
author =    {Eric Jones and Travis Oliphant and Pearu Peterson and others},
 title =     {{SciPy}: Open source scientific tools for {Python}},
 year =      {2001--},
 url = "http://www.scipy.org/",
 note = {[Online; accessed 2016-01-13]}
}

@brettbj
Copy link

brettbj commented Mar 22, 2016

@fchollet I acutally just submitted a paper citing Keras (I do think it'd be helpful to have a standard paper or at least preferred citation format - maybe using zenodo?)

@farizrahman4u
Copy link
Contributor

@brettbj Link to your paper?

@brettbj
Copy link

brettbj commented Mar 24, 2016

@farizrahman4u it's a conference submission that doesn't allow preprints. Will post if it gets in!

@farizrahman4u
Copy link
Contributor

Cool!

@stale stale bot added the stale label May 23, 2017
@stale stale bot closed this as completed Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants