import React from 'react' import { ImgWrap, Img, InstructorsLink, InstructorsContainer, InstructorsContent, InstructorsRow2, InstructorsWrapper, InstructorsRow, Column1, Column2, TextWrapper, TopLine, Heading, Subtitle} from './InstructorsElements' // export const homeObjOne = { // id: 'about', // lightBg: false, // lightText: true, // lightTextDesc: true, // topLine: 'Premium Bank', // headline: 'Unlimited transactions with zero fees', // description: // 'Get access to our exclusive app that allows you to send unlimited transactions without getting charged any fees', // buttonLabel: 'Get Started', // imgStart: false, // img: require('../../images/svg-1.svg').default, // alt: 'Car', // dark: true, // primary: true, // darkText: false // }; import img from '../../images/instructor.svg' const InstructorsSection = () => { return ( <> Instructors Resources for instructors All the figures in vector and image formats, full slides for first twelve chapters, instructor answer booklet Car Register Register with MIT Press for answer booklet. Full slides Slides for 20 lecture undergraduate deep learning course:
  1. Introduction PPTX
  2. Supervised Learning PPTX
  3. Shallow Neural Networks PPTX
  4. Deep Neural Networks PPTX
  5. Loss Functions PPTX
  6. Fitting Models PPTX
  7. Computing Gradients PPTX
  8. Initialization PPTX
  9. Performance PPTX
  10. Regularization PPTX
  11. Convolutional Networks PPTX
  12. Image Generation PPTX
  13. Transformers and LLMs PPTX
Figures
  1. Introduction: PDF / SVG / PPTX
  2. Supervised learning: PDF / SVG / PPTX
  3. Shallow neural networks: PDF / SVG / PPTX
  4. Deep neural networks: PDF / SVG / PPTX
  5. Loss functions: PDF / SVG / PPTX
  6. Training models: PDF / SVG / PPTX
  7. Gradients and initialization: PDF / SVG / PPTX
  8. Measuring performance: PDF / SVG / PPTX
  9. Regularization: PDF / SVG / PPTX
  10. Convolutional networks: PDF / SVG / PPTX
  11. Residual networks: PDF / SVG / PPTX
  12. Transformers: PDF / SVG / PPTX
  13. Graph neural networks: PDF / SVG / PPTX
  14. Unsupervised learning: PDF / SVG / PPTX
  15. GANs: PDF / SVG / PPTX
  16. Normalizing flows: PDF / SVG / PPTX
  17. Variational autoencoders: PDF / SVG / PPTX
  18. Diffusion models: PDF / SVG / PPTX
  19. Deep reinforcement learning: PDF / SVG / PPTX
  20. Why does deep learning work?: PDF / SVG / PPTX
  21. Deep learning and ethics: PDF / SVG / PPTX
  22. Appendices - PDF / SVG / PPTX
Instructions for editing equations in figures.
) } export default InstructorsSection