engineering

#46 — Find The Category Meeting The Specified Condition

#46 — Find The Category Meeting The Specified Condition

Problem description & analysis:In the Excel table below, the 1st column is the category and the 2nd column contains detailed data whose values are true or false. Task: Find the category whose detail data does not have the true value. The expected result will be Andy and Tim. Solution:Use SPL XLL to get this done: =spl("=?.groups(~1;count(~2)).select(#2==0).(#1)",A1:B6) Enter fullscreen mode Exit fullscreen mode As shown in the picture below: Explanation:groups() function groups and summarizes data; ~1 represents the 1st child member of the current member; #1 is the 1stcolumn of the table. Source link lol
Read More
The activation functions in PyTorch (5)

The activation functions in PyTorch (5)

Buy Me a Coffee☕ *Memos: My post explains Step function, Identity and ReLU. My post explains Leaky ReLU, PReLU and FReLU. My post explains ELU, SELU and CELU. My post explains GELU, Mish, SiLU and Softplus. My post explains Vanishing Gradient Problem, Exploding Gradient Problem and Dying ReLU Problem. (1) Tanh: can convert an input value(x) to the output value between -1 and 1. *0 and 1 are exclusive. 's formula is y = (ex - e-x) / (ex + e-x). is also called Hyperbolic Tangent Function. is Tanh() in PyTorch. is used in: RNN(Recurrent Neural Network). *RNN in PyTorch.…
Read More
Machine Learning in Python Using Scikit-Learn: A Beginner’s Guide

Machine Learning in Python Using Scikit-Learn: A Beginner’s Guide

Are you interested in learning about machine learning using Python? Look no further than the Scikit-Learn library! This popular python library is designed for efficient data mining, analysis, and model building. In this guide, we will introduce you to the basics of Scikit-Learn and how you can start using it for your machine learning projects. What is Scikit-Learn?Scikit-Learn is a powerful and easy-to-use tool for data mining and analysis. It is built on top of other popular libraries like NumPy, SciPy, and Matplotlib. It is open-source and has a commercially available BSD license, making it accessible for anyone to use.…
Read More
Gerenciamento de projetos ágeis: Monitorando o progresso e entregando os incrementos

Gerenciamento de projetos ágeis: Monitorando o progresso e entregando os incrementos

No contexto do desenvolvimento ágil, o gerenciamento de projetos desempenha um papel crucial na entrega contínua de valor ao cliente. Neste texto, exploraremos estratégias e técnicas para monitorar o progresso e garantir que os incrementos sejam entregues com sucesso. Como monitorar o progresso do projeto? O gráfico de Burn Down é uma ferramenta essencial para monitorar o progresso de um projeto ágil, como o Scrum. Ele visualiza a quantidade de trabalho restante ao longo do tempo. Existem dois tipos principais: o Burn Down do Backlog do Produto, que mostra a soma dos esforços restantes ao longo das sprints, e o…
Read More
Meet Munio: Improve your English conversation skills with AI!

Meet Munio: Improve your English conversation skills with AI!

Hi everyone! I created a very cool web app called Munio. The goal is to improve your English conversation skills using AI! This version of the app is fully open source, and you can check it using link below. Motivation Google recently launched a competition to develop something using Gemini AI. I decided to create something useful with tools that piqued my curiosity. I combined all of these tools and products to develop this web app. Here are the main tools that I have used: NestJS Angular 18 Knex WebSockets Google Products (Gemini, GCS, TTS and Google Infra solutions) various…
Read More
Day 1011 : Fortunate

Day 1011 : Fortunate

Professional : Had quite a bit of meetings today. Unusual for a Thursday. Had a couple of team meetings. Got to do a demo for a sample application I made to demonstrate a new functionality. I quickly put together some slides and did the presentation. I think it went pretty well. The demo worked with no issues. That was super fortunate. I was pretty confident that it would work because I've been testing it a lot, but you never know. I wrote up the documentation and uploaded the code to the code repository. Responded to some community questions. Spent the…
Read More
Configuring Azure Arc-Enabled Windows Servers with Azure VM Extensions

Configuring Azure Arc-Enabled Windows Servers with Azure VM Extensions

Introduction In our final guide for the series we'll walk through the process of configuring Azure Arc-enabled Windows servers using an Azure VM extension. We'll cover essential steps like installing IIS and blocking the legacy Azure Log Analytics agent. Whether you're a system administrator new to Azure Arc or looking to refine your configuration, this post will provide valuable insights. Step-by-Step Guide Installing IIS Log into your Windows VM: Establish a Remote Desktop connection to your Windows VM. Open PowerShell ISE: Launch Windows PowerShell Integrated Scripting Environment (ISE) with administrative privileges. Create the installation script: Paste the following script into…
Read More
Autodesk Executives Ignored Accounting Risks, Documents Show

Autodesk Executives Ignored Accounting Risks, Documents Show

Autodesk Inc. continued to use a controversial sales strategy after promising investors it would stop and ignored internal warnings about the risks of doing so, according to previously unreported internal documents.The yearslong strategy involved offering discounts to certain corporate customers willing to pay up front for large multiyear contracts. In an effort to provide more predictable cash flow and wean itself off of the discounts, the engineering software company in 2021 pledged to halt the practice. Source link lol
Read More
Deadline Extended for the Nylas AI and Communications Challenge

Deadline Extended for the Nylas AI and Communications Challenge

If you couldn't make the previous deadline or are new to the Nylas Challenge, today’s your lucky day! We have decided to extend the deadline for the Nylas AI and Communications Challenge to give participants an extra two weeks to work on their projects. The NEW deadline for the Nylas Challenge is September 1. We will announce winners on September 3. Challenge Overview Nylas is the only platform that gives developers universal access to email, calendar, and contacts providers through a single integration. We challenge you to build with Nylas and add a new project to your portfolio. There are…
Read More
The current state of GitHub

The current state of GitHub

It's not a secret that I dislike all the things that Microsoft owns, and yet, I'm haunted by them every single day. No day passed by without I'm forced to use Microsoft Teams, Azure with their terrible excuse of scrum boards, or GitHub, with their lack of features only being compensated for the free things they offer. The only exception is VSCode, but they are really trying their best to make it as bloated as possible, so I have high hopes for Zed. The last straw Today, I noticed something very special: GitHub is working on lists to organize your…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.