Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to CNN
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
Curated Video
Fundamentals of Neural Networks - Lab 4 - Functional API
This video demonstrates functional API versus sequential API. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Curated Video
Fundamentals of Neural Networks - Backward Propagation Through Time
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers. This clip...
Curated Video
Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model
This video demonstrates how to build a deeper and wider neural network model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks...
Curated Video
Building Microservices API in Go - Unit Testing: State-Based Test
In this video, we will cover the basics of unit testing and discuss state-based testing. You will learn what to test and how to write effective state-based tests. We will also discuss the importance of shorter feedback loops in the...
Curated Video
Building Microservices API in Go - New Bank Account: Part 1
In this video, we will dive into the implementation of a new bank account feature in our banking application. We will discuss the concept of domain and secondary ports, and how to implement them in our application design to ensure...
Curated Video
Building Microservices API in Go - Data Transfer Object
In this video, we will explore the concept of Data Transfer Objects (DTOs) and how they can help decouple the domain from the application layer. We will discuss the benefits of using DTOs and how to implement them in your application....
Curated Video
Building Microservices API in Go - Structured Logging
In this video, we will discuss the importance of structured logging in application development and introduce the popular logging library uber/zap for implementing structured logging in our Go application. This clip is from the chapter...
Curated Video
Building Microservices API in Go - Refactor Error Handling
In this video, we will focus on improving the design of our error handling by implementing best practices and making our error handling more robust and maintainable. This clip is from the chapter "Application Development" of the series...
Curated Video
Building Microservices API in Go - Error Handling Part 2
In this video, we will continue our discussion on error handling, including setting up an error handling infrastructure and handling internal server errors and not found errors. This clip is from the chapter "Application Development" of...
Curated Video
Building Microservices API in Go - Database Adapter
In this video, we will focus on building a database adapter for our Go application, including setting up a MySQL connection pool, implementing the repository pattern, and injecting dependencies at the time of application wiring. This...
Curated Video
Building Microservices API in Go - Implementing Hexagonal Architecture
In this video, we will take a practical approach to implement the hexagonal architecture in our banking application, starting with setting up the application structure and understanding the key components of the architecture. This clip...
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Curated Video
Building Microservices API in Go - Hello World
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - onPress Events with React Native without Using ChatGPT
In this video, we will explore how to create onPress events in React Native without relying on ChatGPT. We will walk through the process of adding functionality to a button that triggers a specific action when pressed. This tutorial will...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native
In this video, we will be discussing the importance of refactoring state code in React Native. We will go over the benefits of organizing and consolidating state management code, as well as how to refactor state code to make it more...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Extrapolate and Code Along for Stories Feature Implementation Given ChatGPT
This video is a code-along tutorial on how to extrapolate and implement the stories feature in your React Native application using ChatGPT. You will learn how to leverage ChatGPT to generate code for the different components and logic...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native
This video is on separating out logic for data in React Native. You will learn how to refactor your code to separate business logic from presentation logic, as well as how to manage state and props in your components. By the end of the...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Render the Article Data from ChatGPT Code Creation into React Native
In this video, you will learn how to render the article data that you created using ChatGPT code into your React Native application. You will explore different ways of displaying the data and learn how to customize the layout of your...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 4-4
This exercise will load the Mock visitor's IP into Tableau, clean the fields using the string function, and create a text table view.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Exploring New Java API - String Utility Methods
In this video, you will learn more about string utility methods.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower
In this video, you will understand that string is immutable and string Concat, upper case, lower.