Difference between revisions of "Git - GitHub and GitLab"
m |
m |
||
| Line 21: | Line 21: | ||
* [[TensorFlow]] | * [[TensorFlow]] | ||
* [[Keras]] | * [[Keras]] | ||
| − | * [[Master Data Management | + | * [[Algorithm Administration]] |
| + | ** [[Algorithm Administration#Master Data Management (MDM)|Master Data Management (MDM)]] | ||
* [http://insights.dice.com/2018/02/26/github-machine-learning-skills-development-big-2018/ GitHub: Machine Learning, Skills Development | Nate Swanner] | * [http://insights.dice.com/2018/02/26/github-machine-learning-skills-development-big-2018/ GitHub: Machine Learning, Skills Development | Nate Swanner] | ||
* [http://www.infoworld.com/article/3448416/deepcode-does-ai-driven-code-reviews.html DeepCode taps AI for code reviews | Paul Krill - InfoWorld] - cloud service analyzes commits to [http://github.com/search?q=artificial+intelligence&ref=searchresults&type=Repositories GitHub] or Bitbucket and flags security, performance, logic, and compliance issues | * [http://www.infoworld.com/article/3448416/deepcode-does-ai-driven-code-reviews.html DeepCode taps AI for code reviews | Paul Krill - InfoWorld] - cloud service analyzes commits to [http://github.com/search?q=artificial+intelligence&ref=searchresults&type=Repositories GitHub] or Bitbucket and flags security, performance, logic, and compliance issues | ||
Revision as of 11:37, 27 September 2020
Youtube search... ...Google search
- GitHub AI
- GitHub Deep Learning
- GitLab Deep Learning
- Publishing your model
- Libraries & Frameworks Overview
- Python
- Notebooks; Jupyter and R Markdown
- Javascript
- Other Coding options
- Service Capabilities
- Microsoft Azure
- TensorFlow
- Keras
- Algorithm Administration
- GitHub: Machine Learning, Skills Development | Nate Swanner
- DeepCode taps AI for code reviews | Paul Krill - InfoWorld - cloud service analyzes commits to GitHub or Bitbucket and flags security, performance, logic, and compliance issues
Gist
Gists are generally used as scratchpad / notepad, to write down small (or not so small) snippets of code or other information, written directly in the web interface, without the need to start a new project on your computer. Some people write full articles with them… For example, the famous article The introduction to Reactive Programming you've been missing is just a Gist. One advantage is that people can comment on your work. | Philippe Lhoste - Quora,
GitHub GraphQL API
Jekyll and GitHub Pages
GitLab