Techኢት
Call Nvidia "Bacteria" the way they involved in every giant companies product 🤯 @techinethio
We all agree that this is the era of NVIDIA 🔥 I highly recommend you to watch the "GTC March 2024 Keynote with NVIDIA CEO Jensen Huang" on YouTube. It is an epic keynote, and surely you will like it.
Just imagine the potential heights this Generative AI could reach if our everyday conversations were digitized, transcribed, and seamlessly translated into one common language(like English) with high accuracy, all contributing to the enrichment of this large language model(LLM). Damn🔥
@techInEthio
@techInEthio
🔥2
Did you know that many Python libraries used for AI and machine learning are actually built using C language🤔 This includes popular frameworks like TensorFlow, PyTorch, and scikit-learn. While Python is known for its simplicity, these libraries leverage the speed and efficiency of C for handling complex computations and large datasets. So, next time you're coding AI in Python, remember that it's C doing the heavy lifting behind the scenes🧑💻...python is just the frontend lol😁
@techinethio
#AI #C #pythonAILibraries
@techinethio
#AI #C #pythonAILibraries
😁5
"Show me a perfect programming language and I will show you a language with no users. Those are the only ones that can actually be perfect. " Andres Hejlsberg (of Turbo Pascal, delphi, C# and Typenoscript fame)
Taken from this Typenoscript origins documentary.
https://youtu.be/U6s2pdxebSo?si=C9nXKE-Mlo16dTB8
#recommendation
@TechInEthio
Taken from this Typenoscript origins documentary.
https://youtu.be/U6s2pdxebSo?si=C9nXKE-Mlo16dTB8
#recommendation
@TechInEthio
🔥4❤2
This media is not supported in your browser
VIEW IN TELEGRAM
"Dimbi le Dimbi" song is a good example of using a for loop while considering the legs of the children as an array 😁
children = ["Mita", "Beza", "Eden", "Beti"]@techinethio
numOfLegs = len(children) * 2
def Dimbi_le_Dimbi():
firstLeg = 0
song_lyrics = ["Dimbi", "Le", "Dimbi", "nora", "nora", "bskora"]
the_song_finished = False
while not the_song_finished:
for i in range(numOfLegs):
if i < len(song_lyrics):
print(song_lyrics[i])
for i in range(numOfLegs - 2, firstLeg - 1, -1):
if i < len(song_lyrics):
print(song_lyrics[i])
firstLeg = 0
the_song_finished = True
Dimbi_le_Dimbi()
👌7🔥3👀1
Did you know NPU (Neural Processing Unit) is a specialized processor designed to accelerate AI tasks, like neural network operations? They're integrated into various devices such as PCs, smartphones, and cameras, optimizing tasks like video editing and image processing. NPUs complement CPUs and GPUs, making computing more efficient and enabling advanced AI features across different technologies.
#npu #AI
#npu #AI
❤2
OpenAI makes source links more prominent to people who are searching with ChatGPT
OpenAI introduces prominent footnotes for ChatGPT's web browsing, displaying source names and clickable links alongside responses. Available for ChatGPT Plus, Team, and Enterprise users, this move aims to enhance source verification and content discovery. However, it sparks debate over OpenAI's web-scraping practices.
#AInews
OpenAI introduces prominent footnotes for ChatGPT's web browsing, displaying source names and clickable links alongside responses. Available for ChatGPT Plus, Team, and Enterprise users, this move aims to enhance source verification and content discovery. However, it sparks debate over OpenAI's web-scraping practices.
#AInews
👍3
"Unlock Your Potential: Recommended Learning Resources for Aspiring Developers in 2024"
1. Python: Build a strong foundation in Python programming with Harvard's CS50 Python course, covering key concepts and applications of one of the most versatile and widely-used programming languages. https://cs50.harvard.edu/python/
2. Web Development (HTML and CSS): Master the fundamentals of web development with FreeCodeCamp's Responsive Web Design course, where you'll learn to create visually appealing and mobile-friendly websites using HTML and CSS. https://freecodecamp.org/learn/2022/responsive-web-design/
3. Backend Development: Learn the essentials of backend development and APIs with FreeCodeCamp's Back-End Development and APIs course, covering topics such as server-side programming, databases, and RESTful API design. https://freecodecamp.org/learn/back-end-development-and-apis/
4. SQL: Validate your SQL skills with HackerRank's SQL advanced skills verification, demonstrating your ability to write complex SQL queries and manipulate relational databases effectively. https://hackerrank.com/skills-verification/sql_advanced
5. MongoDB: Transition to NoSQL databases with MongoDB's learning path for SQL professionals, mastering MongoDB's document-oriented data model and query language for efficient data management and retrieval. https://learn.mongodb.com/learning-paths/mongodb-for-sql-professionals
6. JavaScript: Validate and improve your proficiency in JavaScript with HackerRank's JavaScript intermediate skills verification, essential for frontend and backend web development and building interactive web applications. https://hackerrank.com/skills-verification/javanoscript_intermediate
7. React: Validate and enhance your React skills with HackerRank's React skills verification, a valuable assessment to demonstrate your proficiency in building dynamic and interactive user interfaces for web applications. https://hackerrank.com/skills-verification/react_basic
8. Flutter: Dive into Flutter, Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase. Flutter's official documentation (https://flutter.dev/docs) provides comprehensive tutorials, guides, and examples to get started with Flutter development. Additionally, you can explore Udemy's Flutter courses (https://www.udemy.com/topic/flutter/) or the Flutter section on FreeCodeCamp (https://www.freecodecamp.org/learn/flutter) for structured learning paths and hands-on projects to enhance your Flutter skills.
9. React Native: Explore React Native, a popular framework for building native mobile applications using JavaScript and React. Start by diving into the official React Native documentation (https://reactnative.dev/docs) to learn about the framework's core concepts, APIs, and development workflow. For structured learning, consider enrolling in courses on platforms like Udemy (https://www.udemy.com/topic/react-native/) or Coursera (https://www.coursera.org/courses?query=react%20native) that offer comprehensive tutorials and projects to help you master React Native development. Additionally, community resources like React Native School (https://www.reactnativeschool.com/) and React Native Elements (https://reactnativeelements.com/) provide valuable tutorials, tips, and components to accelerate your learning journey in React Native.
@techinethio
#Python #WebDevelopment #BackendDevelopment #SQL #MongoDB #JavaScript #React #Flutter #ReactNative #LearnCoding
❤2