-
Updated
Jul 5, 2021 - Python
#
anaconda
Here are 621 public repositories matching this topic...
Official repository for Spyder - The Scientific Python Development Environment
Visual analysis and diagnostic tools to facilitate machine learning model selection.
visualization
python
machine-learning
anaconda
scikit-learn
visualizer
model-selection
estimator
visual-analysis
matplotlib
-
Updated
May 27, 2021 - Python
Introduction to Deep Neural Networks with Keras and Tensorflow
python
tutorial
theano
deep-learning
anaconda
tensorflow
keras
keras-tutorials
cudnn
keras-tensorflow
-
Updated
Apr 28, 2021 - Jupyter Notebook
Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
-
Updated
Oct 20, 2020 - Python
python
nlp
docker
kubernetes
data-science
machine-learning
r
deep-learning
jupyter
anaconda
tensorflow
gpu
scikit-learn
vscode
jupyter-notebook
data-visualization
pytorch
neural-networks
data-analysis
jupyter-lab
-
Updated
Jun 29, 2021 - Jupyter Notebook
ptitzler
commented
Mar 2, 2021
Is your feature request related to a problem? Please describe.
As a user, I can attach comments to nodes that describe its purpose.
Elyra currently does not pass through this information to the target environment (Kubeflow Pipelines and Apache Airflow), even though it might
Set up your GitHub Actions workflow with conda via miniconda
python
package-manager
package
environment
typescript
anaconda
actions
conda
yml
dependencies
miniconda
github-actions
setup-miniconda
-
Updated
May 11, 2021 - TypeScript
대학 강의를 위한 강의자료 및 소스코드 저장소 Python Lecture slide & code for University Student.
-
Updated
Dec 19, 2020 - Jupyter Notebook
PyTorch implementation of a deep metric learning technique called "Magnet Loss" from Facebook AI Research (FAIR) in ICLR 2016.
-
Updated
Mar 26, 2018 - Python
Tool for encapsulating, running, and reproducing data science projects
-
Updated
Jul 3, 2021 - Python
Viewers for statistics and dashboarding of Domain Search Engine data
-
Updated
Jan 19, 2016 - Python
Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
python
zsh
opencv
deep-learning
ffmpeg
ubuntu
anaconda
tensorflow
cuda
ml
pytorch
installers
deeplearning
dl
tensorflow-setup
-
Updated
Mar 25, 2021 - Shell
Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning in Python and Jupyter notebooks.
python
bioinformatics
jupyter
anaconda
simulation
biology
jupyter-notebook
dna
biopython
gel
jupyter-notebooks
anaconda-server-badge
pydna
gel-simulation
gibson-assembly
cloning-strategies
gel-electrophoresis
assembly-strategies
-
Updated
Jun 23, 2021 - Jupyter Notebook
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
-
Updated
Jan 27, 2021 - Dockerfile
Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector
python
windows
macos
linux
workflow
ocr
computer-vision
deep-learning
neural-network
anaconda
text
craft
pypi
actions
pytorch
vision
document
text-detection
-
Updated
May 12, 2021 - Python
Introduction to Python: Numerical Analysis for Engineers and Scientist. In 2017, Python became the world's most popular programming language. This course covers the basic syntax, linear algebra, plotting, and more to prepare students for solving numerical problems with Python.
python
students
anaconda
linear-algebra
jupyter-notebook
engineer
plotting
scientists
numerical-analysis
introduction-to-programming
introduction-to-python
-
Updated
Jul 29, 2018 - Jupyter Notebook
Implementation of Conda's activate/deactivate functions in Powershell.
-
Updated
Feb 4, 2019 - PowerShell
A conda tool to work with multiple projects in development mode.
-
Updated
Dec 7, 2020 - Python
My Solution to Assignments of CS231n in Winter2016
-
Updated
May 9, 2019 - Jupyter Notebook
Library to generate call graph for cpp functions
-
Updated
Mar 11, 2021 - Emacs Lisp
A Keras multi-input multi-output LSTM-based RNN for object trajectory forecasting
anaconda
tensorflow
gpu
keras
python3
recurrent-neural-networks
sequence-to-sequence
object-tracking
bidirectional-lstm
trajectory-prediction
cudnnlstm
path-predictions
-
Updated
May 7, 2020 - Python
Introduction to deep learning with Tensorflow.
python
tutorial
deep-neural-networks
deep-learning
neural-network
anaconda
tensorflow
cnn
neural-networks
image-classification
convolutional-networks
convolutional-neural-networks
covnet-image-classifier
-
Updated
Jul 3, 2017 - Jupyter Notebook
Considering the big change that the world is facing, as well as our lives due to the COVID-19, we provide to people and companies a complete open-source tool to analyze the social distancing for streets, parks, offices, and even crowded places like malls, train stations, and others.
opencv
opensource
ai
computer-vision
deep-learning
anaconda
tensorflow
image-processing
calibration
yolo
object-detection
intrinsic
extrinsic
detection-model
opencv4
covid19
social-distancing
calibration-process
yolov4
-
Updated
May 27, 2020 - Python
python
anaconda
imagenet
convolutional-neural-networks
hyperparameter-search
tiny-imagenet200
tiny-imagenet
-
Updated
Apr 12, 2019 - Python
Ansible roles to install an Spark Standalone cluster (HDFS/Spark/Jupyter Notebook) or Ambari based Spark cluster
ansible
apache-spark
anaconda
jupyter-notebook
ansible-roles
jupyter-enterprise-gateway
apache-ambari
-
Updated
Mar 19, 2019 - Shell
Improve this page
Add a description, image, and links to the anaconda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the anaconda topic, visit your repo's landing page and select "manage topics."



Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)
Steps/Code to reproduce bug