🤓 Build your own (insert technology here)
-
Updated
Nov 5, 2019 - 370 commits
🤓 Build your own (insert technology here)
The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
Convolutional neural networks for artistic style transfer.
:raising_hand: 一步步学习 ng-zorro-antd
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
NLP in Python with Deep Learning
Vision Framework Demo on Text Detection
Following along with: Machine Learning Recipes with Josh Gordon
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
100+ python programming exercise problem discussed ,explained and solved in different ways
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
Training a ResNet on UMDFaces for face recognition
Symfony 3 RESTful API Example
Code and examples for KidsCanCode Godot Tutorials.
Main repository for R programming courses @ University of Cincinnati, courses and tutorials that focus on data wrangling, exploration, visualization, and analysis with R.
Tutorial on Using Pandas
The Python asyncio tutorial I wish existed earlier
Small tutorial to get started with RxAndroid 2 and Retrofit 2
I've been trying to get the outline shader to play nice with CanvasModulate+Light2D but cannot get it to work. In unshaded mode the sprite is always visible, in blend_mix or other modes it's all hidden. I cannot see what would need adapted to fit between the two modes, do you have any ideas?
https://github.com/steincodes/godot-shader-tutorials/blob/master/Shaders/outline.shader
Event Sourcing + CQRS using Golang Tutorial
Let's update the documentation to capture that the library can be installed as a module. We should include an explanation of the
pip install -e .orpython setup.py developsyntax to capture that many developers may want to install in place so they can continue to update and develop the library code.