big-data
Here are 2,112 public repositories matching this topic...
-
Updated
Jul 17, 2020
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration
If you have questions about the projects I suggested,
-
Updated
May 7, 2020 - Scala
I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.
Use case
ClickHouse/ClickHouse#7971
-
Updated
Jul 12, 2020 - Scala
Stefan Behnel wrote:
No. "@cython.cfunc" declares a function or method as a pure C function,
without a Python interface to it, and for methods, it only applies to
extension types and not regular Python classes.It's interesting that Cython allowed you to set it on the "
__iter__" method
which cannot, in fact, be a C method because it's one of Python's special
methods. We s
-
Updated
Jul 17, 2020 - C++
-
Updated
Jul 17, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Erlang
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 15, 2020 - Python
I would like to point out that identifiers like “_DLL_HEADER” and “_MOLOCH_LUA_” [do eventually not fit](https://www.securecoding.cert.org/conf
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 14, 2020 - Scala
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - Java
-
Updated
Jun 16, 2020 - TSQL
-
Updated
Mar 14, 2017 - Python
Improve this page
Add a description, image, and links to the big-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the big-data topic, visit your repo's landing page and select "manage topics."
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/3_neural_networks/alexnet.ipynb