The Wayback Machine - https://web.archive.org/web/20220709071940/https://github.com/topics/industry
Skip to content
#

industry

Here are 124 public repositories matching this topic...

tabaddor
tabaddor commented Mar 22, 2021

Currently, there is one main document (README.md) where all the information for each section is written up. Separating each section into its own .md file (i.e, PERCEPTION.md) and simply linking it from the main README will improve user experience.

documentation help wanted good first issue
ml-ai
billyboy35
billyboy35 commented Feb 20, 2022

Use model for define enum document (quote, order, deleveries, invoinces etc ..

Exemple :

<?php

class Quote extends Model
{
   /**
   * Quote' status
   * 
   * @var array
   */
   public const STATU = [
      1 => 'Open',
      2 => 'Close'
   ];
   /**
   * returns the id of a given statu
   *
   * @param string $statu  quote 's statu
   * @return int statuID
   */
enhancement good first issue

In five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which we will teach. You will also hear from many top leaders in Deep Learning, who will share with you their personal stories and give you career advice. AI is transforming multiple industries. After finishing this specialization, you will likely find creative ways to apply it to your work. We will help you master Deep Learning, understand how to apply it, and build a career in AI. Created by: Deeplearning.AI

  • Updated May 14, 2018

FollowSpot is a comprehensive audition tracking fullstack web application for entertainment industry professionals. This app allows users to store information/media for all of their auditions while also compiling data and displaying statistics to help track progress. Demo Video: https://youtu.be/AkxajodTJZs | Deployed: https://followspot.herokuapp.com/

  • Updated Dec 8, 2021
  • Python

Improve this page

Add a description, image, and links to the industry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the industry topic, visit your repo's landing page and select "manage topics."

Learn more