A neural network that transforms a design mock-up into a static website.
-
Updated
Jan 10, 2020 - HTML
A neural network that transforms a design mock-up into a static website.
An open source library for face detection in images. The face detection speed can reach 1000FPS.
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
I tried some RNN regression learning based on the code in the "PyTorch-Tutorial/tutorial-contents/403_RNN_regressor.py" file, which did not work for me at all.
According to an accepted answer on stack-overflow (https://stackoverflow.com/questions/52857213/recurrent-network-rnn-wont-learn-a-very-simple-function-plots-shown-in-the-q?noredirect=1#comment92916825_52857213), it turns out that the li
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Tensorflow tutorial from basic to hard
Code examples for new APIs of iOS 10.
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
CNN-RNN中文文本分类,基于TensorFlow
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
深度学习入门教程&&优秀文章&&Deep Learning Tutorial
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
TensorFlow template application for deep learning
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。
Speech synthesis, voice conversion, self-supervised learning, music generation,Automatic Speech Recognition, Speaker Verification, Speech Synthesis, Language Modeling
For further development of the project, it would be great to have unit tests to ensure the project code does not break with further changes/improvements. The tests go under tests folder in 2.0 branch where Python 3+ porting is happening.
Deep Learning Based Free Mobile Real-Time Face Landmark Detector.
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
Tengine is a lite, high performance, modular inference engine for embedded device
The deeplearning algorithms implemented by tensorflow
flake8 testing of https://github.com/CSAILVision/places365 on Python 3.7.1
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./train_placesCNN.py:66:14: E999 SyntaxError: invalid syntax
print args
^
./docker/run_scene.py:36:10: E999 SyntaxError: invalid syntax
print i, labels[k]
^
2 E999 Sy
Collection of popular and reproducible image denoising works.
Datasets, tools, and benchmarks for representation learning of code.
In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!
Modify 2_one-pixel-attack-imagenet.ipynb to download a sample subset of ImageNet files with appropriate labels. The files should be preprocessed as to be ready for the attack.
Add a description, image, and links to the cnn topic page so that developers can more easily learn about it.
To associate your repository with the cnn topic, visit your repo's landing page and select "manage topics."
That means I have to install these three separately?
Install opencv with anaconda again?