<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abdullah Ali</title>
    <description>The latest articles on DEV Community by Abdullah Ali (@abdullah_ali_eb8b6b0c2208).</description>
    <link>https://dev.to/abdullah_ali_eb8b6b0c2208</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1540916%2F37301067-8b3b-414d-8a05-d4facc8fb48f.png</url>
      <title>DEV Community: Abdullah Ali</title>
      <link>https://dev.to/abdullah_ali_eb8b6b0c2208</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abdullah_ali_eb8b6b0c2208"/>
    <language>en</language>
    <item>
      <title>Building an custom chat bot</title>
      <dc:creator>Abdullah Ali</dc:creator>
      <pubDate>Fri, 14 Jun 2024 19:44:52 +0000</pubDate>
      <link>https://dev.to/abdullah_ali_eb8b6b0c2208/building-an-custom-chat-bot-7fk</link>
      <guid>https://dev.to/abdullah_ali_eb8b6b0c2208/building-an-custom-chat-bot-7fk</guid>
      <description>&lt;p&gt;&lt;em&gt;heres the full code of the repo changed the dataset first&lt;br&gt;
&lt;a href="https://github.com/Abdullaah-Ali/chatbot"&gt;https://github.com/Abdullaah-Ali/chatbot&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Setting Up the Environment:
Before diving into the development process, it's essential to set up the environment properly. First, ensure you have the necessary libraries installed. You'll need Keras, Numpy, and other dependencies. You can install them using pip:
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install keras numpy

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;Understanding the Dataset:
A well-prepared training dataset is crucial for the success of your chatbot. Ensure your dataset is formatted correctly and preprocessed for training.The quality of your dataset will significantly impact the performance of the chatbot.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;3 The Keras Functional API : provides a flexible way to define complex models. Designing the architecture of your chatbot model involves understanding the structure of the neural network. You'll need to decide on the number of layers, the type of layers, and the connections between them. Each layer serves a specific purpose, such as processing input data, extracting features, and generating output responses.&lt;/p&gt;

&lt;p&gt;4 With the architecture defined :, it's time to implement the m4 odel using the Keras Functional API. Start by coding the layers according to the design. Then, compile the model by specifying the appropriate loss function and optimizer. Split the dataset into training and validation sets to evaluate the model's performance during training.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;output = Dense(len(label_encoder.classes_), activation='softmax')(pooled_output)

# Define the model
model = Model(inputs=input_text, outputs=output)

# Compile the model
model.compile(optimizer='adam', loss='sparse_categorical_crossentropy', metrics=['accuracy'])

# Train the model
model.fit(padded_sequences, encoded_answers, epochs=600, batch_size=200)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;as the architecture is definned run the bot on the machine and your model would be trained&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;heres the full code&lt;br&gt;
&lt;a href="https://github.com/Abdullaah-Ali/chatbot"&gt;https://github.com/Abdullaah-Ali/chatbot&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Why You Need a Portfolio Website</title>
      <dc:creator>Abdullah Ali</dc:creator>
      <pubDate>Sun, 09 Jun 2024 14:20:11 +0000</pubDate>
      <link>https://dev.to/abdullah_ali_eb8b6b0c2208/why-you-need-a-portfolio-website-445l</link>
      <guid>https://dev.to/abdullah_ali_eb8b6b0c2208/why-you-need-a-portfolio-website-445l</guid>
      <description>&lt;p&gt;Having a portfolio website is crucial for professional growth in today's competitive job market. Here's why&lt;br&gt;
&lt;strong&gt;heres my portfolio website link drop a review and shares yours&lt;br&gt;
&lt;a href="https://abdullahs-portfolio.vercel.app/"&gt;https://abdullahs-portfolio.vercel.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Showcase Your Profile&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;First Impressions Matter: A well-designed portfolio site makes a strong first impression, setting you apart from the competition.&lt;/li&gt;
&lt;li&gt;Personal Branding: It allows you to build and showcase your personal brand effectively.&lt;/li&gt;
&lt;li&gt;Professional Storytelling: You can tell your professional story in a visually appealing and engaging way.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Highlight Your Project Expertise&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detailed Case Studies: Present detailed case studies to illustrate your problem-solving abilities and project management skills.&lt;/li&gt;
&lt;li&gt;Visual Proof of Work: Include images, videos, and interactive elements to bring your projects to life.&lt;/li&gt;
&lt;li&gt;Client Testimonials: Feature testimonials from satisfied clients to build trust and credibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Demonstrate Your Skills&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Show Skills in Action: Display concrete examples of your skills through portfolio pieces like design mockups, code snippets, or writing samples.&lt;/li&gt;
&lt;li&gt;Thought Leadership: Share tutorials, blog posts, or articles to demonstrate your expertise and thought leadership in your field.&lt;/li&gt;
&lt;li&gt;Versatility: Highlight your versatility by showcasing a range of projects and skills.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;heres my portfolio website link where its demonstrated &lt;br&gt;
&lt;em&gt;&lt;a href="https://abdullahs-portfolio.vercel.app"&gt;https://abdullahs-portfolio.vercel.app&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>jobs</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Need Suggestion</title>
      <dc:creator>Abdullah Ali</dc:creator>
      <pubDate>Sat, 01 Jun 2024 20:38:50 +0000</pubDate>
      <link>https://dev.to/abdullah_ali_eb8b6b0c2208/need-suggestion-2i8g</link>
      <guid>https://dev.to/abdullah_ali_eb8b6b0c2208/need-suggestion-2i8g</guid>
      <description>&lt;p&gt;&lt;strong&gt;visit my portfolio website at&lt;br&gt;
&lt;a href="https://abdullahs-portfolio.vercel.app/"&gt;https://abdullahs-portfolio.vercel.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hi so its not one of the reading article i needed suggestion.&lt;/p&gt;

&lt;p&gt;so i was creating an project for my profolio that is like an simple blogging website using mern &lt;/p&gt;

&lt;p&gt;it already have &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;login signup  logout (jwt)&lt;/li&gt;
&lt;li&gt;create blog &lt;/li&gt;
&lt;li&gt;view blog&lt;/li&gt;
&lt;li&gt;search blog&lt;/li&gt;
&lt;li&gt;display blog ( pagination) &lt;/li&gt;
&lt;li&gt;profile view and edit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;apart from theese suggest me what should i add more into website of *&lt;em&gt;ML OR AI *&lt;/em&gt;&lt;br&gt;
so that my project can be good for portfolio&lt;/p&gt;

&lt;p&gt;&lt;em&gt;visit my portfolio website at&lt;br&gt;
&lt;a href="https://abdullahs-portfolio.vercel.app/"&gt;https://abdullahs-portfolio.vercel.app/&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>career</category>
    </item>
  </channel>
</rss>
