example
Here are 5,268 public repositories matching this topic...
A curated list of applied machine learning and data science notebooks and libraries across different industries.
-
Updated
Dec 5, 2019
If we meet the criteria and apply for a license, we may be able to get free translations of our READMEs.
https://crowdin.com/page/open-source-project-setup-request
@nelsonic may be something to consider for the dwyl team to adopt, since I think you can list all of your projects under one account.
If we got approval, I was thinking we could have the README link to a webpage instead that ha
📦 A simplified example of a modern module bundler written in JavaScript
-
Updated
Dec 5, 2019 - JavaScript
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Front screen broken
:notes: Minimalist websocket framework for Go
-
Updated
Dec 5, 2019 - Go
有没有小伙伴在win10系统下跑的通二维GANs代码的啊?
我运行代码后报这样的错,
from scipy import ndimage
File "C:\Users\dell\AppData\Roaming\Python\Python36\site-packages\scipy\ndimage_init_.py", line 161, in
from .filters import *
File "C:\Users\dell\AppData\Roaming\Python\Python36\site-packages\scipy\ndimage\filters.py", line 37, in
from scipy.misc import doccer
File "C:\Users\dell\AppDa
Demo app for React Native Elements (w/ React Native Web)
-
Updated
Nov 29, 2019 - JavaScript
I'm submitting a ...
- bug report
- feature request
Bug Report:
I know this is probably part of the Pusher issues.
Currently, fixed elements on desktop will not stay fixed and will scroll. Once mobile (menu is gone), all issues are resolved.
Example project to guide users through how to create game with Fireball
-
Updated
Dec 5, 2019 - JavaScript
NodeBootstrap - generates skeleton project for Node/Express.js with pre-configured best-practices. Kick-start your Node project development with tons of boilerplate taken care of, such as: clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments etc.
-
Updated
Dec 4, 2019 - JavaScript
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
🔥📱收集利用 Kotlin 进行 Android 开发的开源库,扩展,工具,开源项目,资料等高质量资源
-
Updated
Dec 3, 2019 - Kotlin
-
Updated
Nov 6, 2019 - JavaScript
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
-
Updated
Nov 29, 2019 - Go
Developing on the default config with localhost:3000 is fine.
However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch, which makes the app unresponsive/unable to login from devices other than localhost.
Improve this page
Add a description, image, and links to the example topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the example topic, visit your repo's landing page and select "manage topics."
I was wondering if we could have better documentation regarding machine learning algorithms, instead of Jupyter notebook with comments, there could be a video/ sphinx based documentation which could help a lot in case of AWS Sagemaker?, not staying to AWS but generally for the algorithms as well. Along with the Sagemaker Algorithms reference of how they are working (just the general flow not the i