博客

  • pandas的index

    • 定义index
      1. 读取csv时
        data = pd.read_csv('data.csv', index_col='id')
        这种方法会创建命名的索引列,并且会放在第1列(不管csv文件中是第几列)
      2. 声明DataFrame时
        data = [['Google', 10], ['Runoob', 12], ['Wiki', 13], ['Baidu', 20], ['taobao', 15]]
        # 创建DataFrame
        df = pd.DataFrame(data, columns=['Site', 'Age'], index=[1,2,3,4,6])
        

        这种方法会创建没有名字的索引列,仍然放在第1列。

    • 遍历时使用index
      1. 使有iterrows()
        for index, item in df.iterrows():
        print(index, item) #index的值就是上述定义的index值,并不是连续的序号
        print(item[0]) #item[0]就是第1列Site的值,item中不包含index列
        
      2. 使用itertuples()
        for item in df.itertuples():
        print(item)
        print(item.Index) # i.Index就是索引列的值
        print(item[0]) # 与item.Index的值相同,也是id列的值,id列会强制移动第0列。
        print(item[1]) # Site列的值
        

        如果原始数据中没有index会自动生成一个递增的index列。

      3. 无index的itertuples()
        for item in df.itertuples(index=False):
        print(item)
        #print(item.Index) # 报错
        print(item[0]) # Site列的值
        print(item[1]) # Age列的址
        

        id列或者index列会被从Series中移除,无法访问id列。

    Views: 0

  • Artificial Intelligence vs Machine Learning vs. Deep Learning

    Machine Learning vs Artificial Intelligence: Whats the Difference?

    ml and ai meaning
    The existence of current AI/ML capabilities does not mean a private equity firm will not have to invest significantly in improving AI/ML, particularly if the training datasets will need to be overhauled post-close. Developed by OpenAI, GPT-4 is one of the largest publicly available LLM models. It has been trained on a large amount of data and has higher accuracy and ability to generate text than previous models.

    Yet, their intricate interplay and unique characteristics often spark confusion. In this article, we embark on a journey to demystify the trio, exploring the fundamental differences and symbiotic relationships between ML vs DL vs AI. Unravel the intricacies of each domain and gain a comprehensive understanding of how these transformative technologies collectively shape the future of intelligent systems and drive unparalleled advancements in our digital landscape.

    ml and ai meaning

    An alternative is to discover such features or representations through examination, without relying on explicit algorithms. They let the machines learn independently, ingesting https://chat.openai.com/ vast amounts of labeled data and unlabeled data to detect patterns. Advancements in big data and the vast data we have collected enabled machine learning in the first place.

    Learning in ML refers to a machine’s ability to learn based on data and an ML algorithm’s ability to train a model, evaluate its performance or accuracy, and then make predictions. This subcategory of AI uses algorithms to automatically learn insights and recognize patterns from data, applying that learning to make increasingly better decisions. Reinforcement learning is the most complex of these three algorithms in that there is no data set provided to train the machine. Instead, the agent learns by interacting with the environment in which it is placed. It receives positive or negative rewards based on the actions it takes, and improves over time by refining its responses to maximize positive rewards.

    What is artificial intelligence (AI)?

    As AI/ML continues to grow in value and capability, consistent leading practices for compliance and data management must factor into growth plans through an end-to-end AI/ML due diligence framework. In light of anticipated changes in legal and compliance regulations, private equity firms should adopt a rigorous end-to-end assessment as a key best practice to ensure they remain in compliance with the new requirements. The relative “newness” of AI/ML for most private equity firms means there is a lot of confirmation bias around AI/ML capabilities.

    A. AI and ML are interconnected, with AI being the broader field and ML being a subset. Through integrating the Epicor Catalog–a comprehensive, cloud-based database with access to over 17 million SKUs from 9,500+ manufacturers– Carvana has dramatically increased productivity and cut the cost per unit for parts by more than 50%. Many companies have successfully integrated Epicor’s AI and ML solutions for a remarkable transformation in their business operations. Despite their prevalence in everyday activities, these two distinct technologies are often misunderstood and many people use these terms interchangeably.

    Large language models serve as foundation models, providing a basis for a wide range of natural language processing (NLP) tasks. Generative AI can encompass a range of tasks beyond language generation, including image and video generation, music composition, and more. Large language models, as one specific application of generative AI, are specifically designed for tasks revolving around natural language generation and comprehension.

    ml and ai meaning

    So now you have a basic idea of what machine learning is, how is it different to that of AI? We spoke to Intel’s Nidhi Chappell, head of machine learning to clear this up. For example, suppose you were searching for ‘WIRED’ on Google but accidentally typed ‘Wored’. After the search, you’d probably realise you typed it wrong and you’d go back and search for ‘WIRED’ a couple of seconds later. Google’s algorithm recognises that you searched for something a couple of seconds after searching something else, and it keeps this in mind for future users who make a similar typing mistake.

    Specific practical applications of AI include modern web search engines, personal assistant programs that understand spoken language, self-driving vehicles and recommendation engines, such as those used by Spotify and Netflix. The system used reinforcement learning to learn when to attempt an answer (or question, as it were), which square to select on the board, and how much to wager—especially on daily doubles. Explore the benefits of generative AI and ML and learn how to confidently incorporate these technologies into your business. Ensure that team members can easily share knowledge and resources to establish consistent workflows and best practices. For example, implement tools for collaboration, version control and project management, such as Git and Jira. In its most complex form, the AI would traverse several decision branches and find the one with the best results.

    Further Differences Between AI and Machine Learning

    In this blog post, we may have used or referred to third party generative AI tools, which are owned and operated by their respective owners. Elastic does not have any control over the third party tools and we have no responsibility or liability for their content, operation or use, nor for any loss or damage that may arise from your use of such tools. Please exercise caution when using AI tools with personal, sensitive or confidential information. There is no guarantee that information you provide will be kept secure or confidential. You should familiarize yourself with the privacy practices and terms of use of any generative AI tools prior to use.

    AWS offers a wide range of services to help you build, run, and integrate artificial intelligence and machine learning (AI/ML) solutions of any size, complexity, or use case. To paraphrase Andrew Ng, the chief scientist of China’s major search engine Baidu, co-founder of Coursera, and one of the leaders of the Google Brain Project, if a deep learning algorithm is a rocket engine, data is the fuel. Unlike machine learning, deep learning uses a multi-layered structure of algorithms called the neural network.

    Even though we talked about machine learning being more limited in scope, it does make it possible for AI tools to solve and address varied problems across different sectors. Machine learning is behind many of these applications, making it possible for AI to be so dynamic. For AI, you can use AWS services to build your own AI solutions from scratch or integrate prebuilt artificial intelligence (AI) services into your solution. ML is best for identifying patterns in large sets of data to solve specific problems.

    But while AI and machine learning are very much related, they are not quite the same thing. The intention of ML is to enable machines to learn by themselves using data and finally make accurate predictions. We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

    ml and ai meaning

    Machine learning also incorporates classical algorithms for various kinds of tasks such as clustering, regression or classification. The more data you provide for your algorithm, the better your model and desired outcome gets. Machine learning is a relatively old field and incorporates methods and algorithms that have been Chat GPT around for dozens of years, some of them since the 1960s. These classic algorithms include the Naïve Bayes classifier and support vector machines, both of which are often used in data classification. In addition to classification, there are also cluster analysis algorithms such as K-means and tree-based clustering.

    Getting started in AI and machine learning

    This stems from the technology using existing content to inform how it creates its own “original” content. As the AI field continues to grow, questions will continue to be asked about its ethics, and it will be a challenge in its own right to decide on and enforce ways to keep everyone safe. You can infer relevant conclusions to drive strategy by correctly applying and evaluating observed experiences using machine learning. While we are not in the era of strong AI just yet—the point in time when AI exhibits consciousness, intelligence, emotions, and self-awareness—we are getting close to when AI could mimic human behaviors soon. We can compare the model’s prediction with the ground truth value and adjust the parameters of the model so next time the error between these two values is smaller.

    While ML is a powerful tool for solving problems, improving business operations and automating tasks, it’s also complex and resource-intensive, requiring deep expertise and significant data and infrastructure. You can foun additiona information about ai customer service and artificial intelligence and NLP. Choosing the right algorithm for a task calls for a strong grasp of mathematics and statistics. Training ML algorithms often demands large amounts of high-quality data to produce accurate results. The results themselves, particularly those from complex algorithms such as deep neural networks, can be difficult to understand. Semi-supervised anomaly detection techniques construct a model representing normal behavior from a given normal training data set and then test the likelihood of a test instance to be generated by the model.

    Though used interchangeably, here’s the real difference between artificial intelligence vs. machine learning vs. deep learning. Artificial intelligence performs tasks that require human intelligence such as thinking, reasoning, learning from experience, and most importantly, making its own decisions. As our article on deep learning explains, deep learning is a subset of machine learning.

    ml and ai meaning

    Many algorithms and techniques aren’t limited to a single type of ML; they can be adapted to multiple types depending on the problem and data set. For instance, deep learning algorithms such as convolutional and recurrent neural networks are used in supervised, unsupervised and reinforcement learning tasks, based on the specific problem and data availability. Machine Learning and Artificial Intelligence are two closely related but distinct fields within the broader field of computer science. It involves the development of algorithms and systems that can reason, learn, and make decisions based on input data.

    Machine learning vs. deep learning neural networks

    Similarly, decision-making and predictions are both key parts of nearly all AI tools. This is because assessing information, weighing up options, and deciding the best next step is an integral part of any intelligence. The machine learning algorithms analyze huge amounts of data to identify the patterns that facilitate this decision-making. AI’s primary goal is to mimic human intelligence and abilities, such as reasoning, decision-making, and adaptability. It achieves this with a combination of techniques, but the most critical method is almost always machine learning.

    That’s because these machine learning algorithms make it possible for the AI to analyze information, identify patterns, and adapt its behavior. Artificial intelligence (AI) is an umbrella term for different strategies and techniques you can use to make machines more humanlike. AI includes everything from smart assistants like Alexa to robotic vacuum cleaners and self-driving cars.

    • So now you have a basic idea of what machine learning is, how is it different to that of AI?
    • Artificial intelligence (AI) describes a machine’s ability to mimic human cognitive functions, such as learning, reasoning and problem solving.
    • This is because assessing information, weighing up options, and deciding the best next step is an integral part of any intelligence.
    • The problem is that these situations all required a certain level of control.

    The broader aim of AI is to create applications and machines that can simulate human intelligence to perform tasks, whereas machine learning focuses on the ability to learn from existing data using algorithms as part of the wider AI goal. Today, artificial intelligence is at the heart of many technologies we use, including smart devices and voice assistants such as Siri on Apple devices. In simplest terms, AI is computer software that mimics the ways that humans think in order to perform complex tasks, such as analyzing, reasoning, and learning. Machine learning, meanwhile, is a subset of AI that uses algorithms trained on data to produce models that can perform such complex tasks. DL is able to do this through the layered algorithms that together make up what’s referred to as an artificial neural network. These are inspired by the neural networks of the human brain, but obviously fall far short of achieving that level of sophistication.

    Unsupervised machine learning

    We define weak AI by its ability to complete a specific task, like winning a chess game or identifying a particular individual in a series of photos. Natural language processing and computer vision, which let companies automate tasks and underpin chatbots and virtual assistants such as Siri and Alexa, are examples of ANI. Many people use machine learning and artificial intelligence interchangeably, but the terms have meaningful differences. As the quantity of data financial institutions have to deal with continues to grow, the capabilities of machine learning are expected to make fraud detection models more robust, and to help optimize bank service processing. As outlined above, there are four types of AI, including two that are purely theoretical at this point.

    Implementing quality management systems to close the AI translation gap and facilitate safe, ethical, and effective health AI solutions npj Digital Medicine – Nature.com

    Implementing quality management systems to close the AI translation gap and facilitate safe, ethical, and effective health AI solutions npj Digital Medicine.

    Posted: Sat, 25 Nov 2023 08:00:00 GMT [source]

    For example, you can train a system with supervised machine learning algorithms such as Random Forest and Decision Trees. Data management is more than merely building the models that you use for your business. You need a place to store your data and mechanisms for cleaning it and controlling for bias before you can start building anything.

    Principal component analysis (PCA) and singular value decomposition (SVD) are two common approaches for this. Other algorithms used in unsupervised learning include neural networks, k-means clustering, and probabilistic clustering methods. Machine learning is a form of artificial intelligence (AI) that can adapt to a wide range of inputs, including large data sets and human instruction. The algorithms also adapt in response to new data and experiences to improve over time.

    In the real world, the terms framework and library are often used somewhat interchangeably. But strictly speaking, a framework is a comprehensive environment with high-level tools and resources for building and managing ML applications, whereas a library is a collection of reusable code for particular ML tasks. Reinforcement learning involves programming an algorithm with a distinct goal and a set of rules to follow in achieving that goal. The algorithm seeks positive rewards for performing actions that move it closer to its goal and avoids punishments for performing actions that move it further from the goal.

    While artificial intelligence (AI), machine learning (ML), deep learning and neural networks are related technologies, the terms are often used interchangeably, which frequently leads to confusion about their differences. Deep learning is a subset of machine learning that uses several layers within neural networks to do some of the most complex ML tasks without any human intervention. As with the different types of AI, these different types of machine learning cover a range of complexity. And while there are several other types of machine learning algorithms, most are a combination of—or based on—these primary three. Toloka is a European company based in Amsterdam, the Netherlands that provides data for Generative AI development. We are the trusted data partner for all stages of AI development from training to evaluation.

    The Meaning of Explainability for AI – Towards Data Science

    The Meaning of Explainability for AI.

    Posted: Mon, 03 Jun 2024 07:00:00 GMT [source]

    Oracle Cloud Infrastructure (OCI) provides the foundation for cloud-based data management powered by AI and ML. The field of AI encompasses a variety of methods used to solve diverse problems. These methods include genetic algorithms, neural networks, deep learning, search algorithms, rule-based systems, and machine learning itself. Inspired by DevOps and GitOps principles, MLOps seeks to establish a continuous evolution for integrating ML models into software development processes. By adopting MLOps, data scientists, engineers and IT teams can synchronously ensure that machine learning models stay accurate and up to date by streamlining the iterative training loop.

    Developers filled out the knowledge base with facts, and the inference engine then queried those facts to get results. Reinforcement learning is often used to create algorithms that must effectively make sequences of decisions or actions to achieve their aims, such as playing a game or summarizing an entire text. In this article, you’ll learn more about what machine learning is, including how it works, different types of it, and how ml and ai meaning it’s actually used in the real world. We’ll take a look at the benefits and dangers that machine learning poses, and in the end, you’ll find some cost-effective, flexible courses that can help you learn even more about machine learning. But still, there lack datasets with a great density that be used for testing AI algorithms. For instance, the standard dataset used for testing the AI-based recommendation system is 97% sparse.

    Views: 1

  • ipv6组播

    MLDv1
    https://datatracker.ietf.org/doc/rfc2710/
    MLDv2,添加了组播源过滤,对应IGMPv3协议
    https://datatracker.ietf.org/doc/rfc3810/
    MLD Snooping
    https://support.huawei.com/enterprise/zh/doc/EDOC1000178150/ee7e5721

    IPv6基础协议中广泛使用了各种组播地址,这样能减少广播泛洪。但是路由器和交换机不支持组播MLD协议的话还是会广播泛洪,也使用广播没有区别。
    在交换机和路由器上开启MLD协议,可以对组播报文进行过滤,而不是在所有端口上进行转发。MLD支持除ff02::1和节点本地地址外的所有组播地址识别处理。

    MLD报文是由三层设备(路由器)发出的,交换机只负责监听,当路由器没有开启MLD时交换机上的MLD Snooping也是不能正常工作的(实际发现即使没有MLD querier时终端也会定时发送MLD report)。当路由器不支持MLD时可以在交换机上配置MLD查询器或者MLD代理代替路由器发送MLD查询报文。
    实验发现关闭路由器上的MLD功能后交换机仍然能看到组播表项,只是表项很快就消失,并不稳定存在。
    华为MLD代理的配置:
    https://support.huawei.com/enterprise/zh/doc/EDOC1100366607/c39c955e

    RFC原文:

    When a node receives a General Query, it sets a delay timer for each
    multicast address to which it is listening on the interface from
    which it received the Query, EXCLUDING the link-scope all-nodes
    address and any multicast addresses of scope 0 (reserved) or 1
    (node-local).

    Views: 6

  • 小米13 root

    • 下载工具
      下载PHP
      https://windows.php.net/download/
      下载跳过设区5级和答题工具
      https://github.com/MlgmXyysd/Xiaomi-HyperOS-BootLoader-Bypass
      下载Settings.apk
      https://pan.hetao.me/s/iDRAm6cGbo9PQMx
      这个apk要安装到手机上,然后运行bootloader-bypass的时候会报错
      下载小米解锁工具
      https://www.miui.com/unlock/download.html
    • 手机设置
      设置 - 我的设备 - 全部参数与信息 – 狂点 MIUI 版本号 进入开发者模式
      设置 - 更多设置 - 开发者选项 – 开启 OEM 解锁
      设置 - 更多设置 - 开发者选项 - 设备解锁状态 – 绑定帐号和设备
    • 绕过hyperos答题
      执行php bypass.php
    • 解锁bootloader
      按手机音量减和电源键不松,直到进行fastboot模式
      然后运行小米官方解锁工具
      注意:解锁会清空手机所有数据
    • 安装KernelSU
      https://kernelsu.org/zh_CN/guide/installation.html

    Views: 0

  • ac9700s-s配置组播优化


    广播&组播报文转单播失败遍历发送:这一项一定要打包,不然会网络不通
    对应的命令:

    traffic-profile name default
      rate-limit client dynamic disable
      mld-snooping enable
      igmp-snooping enable
      traffic-optimize multicast-unicast enable
      traffic-optimize multicast-unicast dynamic-adaptive disable
      traffic-optimize arp-proxy enable
      traffic-optimize nd-proxy enable
      traffic-optimize bcmc unicast-send mdns
      undo traffic-optimize bcmc unicast-send mismatch-action drop
    


    IP地址学习也要打开,不然组播转单播无法工作
    对应的命令(地址学习是默认开启的):

    vap-profile name Net
      service-vlan vlan-id 12
      ssid-profile Net
      security-profile Net
      traffic-profile Net
      layer3-roam disable
      mdns-snooping enable
    

    广播组播报文抑制

    Views: 0

  • 用于无线网络的ipv6

    ipv6设计时主要考虑的是有线网络环境,当用于无线网时会出现过度依赖组播,功耗高,网络效率不好的问题,以下RFC研究解决这些问题。

    6LoWPAN中的ndp优化
    https://datatracker.ietf.org/doc/rfc6775/
    Registration Extensions for 6LoWPAN Neighbor Discovery
    https://datatracker.ietf.org/doc/rfc8505/
    无线网上的IPv6
    https://datatracker.ietf.org/doc/draft-ietf-6man-ipv6-over-wireless/
    ND6 Enhancements
    https://www.ipv6plus.net/resources/Enterprise_Networks/ND6-Enhancements_for_Neighbour_Discovery.pdf
    6LoWPAN
    https://datatracker.ietf.org/doc/rfc4944/
    6LoWPAN相关的RFC集合
    https://datatracker.ietf.org/wg/6lowpan/documents/
    6LoWPAN中文
    https://github.com/chunhuajiang/6lowpan-rfcs-chinese

    Views: 0

  • termux上支持sudo

    pkg install tsu
    前提是已经root

    Views: 0

  • termux更换源

    termux的源在这个文件中配置”/data/data/com.termux/files/usr/etc/apt/sources.list”,执行以下命令进行替换即可:
    echo "deb https://mirrors.hetao.me/termux/apt/termux-main/ stable main" > /data/data/com.termux/files/usr/etc/apt/sources.list
    sed -i 's@packages.termux.org@mirrors.hetao.me/termux@' $PREFIX/etc/apt/sources.list
    pkg up

    或者用中科大的源
    sed -i 's@packages.termux.org@mirrors.ustc.edu.cn/termux@' $PREFIX/etc/apt/sources.list
    pkg up

    也可以用termux-change-repo命令自动换源

    Views: 1

  • power dns配置hint-file

    curl https://www.internic.net/domain/named.root -o /etc/powerdns/named.root
    然后recursor.conf中配置
    hint-file=/etc/powerdns/named.root

    如果不配置hint-file的话recursor会频繁的通过dns来查询根域名,这样浪费流量(我是按量付费的),早期版本可以通过hint-file=no(使用源码自带的root hint)来禁用周期性的解析根域名,后来新版本设置为no会彻底禁用迭代解析,那就没法玩儿了。

    Views: 1

  • pyinstaller报dateutil\zoneinfo\__init__.py:36: UserWarning: I/O error(2): No such file or directory

    pyinstaller -F --collect-all dateutil

    参考:
    https://stackoverflow.com/questions/76319779/unable-to-get-timezone-information-in-pyinstaller-executable

    Views: 2