All Projects → arnaldog12 → Manual-Pratico-Deep-Learning

arnaldog12 / Manual-Pratico-Deep-Learning

Licence: MIT license
Repositório para o meu curso na Udemy

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Manual-Pratico-Deep-Learning

Aws Csa Notes 2018
My AWS Certified Solutions Architect Associate Study Notes!
Stars: ✭ 167 (+240.82%)
Mutual labels:  udemy
rails contact list
Learn Ruby on Rails by creating an app from scratch
Stars: ✭ 60 (+22.45%)
Mutual labels:  udemy
Aprendiendo-React
Todo sobre el curso de Udemy, Aprendiendo React
Stars: ✭ 44 (-10.2%)
Mutual labels:  udemy
Time tracker flutter course
Source code for every lesson in the "Flutter & Firebase: Build a Complete App for iOS & Android" course on Udemy
Stars: ✭ 222 (+353.06%)
Mutual labels:  udemy
udemypy
Free Udemy courses everyday!
Stars: ✭ 88 (+79.59%)
Mutual labels:  udemy
typescript-for-javascript-developers
Udemyで公開中の「ハンズオンで学ぶ TypeScript - JavaScript エンジニアのための TypeScript徹底入門」の公式リポジトリです。
Stars: ✭ 18 (-63.27%)
Mutual labels:  udemy
Kubernetes Mastery
Kubernetes course on Udemy from @BretFisher and @jpetazzo
Stars: ✭ 134 (+173.47%)
Mutual labels:  udemy
jquery-course
Code from my Udemy course "The Complete jQuery Course: From Beginner to Advanced"
Stars: ✭ 127 (+159.18%)
Mutual labels:  udemy
udemy-downloader
A Udemy downloader that can download lectures, with DRM support.
Stars: ✭ 507 (+934.69%)
Mutual labels:  udemy
awesome-full-stack-machine-courses
Curated list of publicly accessible machine learning engineering courses from CalTech, Columbia, Berkeley, MIT, and Stanford.
Stars: ✭ 283 (+477.55%)
Mutual labels:  udemy
Udemy Course Grabber
A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
Stars: ✭ 230 (+369.39%)
Mutual labels:  udemy
The Complete JavaScript Course
The Complete JavaScript Course https://www.udemy.com/course/the-complete-javascript-course/
Stars: ✭ 12 (-75.51%)
Mutual labels:  udemy
vuejs-egitimi
Vue.js ile Sıfırdan Uygulama Geliştirme Eğitimi uygulama ve proje dosyaları
Stars: ✭ 19 (-61.22%)
Mutual labels:  udemy
Angular Awesome List
Список ресурсов по Angular на русском
Stars: ✭ 224 (+357.14%)
Mutual labels:  udemy
fresh-coupons
Buy paid Udemy courses for free/with discount without extra step! See all discounted courses right in Udemy and apply coupon code automatically or with a single click.
Stars: ✭ 24 (-51.02%)
Mutual labels:  udemy
Udemycoursegrabber
Your will to enroll in Udemy course is here, but the money isn't? Search no more! This python program searches for your desired course in more than [insert big number here] websites, compares the last updated date, and gives you the download link of the latest one back, but you also have the choice to see the other ones as well!
Stars: ✭ 137 (+179.59%)
Mutual labels:  udemy
understand-nodejs
Learn and Understand Node.js
Stars: ✭ 45 (-8.16%)
Mutual labels:  udemy
CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-59.18%)
Mutual labels:  udemy
ngDownloader
📹 🎥 Now Download videos from any website including YouTube, Facebook, Udemy etc without ads.
Stars: ✭ 47 (-4.08%)
Mutual labels:  udemy
learn-swift-with-bob
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
Stars: ✭ 22 (-55.1%)
Mutual labels:  udemy

Este repositório contém todo o código-fonte do curso Manual Prático do Deep Learning na Udemy.

Link para o curso

Link para os slides

Instalação

  1. Baixe ou clone o repositório.
  2. Baixe e instale o Miniconda. (Windows: marque a opção de adicionar o conda às variáveis de ambiente ($PATH))
  3. Abra o terminal e digite o seguinte comando para instalar o ambiente:
    $ conda create -n mpdl python=3.8.2 numpy=1.18.1 pandas=1.0.3 matplotlib=3.1.3 scikit-learn=0.22.1 jupyter=1.0.0

Uso do ambiente

Nota: É obrigatório seguir as ordens da seção "Instalação" antes de utilizar o ambiente.

Siga os passos abaixo sempre que quiser executar os códigos desse repositório.

  1. Abra o terminal e digite:

    • Windows:
    $ activate mpdl
    • Linux/Mac:
    $ source activate mpdl
  2. Execute o Jupyter Notebook:

    $ jupyter notebook

Dúvidas ou sugestões?

Sinta-se à vontade para sanar qualquer dúvida diretamente com o professor do curso utilizando o contato mais abaixo. Porém, de preferência a fazer perguntas no fórum do curso ou aqui mesmo no Github. Se possível, siga as orientações abaixo de acordo com o tipo da sua dúvida:

  • Conteúdo teórico: faça a pergunta dentro do próprio vídeo do udemy referente a pergunta ou utilize a seção FAQ do curso.
  • Código: abra uma issue aqui no repositório.

Lembre-se que a sua dúvida pode acabar ajudando outras pessoas com a mesma dúvida!

Contato

👤 Arnaldo Gualberto:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].