kaggle
Here are 2,133 public repositories matching this topic...
Working on #2963 , I see two warnings generated when building the R package using MSVC.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(467,5):
warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build.
config.cpp
C:\
-
Updated
May 25, 2020 - Jupyter Notebook
-
Updated
Jun 7, 2020 - Python
This class could be used instead of cd file https://catboost.ai/docs/concepts/input-data_column-descfile.html when creating Pool from filez. The class should have init function, methods load and save, and Pool init method should be able to use object of this class instead of cd file during initialization.
-
Updated
Jun 5, 2020 - Python
Add a Reddit section
Most of the people who start out new don't find a latest feed of community hyped resources on ML and DL topics. It would be pretty good if we add a Reddit section.
If you're fine with this suggestion I'll put up a PR with the update
-
Updated
May 14, 2016 - C++
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Dec 23, 2019 - HTML
e.g. based on the google doc https://docs.google.com/document/d/1ZI1V_2I3tETAeGnAwYZnrYTdeiOfdtWCL4l4DmRimFc/
p.s. I think that using docker for the course is an overhead which is not justified. As people create a designated VM for the course it would have been better to share a VM image so installation is one click and forget about docker. Docker is great when you need multiple environment or
-
Updated
Apr 13, 2020 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Jan 21, 2020 - Jupyter Notebook
-
Updated
Dec 20, 2017 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Apr 13, 2018 - Python
(tensorflow) F:\Postgraduate\KaggleLearning\multi-class-text-classification-cnn-rnn-master\multi-class-text-classification-cnn-rnn-master>python predict.py ./t
rained_results_1541818386/ ./data2/samples.csv
D:\Anaconda\anaconda\envs\tensorflow\lib\site-packages\gensim\utils.py:1212: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing c
-
Updated
May 21, 2018 - Jupyter Notebook
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Jan 30, 2020
-
Updated
Dec 31, 2018 - Python
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Jan 12, 2020 - Python
-
Updated
Jul 1, 2019 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Apr 17, 2020 - Python
Improve this page
Add a description, image, and links to the kaggle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kaggle 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